Revision tags: AOO420-Dev5-m5 |
|
0ac3728e | 04-Oct-2023 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO4115-GA, AOO4114-GA |
|
c2eaa082 | 01-Jan-2023 |
Damjan Jovanovic |
Preliminary attempt to convert all instances of GetParagraphCount() to return a sal_uInt32 or sal_uLong, and fix any related problems in all their callers. Patch by: me |
Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA |
|
97afbf7b | 21-Aug-2021 |
mseidel |
Cleaned up resource files |
Revision tags: AOO420-Dev3-m3 |
|
6e9cccf4 | 26-Apr-2021 |
mseidel |
Fixed typos (initalize -> initialize) |
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
b77af630 | 15-Jan-2017 |
damjan |
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/re
Port main/sc to gbuild. Also add the ability to add extra image directories to resources, which is needed by main/sc. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
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 |
|
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 |
|
6d0e8f38 | 10-Mar-2014 |
Andre Fischer |
i124361: Enable exception support for all sc source files. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575930 13f79535-47bb-0310-9956-ffa450edef68 |
52f1c2ee | 07-Feb-2014 |
Armin Le Grand |
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
0deba7fb | 27-Sep-2013 |
Steve Yin |
AOO IA2 enabled draft version 1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401, AOO400 |
|
a840a559 | 27-Jun-2013 |
Armin Le Grand |
i121008 corrected calc cell comment stuff git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1497286 13f79535-47bb-0310-9956-ffa450edef68 |
2a3f8a0e | 27-May-2013 |
Andre Fischer |
122332: Don't change sidebar context when switching to other application window. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486578 13f79535-47bb-0310-9956-ffa450edef68 |
942e7e55 | 29-Apr-2013 |
Pavel Janík |
Comment out unused variable to prevent compiler warning. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1477084 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 ...
|
d7c3c182 | 24-Apr-2013 |
Armin Le Grand |
i122121 Adapted ScDrawShell::GetDrawAttrState git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1471393 13f79535-47bb-0310-9956-ffa450edef68 |
46563b64 | 10-Apr-2013 |
Pavel Janík |
Remove unused variables to prevent WaE issues. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466543 13f79535-47bb-0310-9956-ffa450edef68 |
7d252132 | 10-Apr-2013 |
Pavel Janík |
Remove unused variable to prevent WaE issues. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466540 13f79535-47bb-0310-9956-ffa450edef68 |
f0ada6ad | 10-Apr-2013 |
Pavel Janík |
Remove unused variable to prevent WaE issues. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466539 13f79535-47bb-0310-9956-ffa450edef68 |
a72134c0 | 10-Apr-2013 |
Oliver-Rainer Wittmann |
121420: merge sidebar feature from branch into trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466396 13f79535-47bb-0310-9956-ffa450edef68
|
1e9c32af | 09-Apr-2013 |
Armin Le Grand |
i121538 Removed old Fontwork dialogs preset box and all dependencies git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466132 13f79535-47bb-0310-9956-ffa450edef68 |
47148b3b | 09-Apr-2013 |
Oliver-Rainer Wittmann |
rebase on current trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1466052 13f79535-47bb-0310-9956-ffa450edef68
|
ef076a15 | 09-Apr-2013 |
Armin Le Grand |
i121538 Disable FontWork dialog entries (slots) when CustomShapes are selected to avoid unwanted FontWork editing on these shapes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
i121538 Disable FontWork dialog entries (slots) when CustomShapes are selected to avoid unwanted FontWork editing on these shapes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465991 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|