Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3 |
|
0ff85987 | 12-Jul-2021 |
mseidel |
Fixed typos (Exeception -> Exception), removed whitespace (cherry picked from commit 85057e51ba00a69f7d744481985d90645cb4ee53) |
Revision tags: AOO4110-GA, AOO419-GA |
|
cd64ceff | 08-Jan-2021 |
Jim Jagielski |
Merge pull request #116 from ardovm/bug127952 [writerfilter] Add checks for non-empty stacks (cherry picked from commit 477f4cf4ef09b35cfc4e99137827b734eae2c292) |
Revision tags: AOO418-GA |
|
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
91568915 | 28-Nov-2014 |
Steve Yin |
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310
Issue 125400 - CJK numbering ordered list fallback to Arabic numerals Contributor: Mark Hung git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642310 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c1d3ffcc | 07-Oct-2014 |
Oliver-Rainer Wittmann |
125618: *.docx import: correct detection of paragraph break and line break characters, esp. in context of Chinese text patch by: Mark Hung <marklh9 at gmail dot com> revi
125618: *.docx import: correct detection of paragraph break and line break characters, esp. in context of Chinese text patch by: Mark Hung <marklh9 at gmail dot com> review by: orw git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629834 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
faa6da9b | 08-Jul-2014 |
Oliver-Rainer Wittmann |
125215: *.docx import: Bookmark ID has to be treated as an Integer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1608730 13f79535-47bb-0310-9956-ffa450edef68 |
5e8a2841 | 03-Jul-2014 |
Steve Yin |
Issue 119044 - Highlighter from DOCX file not imported correctly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607520 13f79535-47bb-0310-9956-ffa450edef68 |
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
e098bca9 | 25-Feb-2014 |
Oliver-Rainer Wittmann |
124106: correct handling of paragraph attributes, esp. whose which are providing the default value explicitly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571677
124106: correct handling of paragraph attributes, esp. whose which are providing the default value explicitly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1571677 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
52c05a69 | 21-Feb-2014 |
Oliver-Rainer Wittmann |
123345: assure availability of member data for table style import git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570504 13f79535-47bb-0310-9956-ffa450edef68 |
03b72a11 | 13-Feb-2014 |
Oliver-Rainer Wittmann |
124058: correction the formerly provided fix git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1567869 13f79535-47bb-0310-9956-ffa450edef68 |
14ac695d | 07-Feb-2014 |
Oliver-Rainer Wittmann |
123345: import - correct handling of sub tables import - import table's left margin import - set table's bottom margin explicitly git-svn-id: https://svn.ap
123345: import - correct handling of sub tables import - import table's left margin import - set table's bottom margin explicitly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565662 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 ...
|
0ca1f900 | 21-Jan-2014 |
Herbert Dürr |
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bo
#i123817# boost::shared_ptr doesn't have an implicit conversion to bool Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bool is already suspicious enough and a shared_ptr->pointer->bool conversion is even worse. Cleaning up the code fixes the build breaker seen in boost/libc++/clang environments. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560020 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
44af064d | 20-Jan-2014 |
Oliver-Rainer Wittmann |
124058: *.docx import - check existence of Style before accessing it git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559791 13f79535-47bb-0310-9956-ffa450edef68 |
2b497a52 | 08-Jan-2014 |
Herbert Dürr |
#i123948# fix struct/class mismatch from PropertyValue forward declaration git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556523 13f79535-47bb-0310-9956-ffa450edef68 |
b36088f9 | 02-Jan-2014 |
Steve Yin |
Bug 119577 - [From Symphony] The "file name" field change to "file name without extension" in AOO 3.4 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554781 13f79535-47bb-0310
Bug 119577 - [From Symphony] The "file name" field change to "file name without extension" in AOO 3.4 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554781 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dec99bbd | 19-Dec-2013 |
Oliver-Rainer Wittmann |
123792: complete annotations on text ranges feature - rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations
123792: complete annotations on text ranges feature - rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations - fix undo/redo regarding annotations an text ranges - support annotations on overlapping text ranges - fix *.docx import for annotations on overlapping text ranges - fix ODF import of annotations on text ranges cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552394 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b10b1f92 | 19-Dec-2013 |
Oliver-Rainer Wittmann |
97631: *.docx import: import annotation's author and creation date cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/tru
97631: *.docx import: import annotation's author and creation date cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552313 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3b32dd21 | 19-Dec-2013 |
Oliver-Rainer Wittmann |
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which i
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which is not available Patch by: SUSE, Miklos Vajna <vmiklos@suse.cz> Review by: Oliver <orw@apache.org> cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552294 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
826509c1 | 03-Dec-2013 |
Oliver-Rainer Wittmann |
123797: correct typo for *.docx import - remove additional empty paragraph at imported footnote resp. endnote git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547315
123797: correct typo for *.docx import - remove additional empty paragraph at imported footnote resp. endnote git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547315 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7af80b0d | 02-Dec-2013 |
Oliver-Rainer Wittmann |
123797: *.docx import: remove additional empty paragraph at imported footnote resp. endnote git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547111 13f79535-47bb-0310
123797: *.docx import: remove additional empty paragraph at imported footnote resp. endnote git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1547111 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
24c56ab9 | 28-Nov-2013 |
Herbert Dürr |
#i123068# remove implicit conversions from rtl strings to their elements git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
24d8b66b | 26-Apr-2013 |
Herbert Dürr |
fix narrowing conversions in filters git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476221 13f79535-47bb-0310-9956-ffa450edef68 |