a80e2a64 | 10-Feb-2024 |
mseidel |
Remove pushbuttons with '...' from translation process |
Revision tags: AOO420-Dev5-m5 |
|
26490e24 | 24-Aug-2023 |
mseidel |
Maintenance 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 |
|
51f11a45 | 16-Aug-2020 |
mseidel |
Cleaned up resource files |
Revision tags: 420-Dev2-m2 |
|
1dbd2dae | 18-Jan-2020 |
mseidel |
Fixed error from last commit |
8683d3bc | 17-Jan-2020 |
mseidel |
Cleaned up resource file |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
4fe6f2d1 | 28-Jun-2018 |
Matthias Seidel |
Fixed typo (cought -> caught) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1834598 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413 |
|
5f22f2ef | 01-Sep-2016 |
truckman |
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that t
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that take a reference argument and perform an &rArg == NULL test on it. The compiler warns that this condition should always be false because dereferencing a NULL pointer to generate a reference is not valid in C++ and a valid reference will never be at address 0. Warnings are generated every time this header is included in a .cxx file. It turns out that there are no callers for the IsGluePoint() method, so just comment out its definition. It also turns out that all the callers of IsPointMarked() pass it a dereferenced pointer, so convert IsPointMarked() to take a pointer argument and modify all the callers to pass a pointer without dereferencing it first. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
3c714140 | 20-Jun-2014 |
Armin Le Grand |
i121410 Secured usage of pTextGroup git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604147 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 |
|
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 ...
|
7ea7a1cc | 19-Jan-2014 |
Tsutomu Uchino |
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ae2dc0fa | 18-Jan-2014 |
Tsutomu Uchino |
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559327 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
9afceb33 | 07-May-2013 |
Ariel Constenla-Haile |
i122116 - Remove GalleryExplorer member functions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479765 13f79535-47bb-0310-9956-ffa450edef68 |
c7be74b1 | 28-Apr-2013 |
Armin Le Grand |
i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanups git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476756 13f79535-47bb-0310-9956-ffa450edef
i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanups git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476756 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c8a3f565 | 23-Apr-2013 |
Andre Fischer |
122085: Fixed over-painting of fixed text. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1470963 13f79535-47bb-0310-9956-ffa450edef68 |
97e8a929 | 05-Apr-2013 |
Armin Le Grand |
i121791 Unified usage of LineStyle ListBox, unified XPropertyList/XPropertyTable implementations, streamlined Ui Bitmap generation git-svn-id: https://svn.apache.org/repos/asf/openoffice/bra
i121791 Unified usage of LineStyle ListBox, unified XPropertyList/XPropertyTable implementations, streamlined Ui Bitmap generation git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1465024 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7a32b0c8 | 19-Feb-2013 |
Andre Fischer |
i121420: Added support for Impress panels. Modified sidebar configuration scheme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ff
i121420: Added support for Impress panels. Modified sidebar configuration scheme. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1447641 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
c70987f7 | 25-Jun-2012 |
Zhe Wang |
for #120049# git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1353393 13f79535-47bb-0310-9956-ffa450edef68 |
6024f9c4 | 20-Jun-2012 |
Zhe Wang |
for #119988# git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1351945 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 |
e3349227 | 15-Feb-2012 |
Herbert Dürr |
remove svn:executable properties from resource data files git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244480 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 |