History log of /aoo41x/main/writerfilter/ (Results 1 - 25 of 83)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2150dec207-Apr-2024 mseidel

Remove temporary file

(cherry picked from commit 3a917bcab5ff9038f7edda89e6739bf74fcb9314)

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, 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
c43a074b28-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
(cherry picked from commit 91568915a0be2fe8ad480e6f0aa051722bd46d88)

show more ...

be7fbbea06-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 ...

5610821308-Jan-2021 Jim Jagielski

Merge pull request #116 from ardovm/bug127952

[writerfilter] Add checks for non-empty stacks

(cherry picked from commit 477f4cf4ef09b35cfc4e99137827b734eae2c292)
(cherry picked

Merge pull request #116 from ardovm/bug127952

[writerfilter] Add checks for non-empty stacks

(cherry picked from commit 477f4cf4ef09b35cfc4e99137827b734eae2c292)
(cherry picked from commit cd64ceffdfea81aece1f071877a4f5321cacbcfa)

show more ...

881812ae21-Oct-2020 Jim Jagielski

restore

3d95fef421-Oct-2020 Jim Jagielski

canon way to test

9510f38416-Sep-2020 Don Lewis

Fix writerfilter build on CentOS 5 with recent libxslt.

xsltproc generates a corrupt writerfilter/.../inc/doctok/resources.hxx
file on CentOS 5 with libxslt 1.1.33 or newer. This does n

Fix writerfilter build on CentOS 5 with recent libxslt.

xsltproc generates a corrupt writerfilter/.../inc/doctok/resources.hxx
file on CentOS 5 with libxslt 1.1.33 or newer. This does not happen
with the CentOS 5 native version of xsltproc/libxslt, or with any version
of xsltproc/libxslt on CentOS 6 or newer. The problem is that this xsl:
<xsl:if test="$shift>0">
evaluates as true if $shift is an empty string on CentOS 5 with new
libxslt and evaluates as false everywhere else. Work around this by
changing the xsl to:
<xsl:if test="string-length($shift)>0 and $shift>0">
Curiously:
<xsl:if test="$shift">
also does not work properly, which is surprising since both "0" and ""
should evaluate to false in a boolean context.

show more ...

1d23ef0108-Jul-2014 Oliver-Rainer Wittmann

125215: *.docx import: Bookmark ID has to be treated as an Integer

cherry-picked from trunk



git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410

125215: *.docx import: Bookmark ID has to be treated as an Integer

cherry-picked from trunk



git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1608738 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
da78153a26-Feb-2014 Oliver-Rainer Wittmann

124106: correct handling of paragraph attributes, esp. whose which are providing the default value explicitly

cherry-picked from trunk



git-svn-id: https://svn.apac

124106: correct handling of paragraph attributes, esp. whose which are providing the default value explicitly

cherry-picked from trunk



git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1571990 13f79535-47bb-0310-9956-ffa450edef68

show more ...

52c05a6921-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

03b72a1113-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

14ac695d07-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 ...

b862c97c28-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 ...

0ca1f90021-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 ...

44af064d20-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

2b497a5208-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

f9e2e3f608-Jan-2014 Herbert Dürr

#i123693# WaE: const type qualifier ignored on return value

this fix removes another 70 warnings when building with a newer gcc


git-svn-id: https://svn.apache.org/repos/asf/ope

#i123693# WaE: const type qualifier ignored on return value

this fix removes another 70 warnings when building with a newer gcc


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556469 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b36088f902-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 ...

dec99bbd19-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 ...

ab31a70119-Dec-2013 Oliver-Rainer Wittmann

113059: *.docx import: correct handling of comment/annotation, footnote and endnote IDs for parsing the corresponding sub streams

Kudos to Pavel <paveljanik@apache.org> for his analy

113059: *.docx import: correct handling of comment/annotation, footnote and endnote IDs for parsing the corresponding sub streams

Kudos to Pavel <paveljanik@apache.org> for his analysis and findings

cherry-picked from branch ooxml-osba



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552317 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b10b1f9219-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 ...

9cf211d719-Dec-2013 Oliver-Rainer Wittmann

123771: *.docx import - handle properties of annotations

intrinsic patches from OSBA OOXML improvement project which introduced the import of author initials of annotations does not

123771: *.docx import - handle properties of annotations

intrinsic patches from OSBA OOXML improvement project which introduced the import of author initials of annotations does not work, because properties of imported annotations are not handled.

cherry-picked from branch ooxml-osba



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552295 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3b32dd2119-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 ...

826509c103-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 ...

7af80b0d02-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 ...

1234