History log of /aoo42x/main/xmloff/ (Results 51 - 75 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7cba280f19-Dec-2013 Oliver-Rainer Wittmann

123771: ODF export: export annotation's author initials in own namespace only in ODF 1.2 (extended) file format

annotation's author initials is currently not standardized in ODF 1.2

123771: ODF export: export annotation's author initials in own namespace only in ODF 1.2 (extended) file format

annotation's author initials is currently not standardized in ODF 1.2
a corresponding proposal is available at the OASIS ODF TC - see JIRA isssue OFFICE-3776 at OASIS

cherry-picked from branch ooxml-osba



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552307 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 ...

24c56ab928-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

4942efb806-Nov-2013 Pavel Janík

Remove unused variable to prevent compiler warnings.


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

210145b601-Nov-2013 Armin Le Grand

i123433 by error removed the export of the created svg:d in ExportConnectorShape
hint by: Stephan Bergmann

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1537886 13f79535-

i123433 by error removed the export of the created svg:d in ExportConnectorShape
hint by: Stephan Bergmann

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

show more ...

5e6b5d6430-Oct-2013 Armin Le Grand

i123542 corrected ODF XML export of 3D cube and sphere

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

2f8a4d9430-Oct-2013 Armin Le Grand

i122433 corrected export of polygons with text

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

1f882ec429-Oct-2013 Armin Le Grand

i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute

i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute

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

show more ...

Revision tags: AOO401
011bafbf17-Sep-2013 Armin Le Grand

i123261 corrected name clashes on writer graphic import with multi image support

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

Revision tags: AOO400
2b71a0a529-May-2013 Armin Le Grand

i121507 Added commata to whitespace list

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

0adb039528-May-2013 Herbert Dürr

#i122208# const XMLOFF containers cannot provide non-const iterators

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

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

3290267410-Apr-2013 Armin Le Grand

i121972 Use svg rx/ry/cx/cy defines in draw:ellipse when used

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

242c654608-Apr-2013 Armin Le Grand

i121965 Take draw:transform into account for draw:connector shapes

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

1d438f2a31-Jan-2013 Herbert Dürr

WaE: fix hundreds of ill-formed C++11 conversions in xmloff

XMLPropertyMapEntry's signedness is the root cause of the problem,
but that class is widely used outside, even in binfilter, s

WaE: fix hundreds of ill-formed C++11 conversions in xmloff

XMLPropertyMapEntry's signedness is the root cause of the problem,
but that class is widely used outside, even in binfilter, so changing
it directly is not advisable. Fixing it indirectly suffices to
eliminate almost 300 warnings.


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

show more ...

a180b29c21-Jan-2013 Herbert Dürr

type qualifiers ignored on function return type

Gcc 4.4 on our buildbot reported 657 such warnings, which represents
almost 85% of all warnings it emitted for our codebase! The warnings

type qualifiers ignored on function return type

Gcc 4.4 on our buildbot reported 657 such warnings, which represents
almost 85% of all warnings it emitted for our codebase! The warnings
are correct and cleaning them up improves our code quality and makes
the build output more relevant.


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

show more ...

35b7eebc19-Jan-2013 Dennis E. Hamilton

Added XML comment to the DTD emphasizing that this DTD is for
OpenOffice.org 1.x XML Documents and is not a DTD for any ODF
document. See Apache OpenOffice bugzilla issue #49853.

gi

Added XML comment to the DTD emphasizing that this DTD is for
OpenOffice.org 1.x XML Documents and is not a DTD for any ODF
document. See Apache OpenOffice bugzilla issue #49853.

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

show more ...

b6dc695e23-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

e2ecf9c512-Dec-2012 Armin Le Grand

121455# Adapted from NonPrimitive to non-primitive as used in the spec
Patch by: Regina
Review by: alg

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1420650 13f79535-

121455# Adapted from NonPrimitive to non-primitive as used in the spec
Patch by: Regina
Review by: alg

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

show more ...

Revision tags: AOO340
6381da8621-Nov-2012 Armin Le Grand

For backward compatibility do take mirrorings in setTransformation into account. Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used

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

For backward compatibility do take mirrorings in setTransformation into account. Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used

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

show more ...

598d8f9f21-Nov-2012 Armin Le Grand

#121379# When loading MultiImage, avoid registering xShape with ID until the winner is decided to not have multiple shapes registering with the same ID

git-svn-id: https://svn.apache.org/rep

#121379# When loading MultiImage, avoid registering xShape with ID until the winner is decided to not have multiple shapes registering with the same ID

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

show more ...

5086b72727-Sep-2012 Pavel Janík

Simplify the code and remove warning in debug build.


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

aa4f3b2a24-Sep-2012 Armin Le Grand

#121090# corrceted point reduction on svg:d export to only happen when polygon is closed

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1389473 13f79535-47bb-0310-9956-ffa4

#121090# corrceted point reduction on svg:d export to only happen when polygon is closed

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

show more ...

51b76a9003-Sep-2012 Jian Fang Zhang

#i120663#, The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is always leaked

Found by: zhangjf
Patch by: zhangjf


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

#i120663#, The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is always leaked

Found by: zhangjf
Patch by: zhangjf


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

show more ...

26734c9930-Jul-2012 Armin Le Grand

#116001# Reverted revision 1366087

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

12345