From Apache OpenOffice Wiki
|
|
| Line 34: |
Line 34: |
| | * [[:Category:Calc/API|Calc API articles]] | | * [[:Category:Calc/API|Calc API articles]] |
| | * [[Documentation/DevGuide/Spreadsheets/Spreadsheet_Documents |Guide about Spreadsheet]] | | * [[Documentation/DevGuide/Spreadsheets/Spreadsheet_Documents |Guide about Spreadsheet]] |
| − | * [http://api.openoffice.org/ API Project Website] | + | * [https://www.openoffice.org/api/ API Project Website] |
| | | | |
| | '''''Calc Add-In:''''' | | '''''Calc Add-In:''''' |
Latest revision as of 15:31, 12 March 2021
|
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)
Chart 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 3 OFFSET 0
Error message is:
Unknown column 'page_counter' in 'order clause' (127.0.0.1)
|
| Sc.OpenOffice.org
|