Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
cd9c0841 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetDepth() to take a 32 bit paragraph index. Patch by: me |
36a46462 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
96eff784 | 11-Aug-2022 |
mseidel |
Fixed Powerpoint -> PowerPoint |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417 |
|
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, 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 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: 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 |
|
328f8447 | 17-Feb-2014 |
Armin Le Grand |
i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction git-svn-id: https://sv
i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569029 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
3ea0c3d5 | 29-Nov-2013 |
Herbert Dürr |
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable.
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546553 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 |
|
af89ca6e | 29-May-2013 |
Oliver-Rainer Wittmann |
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r ule is not a bullet numbering rule. - improve application defa
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r ule is not a bullet numbering rule. - improve application default bullet numbering rule by add corresponding spacing to the first list level - refactoring of code introduced for paragraph property panel to handle toggle and set of bullets and numbering git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487394 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 ...
|
512ec161 | 06-Apr-2013 |
Zheng Fan |
i121938: Fix 121938 in this pack, also include some paragraph panel issues solutions, for sidebar panel item. by ZhengFan. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/si
i121938: Fix 121938 in this pack, also include some paragraph panel issues solutions, for sidebar panel item. by ZhengFan. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1465255 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
766ce4d0 | 01-Apr-2013 |
Zheng Fan |
i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1463154 13f79535-47bb-0310-99
i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1463154 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c55fa23c | 26-Mar-2013 |
Zheng Fan |
i121798: For implementation of Text Properties Panel, in AOO Sidebar branch. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1460968 13f79535-47bb-0310-9956-ffa450ed
i121798: For implementation of Text Properties Panel, in AOO Sidebar branch. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1460968 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
da72173f | 22-Mar-2013 |
Andre Fischer |
Temporarily reverting revisions 1459519, 1459510, 1459509 to allow clean re-application. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1459778 13f79535-47bb-0310-9
Temporarily reverting revisions 1459519, 1459510, 1459509 to allow clean re-application. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1459778 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fe617e93 | 21-Mar-2013 |
Zheng Fan |
git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1459509 13f79535-47bb-0310-9956-ffa450edef68 |
f120fe41 | 18-Mar-2013 |
Andre Fischer |
i121420: Improved the support for context changes. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1457873 13f79535-47bb-0310-9956-ffa450edef68 |
ee093554 | 11-Mar-2013 |
Andre Fischer |
121420: Fixed some sidebar panels. git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1455165 13f79535-47bb-0310-9956-ffa450edef68 |
d5370dc8 | 27-Feb-2013 |
Armin Le Grand |
i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1450891 13f79535-47bb-0310
i121420: Enhancements on the four svx-based panels, Area, Line, Graphic and Transformation git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1450891 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|