Revision tags: AOO420-Dev5-m5, AOO4115-GA |
|
ff86dd9e | 16-Jan-2023 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 52230ee933e31bb26d753c1599317216f6e3ec57) |
Revision tags: 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, AOO410, AOO410_Beta |
|
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 ...
|
831ce129 | 28-Oct-2013 |
Armin Le Grand |
i123465 no longer correct svg:d imports git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1536316 13f79535-47bb-0310-9956-ffa450edef68 |
facb0eb6 | 11-Oct-2013 |
Armin Le Grand |
i123379 various SVG marker corrections git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1531353 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
3ddd48ca | 15-Aug-2013 |
Pavel JanÃk |
WaE: Initialize boolean variable to false to prevent compiler warning about uninitialized variable. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1514218 13f79535-47bb-0
WaE: Initialize boolean variable to false to prevent compiler warning about uninitialized variable. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1514218 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d8ed516e | 13-Aug-2013 |
Armin Le Grand |
i122149 Corrected stuff around polygon-based clip regions, do not use them where nt needed git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513541 13f79535-47bb-0310-9956-ffa45
i122149 Corrected stuff around polygon-based clip regions, do not use them where nt needed git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1513541 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
1fe6099d | 05-Dec-2012 |
Armin Le Grand |
Small vector calculation correction git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1417518 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
4665f8d3 | 26-Oct-2012 |
Armin Le Grand |
#121267# added support for taking clipping into account for metafile-based exporters to vector formats git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-
#121267# added support for taking clipping into account for metafile-based exporters to vector formats git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c514522b | 26-Jan-2012 |
Armin Le Grand |
#118838# LineGeometry creation for complicated cases optimized to create single Polygons git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236232 13f79535-47bb-0310-9956-ffa4
#118838# LineGeometry creation for complicated cases optimized to create single Polygons git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236232 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5aaf853b | 17-Jan-2012 |
Armin Le Grand |
linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license git-svn-id: https://svn.apache.org/repos/asf
linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232507 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2407af08 | 13-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1231335 13f79535-47bb-0310-9956-ffa450edef68 |
ddde725d | 19-Dec-2011 |
Armin Le Grand |
Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1220836 13
Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1220836 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
09dbbe93 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198216 13f79535-47bb-0310-9956-ffa450edef68 |
7925e912 | 28-Aug-2011 |
Michael Stahl |
fix up code so it builds with GCC 4.6: put user-defined default constructors in some classes. remove "mutable" from reference variables. include stddef.h where size_t or ptrdiff_t
fix up code so it builds with GCC 4.6: put user-defined default constructors in some classes. remove "mutable" from reference variables. include stddef.h where size_t or ptrdiff_t was not defined. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162609 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
cdf0e10c | 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|