0a792eef | 19-Mar-2014 |
Armin Le Grand |
i124452 correct svg:viewBox for EnhancedCustomShape geometry import when no width and no height are given git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579246 13f79535-47bb-
i124452 correct svg:viewBox for EnhancedCustomShape geometry import when no width and no height are given git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579246 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
0bfedac2 | 19-Mar-2014 |
Armin Le Grand |
Resync/update with trunk as preparation to integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO410_Beta |
|
2fb14843 | 07-Mar-2014 |
Herbert Dürr |
#i123770# obsolete and remove the emulation of hash_map's data_type typedef and fix its former usages by utilizing the standard compliant mapped_type typedef instead git-sv
#i123770# obsolete and remove the emulation of hash_map's data_type typedef and fix its former usages by utilizing the standard compliant mapped_type typedef instead git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575260 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dc72cefd | 15-Feb-2014 |
Armin Le Grand |
i42894 added support for <presentation:animations> at import and creation git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1568575 13f79535-47bb-0310-9956-ffa450edef68 |
a8265799 | 11-Feb-2014 |
Regina Henschel |
#123879 dr3d rotation angle is degree in ODF1.2 but radiant in AOO core git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1567151 13f79535-47bb-0310-9956-ffa450edef68 |
f3b8b509 | 04-Feb-2014 |
Armin Le Grand |
i124143 for draw:frame containing multiple draw:image and draw:glue-point it is necessary to move the GluePoints from the last draw:image where they were automatically imported to the surviving one i
i124143 for draw:frame containing multiple draw:image and draw:glue-point it is necessary to move the GluePoints from the last draw:image where they were automatically imported to the surviving one if these are different git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564400 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 ...
|
c45df7c4 | 14-Jan-2014 |
Oliver-Rainer Wittmann |
123457: improve ODF filter - suppress import and export of hyperlinks without an URL git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558026 13f79535-47bb-0310-9956-f
123457: improve ODF filter - suppress import and export of hyperlinks without an URL git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1558026 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
332f371a | 08-Jan-2014 |
Oliver-Rainer Wittmann |
123792: correction for comments/annotations on table cell ranges git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556542 13f79535-47bb-0310-9956-ffa450edef68 |
64b14621 | 07-Jan-2014 |
Armin Le Grand |
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 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 ...
|
7cba280f | 19-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 ...
|
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 ...
|
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 |
4942efb8 | 06-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 |
210145b6 | 01-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 ...
|
5e6b5d64 | 30-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 |
2f8a4d94 | 30-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 |
1f882ec4 | 29-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 |
|
011bafbf | 17-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 |
|
2b71a0a5 | 29-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 |
0adb0395 | 28-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 |
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 ...
|
32902674 | 10-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 |
242c6546 | 08-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 |