From Apache OpenOffice Wiki
|
|
| Line 36: |
Line 36: |
| | * [http://api.openoffice.org/ API Project Website] | | * [http://api.openoffice.org/ API Project Website] |
| | | | |
| − | '''''Calc AddIn:''''' | + | '''''Calc Add-In:''''' |
| | <DPL> | | <DPL> |
| − | category=+AddIn | + | category=+Add-In |
| | ordermethod=counter | | ordermethod=counter |
| | order=descending | | order=descending |
| Line 44: |
Line 44: |
| | namespace= | | namespace= |
| | </DPL> | | </DPL> |
| − | * [[:Category:AddIn|... more AddIn]] | + | * [[:Category:Add-In|... more Add-In]] |
| | | | |
| | {{ListofProjects}} | | {{ListofProjects}} |
Revision as of 12:59, 6 December 2010
|
Calc Project
Please view the guidelines
before contributing.
|
|
Popular Subcategories:
The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` WHERE 1=1 AND `page`.page_namespace IN (14) AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 5 OFFSET 0
Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)
Internal Documentation:
The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 5 OFFSET 0
Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)
API Documentation:
Calc Add-In:
The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id FROM `page` WHERE 1=1 AND `page`.page_namespace IN (0) AND `page`.page_is_redirect=0 ORDER BY page_counter DESC LIMIT 5 OFFSET 0
Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)
|
| Calc.OpenOffice.org
|