| 95d0ce3a | 13-Jun-2019 |
Matthias Seidel <mseidel@apache.org> |
Changed branding OpenOffice.org -> Apache OpenOffice, fixed typos
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861305 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commi
Changed branding OpenOffice.org -> Apache OpenOffice, fixed typos
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1861305 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 96cf728913ec7f6434e34c935a8d609679e6cb64)
show more ...
|
| d1836b62 | 12-Jan-2023 |
Damjan Jovanovic <damjan@apache.org> |
In ODF (19.679.2 of ODF 1.3), the <table:covered-table-cell> element's table:number-columns-repeated attribute has a default value of 1, meaning the cell spans the cell to its right. However when the
In ODF (19.679.2 of ODF 1.3), the <table:covered-table-cell> element's table:number-columns-repeated attribute has a default value of 1, meaning the cell spans the cell to its right. However when the XSLT import filter converts from SpreadsheetML's ss:MergeAcross to ODF's table:number-columns-repeated, it always inserts a <table:covered-table-cell> element, and then adds the table:number-columns-repeated attribute only if it is greater than 1. This breaks when ss:MergeAcross="0", because ODF's defaulting to 1 ends up occupying an extra empty cell to the right when it shouldn't.
Fix this by only inserting the <table:covered-table-cell> when ss:MergeAcross > 0.
Add a test document to prove this.
Fixes #100989 - SpreadsheetML: cell with ss:MergeAcross="0" gets an extra empty cell to the right Patch by: me
(cherry picked from commit a896732bfcd282115c06407a2f1da77694fa8d19)
show more ...
|
| ffb2f9cd | 14-Jan-2023 |
Damjan Jovanovic <damjan@apache.org> |
When importing SpreadsheetML ss:DateTime, import the entire value, not only the first 19 characters.
Add a test file for this bug.
Fixes: #128554 - Office 2003 SpreadsheetML: fractional seconds are
When importing SpreadsheetML ss:DateTime, import the entire value, not only the first 19 characters.
Add a test file for this bug.
Fixes: #128554 - Office 2003 SpreadsheetML: fractional seconds are silently ignored during import Patch by: me
(cherry picked from commit 195282cf3d8bfaa9e1cec43b093251d9df87f4ba)
show more ...
|
| 4926b382 | 13-Jan-2023 |
Damjan Jovanovic <damjan@apache.org> |
Dates and times are loaded wrongly from SpreadsheetML files, because the filter loads only the date or time portion of the ss:DateTime based on the cell's style.
Rather always load the ss:DateTime a
Dates and times are loaded wrongly from SpreadsheetML files, because the filter loads only the date or time portion of the ss:DateTime based on the cell's style.
Rather always load the ss:DateTime as our ODF office:date-value in the XMLSchema-2 dateTime format, with both its date and time part, and then rely on formatting to display only the date or time as desired.
Fixes: #82849 - SpreadsheetML ss:DateTime cell value is loaded as either only a date or a time
Patch by: Philip J. Turmel <philip@turmel.org> Reviewed by: me
(cherry picked from commit 0db4a4f44da1c0fb06154ba61c960a18427e751b)
show more ...
|
| 8d3f565e | 20-Jul-2012 |
Hongyun An <hyan@apache.org> |
for revision:1363673,add the UOF v2.0 code,including 33 files,(because of forgetting to add the annotation)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363677 13f79535-47bb-031
for revision:1363673,add the UOF v2.0 code,including 33 files,(because of forgetting to add the annotation)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1363677 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 23d132e6 | 24-Feb-2012 |
Pedro Giffuni <pfg@apache.org> |
i77112 - revert for now: It's not clear why the author did not include this in CWS xsltfilter10.
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1293302 13f79535-47bb-0310-9956-ffa4
i77112 - revert for now: It's not clear why the author did not include this in CWS xsltfilter10.
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1293302 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|