10788159 | 21-Mar-2024 |
mseidel |
Fixed Powerpoint -> PowerPoint |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA |
|
a0d24fb6 | 14-Jan-2023 |
Damjan Jovanovic |
rtl's round function is in the namespace ::rtl::math. Patch by: me (cherry picked from commit 01172de606a5490b5897365ac5c6e4c9140390bb) |
b253e304 | 12-Jan-2023 |
Damjan Jovanovic |
Use our own round() function declared in rtl's math.hxx, instead of the system round() function only available in C99 compilers. Patch by: me (cherry picked from commit 669616fc
Use our own round() function declared in rtl's math.hxx, instead of the system round() function only available in C99 compilers. Patch by: me (cherry picked from commit 669616fc485e35d4547ab101a0da01ce61322f47)
show more ...
|
ab427ea7 | 12-Jan-2023 |
Damjan Jovanovic |
Windows is missing the round() function, try include <math.h>. Patch by: me (cherry picked from commit a2fc620dde92e6d35133f9ad89c5bd17ae686d7b) |
1f71f1d8 | 08-Jan-2023 |
Damjan Jovanovic |
Add support for the new XLSX date type in cells, denoted with attribute t="d", used by Excel 2010. Also refactor the code so the datetime attribute in pivot tables is also parsed by
Add support for the new XLSX date type in cells, denoted with attribute t="d", used by Excel 2010. Also refactor the code so the datetime attribute in pivot tables is also parsed by the same function, and increase the parsing accuracy to the maximum (HundredthSeconds, instead of just Seconds). Fixes: #127034 - xlsx file: imported DateTime cells are empty (Excel 2010 compatible) Patch by: me (cherry picked from commit 9621e552cdf723df9a998b3af4218407d6c66e37)
show more ...
|
74eb9fee | 07-Jan-2023 |
Damjan Jovanovic |
Allow the XLSX Relationship "Target" attribute in _rels/.rels to have superfluous slashes. Fixes: #117672 - Opening XLSX fails when the Relationship "Target" attribute in _rels/.rels
Allow the XLSX Relationship "Target" attribute in _rels/.rels to have superfluous slashes. Fixes: #117672 - Opening XLSX fails when the Relationship "Target" attribute in _rels/.rels has superfluous slashes Patch by: me (cherry picked from commit 3ff2b12a82734e8b46c6f7693a7e1b8eef8ada96)
show more ...
|
Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411 |
|
768bfd82 | 26-May-2014 |
Clarence Guo |
for #i124928, rich text portion could be converted several times, each time when it is converted, the string will be set once, but in the setString logic, the text is inserted instead of set. Rep
for #i124928, rich text portion could be converted several times, each time when it is converted, the string will be set once, but in the setString logic, the text is inserted instead of set. Repeated conversion is unnecessary, add a flag to avoid repeated conversion git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1597503 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit c0670b14b16dba0137a280c9aabcadc554988f08)
show more ...
|
be7fbbea | 06-Sep-2015 |
Pedro Giffuni |
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/ope
Clean up all of typos that cause header guard warnings when building the OpenOffice source with clang. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1701535 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit c64f2bbd0edaad703073b2f91f32833ae4aefc42)
show more ...
|
f4ffe9ae | 06-Jan-2023 |
Damjan Jovanovic |
When rows and cells lack the "r" attribute used to specify their location, use the location of the most recently added row or cell + 1. Fixes: #127672 - Xlsx with omitted cell references
When rows and cells lack the "r" attribute used to specify their location, use the location of the most recently added row or cell + 1. Fixes: #127672 - Xlsx with omitted cell references opens with empty cells Patch by: me (cherry picked from commit 9c741048d2a06db94d9507ba978d3aecd557e7e9)
show more ...
|
25c6f4b7 | 06-Jan-2023 |
Damjan Jovanovic |
Some 3rd party applications write OOXML files whose ZIP entries have filenames in different casing than their XML files specify, eg. sharedStrings.xml is actually stored in the ZIP file as Sh
Some 3rd party applications write OOXML files whose ZIP entries have filenames in different casing than their XML files specify, eg. sharedStrings.xml is actually stored in the ZIP file as SharedStrings.xml. Thus, when we can't find files with their intended casing, do a case-insensitive search within their ZIP directory instead. Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=126720 - no text imported from xlsx Patch by: me (cherry picked from commit 0f42b9a04e21324973f03349bb2929327cf84a20)
show more ...
|
Revision tags: AOO410 |
|
deebd566 | 19-Mar-2014 |
Jürgen Schmidt |
#124456# add null pointer check to avoid usage of not initialzed theme, add comment for missing theme support in notes page git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/A
#124456# add null pointer check to avoid usage of not initialzed theme, add comment for missing theme support in notes page git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1579216 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410_Beta |
|
270a30df | 27-Feb-2014 |
Armin Le Grand |
i15508 Added support for BMP file type git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1572717 13f79535-47bb-0310-9956-ffa450edef68 |
d4921b88 | 24-Feb-2014 |
Armin Le Grand |
i118640 force early destruction of last FragmentHandler to not let it use an already destroyed RelationsMap instance git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571426 13f
i118640 force early destruction of last FragmentHandler to not let it use an already destroyed RelationsMap instance git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571426 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b862c97c | 28-Jan-2014 |
Herbert Dürr |
#i124131# use smart pointer's bool operator instead of comparing its content against NULL this makes the code more typesafe and avoids the -Wnull-conversion warnings seen with boost>=1.5
#i124131# use smart pointer's bool operator instead of comparing its content against NULL this makes the code more typesafe and avoids the -Wnull-conversion warnings seen with boost>=1.55 smart pointers in C+11 enabled build environments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b423e365 | 22-Jan-2014 |
Oliver-Rainer Wittmann |
123723: correct sorting of XML token list git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560326 13f79535-47bb-0310-9956-ffa450edef68 |
374e2ad8 | 16-Jan-2014 |
Steve Yin |
Bug 119578 - [From Symphony]Lighten special effect in .PPTX won't display git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558716 13f79535-47bb-0310-9956-ffa450edef68 |
4b2c1a94 | 14-Jan-2014 |
Steve Yin |
Bug 119604 - [From Symphony]the notes view and the postion and size of the note textbox are wrong when opening the pptx file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@155
Bug 119604 - [From Symphony]the notes view and the postion and size of the note textbox are wrong when opening the pptx file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557992 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
9af1d490 | 14-Jan-2014 |
Steve Yin |
Bug 119844 - [From Symphony]The Spin effect's amount property losts when saved pptx to odp git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557961 13f79535-47bb-0310-9956-ffa45
Bug 119844 - [From Symphony]The Spin effect's amount property losts when saved pptx to odp git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557961 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
f835e030 | 02-Jan-2014 |
Oliver-Rainer Wittmann |
123910: removing duplicate code git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554790 13f79535-47bb-0310-9956-ffa450edef68 |
15851bea | 30-Dec-2013 |
Steve Yin |
Bug 123910 - The reference in validation condition change to #REF! in exported xls file Build break fix git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554147 13f7953
Bug 123910 - The reference in validation condition change to #REF! in exported xls file Build break fix git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554147 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
33559235 | 27-Dec-2013 |
Steve Yin |
Bug 123910 - The reference in validation condition change to #REF! in exported xls file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1553626 13f79535-47bb-0310-9956-ffa450ed
Bug 123910 - The reference in validation condition change to #REF! in exported xls file git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1553626 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
980a0451 | 01-Nov-2013 |
Steve Yin |
i123528: Only placeholder shown for cropped picture in particular .pptx git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1537831 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
fda69661 | 08-May-2013 |
Herbert Dürr |
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handlin
#i122208# use rtl::CStringHash and rtl::CStringEqual instead of relying on pre-tr1-stl specializations In stlport<=4 the functors hash and equal_to had specializions for conveniently handling c-strings. For consistency reasons this specialization was not included in the TR1 report and the C++11 standard. The two new helper functors are drop-in replacements for the old specializations. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1480318 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
28a007b1 | 16-Apr-2013 |
Herbert Dürr |
provide complete types of FragmentHandler and RecordInfo before they are used git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468390 13f79535-47bb-0310-9956-ffa450edef68 |
b6dc695e | 23-Dec-2012 |
Ariel Constenla-Haile |
i121162 - ImageScaleMode constants should be in UPPERCASE git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1425511 13f79535-47bb-0310-9956-ffa450edef68 |