Revision tags: AOO420-Dev5-m5 |
|
a0ea24c5 | 14-Jan-2024 |
Arrigo Marchiori |
Ensure default substitutions on patterns This is requested by the documentation of function FcFontMatch(). Addresses bug #128583. (cherry picked from commit 9e383899f55d91d
Ensure default substitutions on patterns This is requested by the documentation of function FcFontMatch(). Addresses bug #128583. (cherry picked from commit 9e383899f55d91dcbf240aac96faa852c30bbdbd)
show more ...
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
d92770c0 | 06-Oct-2020 |
mseidel |
Fixed typos (beeing -> being) and some more (cherry picked from commit 2df387e6904e94f6cff3cb41c0152fdd0b8cf63c) |
Revision tags: 420-Dev2-m2, AOO417 |
|
940681c7 | 11-Jun-2019 |
Matthias Seidel |
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO
Merged r1860845 and r1860851 from trunk Fixed typos (wether -> whether) Fixed typos (determins-> determines) git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
c1e8cc3a | 01-May-2018 |
Don Lewis |
The register storage class is deprecated and is incompatible with C++17. Modern compilers have mostly been ignoring it, probably other than to forbid the use of the address-of operator. Get
The register storage class is deprecated and is incompatible with C++17. Modern compilers have mostly been ignoring it, probably other than to forbid the use of the address-of operator. Get ahead of the game and delete it now. Reported by clang 6. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bccc1572 | 01-May-2018 |
Don Lewis |
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ff
Fix the easy cast-related errors reported by clang 6 in its default C++14 mode. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830706 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413 |
|
851abcd9 | 31-Aug-2016 |
truckman |
Fix -Wformat-security warnings. There are a number of instances where the code calls *printf() to print arbitrary strings and the string is passed as the format argument to *printf()
Fix -Wformat-security warnings. There are a number of instances where the code calls *printf() to print arbitrary strings and the string is passed as the format argument to *printf(). Since these strings might contain % conversion sequences, this is a security hazard. Fix the problem by printing the strings with a "%s" format. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758644 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121 |
|
788ab396 | 24-Nov-2015 |
Pedro Giffuni |
Uninitialized scalar variable CID: 1028321, 1028322, 1028323 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716157 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
fe912e68 | 21-Jan-2015 |
Ariel Constenla-Haile |
i46871 - Add French translation for Space key git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1653444 13f79535-47bb-0310-9956-ffa450edef68 |
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
04daac55 | 18-Dec-2013 |
Herbert Dürr |
#i123865# fix typo in i18n_xkb's constructor git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551844 13f79535-47bb-0310-9956-ffa450edef68 |
54ae6a37 | 17-Dec-2013 |
Herbert Dürr |
#i123840# normalize SalGraphics point count argument types to sal_uInt32 The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets consolidated. 4e9 points are more than enough f
#i123840# normalize SalGraphics point count argument types to sal_uInt32 The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets consolidated. 4e9 points are more than enough for a SalGraphics. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551617 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8a718ffc | 17-Dec-2013 |
Herbert Dürr |
#i123840# normalize SalFrame resolution type to sal_Int32 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551563 13f79535-47bb-0310-9956-ffa450edef68 |
e78229df | 17-Dec-2013 |
Herbert Dürr |
#i123865# enable XKB for all X11-based display targets git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551526 13f79535-47bb-0310-9956-ffa450edef68 |
248a599f | 16-Dec-2013 |
Herbert Dürr |
#i123840# add and use the sal_GlyphId type Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so
#i123840# add and use the sal_GlyphId type Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so that its bitfield operations etc. can then be isolated into nice methods. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551244 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 |
b4fbd7a9 | 27-Nov-2013 |
Herbert Dürr |
#i123755# adjust kernpair hashmap resize() to rehash() git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545941 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
2c21464b | 14-Jun-2013 |
Armin Le Grand |
i122456 Corrected tesellationing for fat lines git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1493078 13f79535-47bb-0310-9956-ffa450edef68 |
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
85372600 | 31-Jan-2013 |
Herbert Dürr |
XKeycodeToKeysym() was officially deprecated in 2011 XkbKeycodeToKeysym() has obsoleted it in 2003 anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1440903
XKeycodeToKeysym() was officially deprecated in 2011 XkbKeycodeToKeysym() has obsoleted it in 2003 anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1440903 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
30c1b1ef | 30-Jan-2013 |
Herbert Dürr |
fix x11_cursor headers from thousands of ill-formed C++11 conversions This change eliminates almost 6000 warnings when building on newer UNX platforms git-svn-id: https://svn.a
fix x11_cursor headers from thousands of ill-formed C++11 conversions This change eliminates almost 6000 warnings when building on newer UNX platforms git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1440477 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5f27b83c | 23-Jan-2013 |
Armin Le Grand |
#121534# Reintegrating changes for rotated bitmap support git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437407 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
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 ...
|
7bd133ca | 18-Jun-2012 |
Herbert Dürr |
#c708666# remove unused member m_aThread from GetPPDAttribs struct git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351337 13f79535-47bb-0310-9956-ffa450edef68 |
4d742e16 | 14-Jun-2012 |
Herbert Dürr |
#c706171# handle invalid PFB chunk header git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1350123 13f79535-47bb-0310-9956-ffa450edef68 |
aa150a94 | 03-May-2012 |
Herbert Dürr |
use ascii convenience methods for dynamic loading git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1333457 13f79535-47bb-0310-9956-ffa450edef68 |