Revision tags: AOO420-Dev5-m5 |
|
5ab6c384 | 12-Aug-2023 |
mseidel |
Small modifications, cleanup |
Revision tags: 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, AOO410, AOO410_Beta |
|
4799f5ba | 21-Feb-2014 |
Andre Fischer |
123197: Fixed selection problems when switching between normal and master mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1570539 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
Revision tags: AOO401, AOO400 |
|
0923c7b7 | 27-May-2013 |
Herbert Dürr |
#i122208# const SD containers cannot provide non-const iterators git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486583 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
37ab0f2d | 29-Oct-2012 |
Armin Le Grand |
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF
#121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403434 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e6f63103 | 23-Oct-2012 |
Armin Le Grand |
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-f
#121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1401294 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
87bc88d3 | 19-Oct-2012 |
Herbert Dürr |
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tri
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tricky rewrites to work around them, this change cleans them up and disables them for all code outside of the immutable binfilter. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
053b1516 | 11-Jul-2012 |
Andre Fischer |
#i118813# Update slide sorter after page format is modified. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1360139 13f79535-47bb-0310-9956-ffa450edef68 |
79aad27f | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from more source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68 |
752c0af7 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from make and pack files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244512 13f79535-47bb-0310-9956-ffa450edef68 |
67e470da | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from source files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244478 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
66220049 | 30-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208582 13f79535-47bb-0310-9956-ffa450edef68 |
c45d927a | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198472 13f79535-47bb-0310-9956-ffa450edef68 |
5b190011 | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198285 13f79535-47bb-0310-9956-ffa450edef68 |
60b45af2 | 17-Sep-2011 |
Michael Stahl |
slidesorter1: #i116014# Fixed some minor compilation problems. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1302596156 -7200 # Node ID 53201f3ec8c
slidesorter1: #i116014# Fixed some minor compilation problems. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1302596156 -7200 # Node ID 53201f3ec8c74141923d041a951ae220f5efaa02 # Parent 6a7a8a3a4618b52b16c5fe48bea1fcae6aab7483 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172133 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
967189ef | 17-Sep-2011 |
Michael Stahl |
slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1300869929 -3600 # Node ID dd7409368133
slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1300869929 -3600 # Node ID dd74093681332c51934ab449c4b7c9eaec89359a # Parent bca8ed5c98e5c645a6c69c7fb90cd3da84627212 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172131 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
6194c063 | 17-Sep-2011 |
Michael Stahl |
slidesorter1: #117012# Update preview when text editing ends. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1298986855 -3600 # Node ID 5d52cdcf6d93
slidesorter1: #117012# Update preview when text editing ends. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1298986855 -3600 # Node ID 5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de # Parent aa5b0a65d4614b8a3a38a2748ff20f9e548e1f99 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172129 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
117a7820 | 17-Sep-2011 |
Michael Stahl |
slidesorter1: #i114186# Applied patches that fix double-to-int conversions. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1287062183 -7200 # Node I
slidesorter1: #i114186# Applied patches that fix double-to-int conversions. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1287062183 -7200 # Node ID 23dcb2ba5fbd8ae4026f6bb71d89038f75017aeb # Parent 805df2d00c12631fe697e8737a91199bf5f54ee3 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172128 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
677e09c3 | 17-Sep-2011 |
Michael Stahl |
slidesorter1: #i115058# Removed unused classes PageObject and PageObjectFactory. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1287060980 -7200 # N
slidesorter1: #i115058# Removed unused classes PageObject and PageObjectFactory. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1287060980 -7200 # Node ID 805df2d00c12631fe697e8737a91199bf5f54ee3 # Parent 770385ae0c265c62134bf57eeca8283f7fe80b48 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172127 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
17673424 | 17-Sep-2011 |
Michael Stahl |
slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com>
slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property. # HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1283353420 -7200 # Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48 # Parent 2ebd15d9e8a637b5c563f1ae49768668412e2baa git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1172126 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 ...
|