Revision tags: AOO420-Dev5-m5 |
|
a8f2ca44 | 08-Dec-2023 |
mseidel |
Fixed typos |
44c62228 | 25-May-2023 |
mseidel |
Remove executable flag from various files (2nd part) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
34954317 | 22-Aug-2022 |
mseidel |
Rename PaintBorderAndShadow -> PaintPageBorder |
Revision tags: AOO4113-GA |
|
e421cc8f | 02-May-2022 |
mseidel |
Further code cleanup for removing Writer page shadows |
4a763550 | 26-Apr-2022 |
mseidel |
First code cleanup for removing Writer page shadows. Follow up for: https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00 |
Revision tags: AOO4112-GA |
|
c72520d5 | 14-Dec-2021 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
649504cc | 01-Aug-2018 |
Don Lewis |
Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects. SwCntntFrm::CalcLowers() walks the object tree walk and it assumes that the objects visited will be at a monotonically
Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects. SwCntntFrm::CalcLowers() walks the object tree walk and it assumes that the objects visited will be at a monotonically increasing distance from the top of the page, so it terminates the walk once it encounters the first object below the bottom of the page. Even though the objects are vertically sorted in each branch of the tree, there is no guarantee that the order of the objects visited in the depth-first walk will be perfectly sorted vertically, so the walk may terminate before visiting all of the objects on the page. Fix this problem by pruning branches when they cross the lower page boundary and only terminating the walk once there are no longer any paths forward. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837212 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO415, AOO414, AOO413 |
|
dd5ae8a3 | 31-Aug-2016 |
truckman |
Get rid of the inline version of FindFtnRef() that just calls itself, which causes infinite recursion. Callers should just use the external method. git-svn-id: https://svn
Get rid of the inline version of FindFtnRef() that just calls itself, which causes infinite recursion. Callers should just use the external method. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758637 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
57e74413 | 08-Jul-2014 |
Oliver-Rainer Wittmann |
125215: MarkManager: remove unnecessary mark container git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1608733 13f79535-47bb-0310-9956-ffa450edef68 |
5c0a9181 | 05-Jun-2014 |
Oliver-Rainer Wittmann |
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600581 13f795
125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600581 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
987f0866 | 04-Jun-2014 |
Armin Le Grand |
Corrected GetDrawBackgrdColor to return a value, not a reference, removed unused var git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600100 13f79535-47bb-0310-9956-ffa450edef68 |
56b35d86 | 02-Jun-2014 |
Armin Le Grand |
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599233 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5766e809 | 15-May-2014 |
Herbert Dürr |
#i124422# fix default arguments in friend declarations chapter 8.3.6.4 of the C++11 standard requests that friend declarations must not specify default unless these declarations are also
#i124422# fix default arguments in friend declarations chapter 8.3.6.4 of the C++11 standard requests that friend declarations must not specify default unless these declarations are also definitions. Older compilers still tolerate such constructs that were still undecided until http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#136 but clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break the build and so they have to be fixed. Cleaner alternatives to the fixes are possible but for now they are intended to allow the build while being minimally invasive. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594871 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
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 |
|
3f09c2ce | 20-Mar-2014 |
Jürgen Schmidt |
fix build breaker, missing includes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579680 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
|
edfeb9b7 | 04-Mar-2014 |
Oliver-Rainer Wittmann |
124338: assure sorted mark containers when updating <SwIndex> instances due to inserted characters git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574058 13f79535-47
124338: assure sorted mark containers when updating <SwIndex> instances due to inserted characters git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574058 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
369f9bf1 | 27-Feb-2014 |
Oliver-Rainer Wittmann |
123480: assure correct Undo/Redo with not shown tracked changes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572577 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
fb3f75f2 | 17-Jan-2014 |
Oliver-Rainer Wittmann |
123480: method <::sw::mark::deleteMarks(..)> - assure sorting of subset mark containers before the intrinsic deletion of marks git-svn-id: https://svn.apache.org/repos/asf/openoffi
123480: method <::sw::mark::deleteMarks(..)> - assure sorting of subset mark containers before the intrinsic deletion of marks git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559037 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 ...
|
dec99bbd | 19-Dec-2013 |
Oliver-Rainer Wittmann |
123792: complete annotations on text ranges feature - rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations
123792: complete annotations on text ranges feature - rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations - fix undo/redo regarding annotations an text ranges - support annotations on overlapping text ranges - fix *.docx import for annotations on overlapping text ranges - fix ODF import of annotations on text ranges cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552394 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3b32dd21 | 19-Dec-2013 |
Oliver-Rainer Wittmann |
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which i
123771: integration of OSBA OOXML improvement project's use case 4 patches changes for RTF filter, for *.docx export and for *.xslx export are not usable as they base on code which is not available Patch by: SUSE, Miklos Vajna <vmiklos@suse.cz> Review by: Oliver <orw@apache.org> cherry-picked from branch ooxml-osba git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552294 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 |
0df44b11 | 20-Nov-2013 |
Oliver-Rainer Wittmann |
123578: adjust table layout algorithm to avoid layout loops --> no shrink of master table, when follow table current is layouting its lower table row git-svn-id: https:
123578: adjust table layout algorithm to avoid layout loops --> no shrink of master table, when follow table current is layouting its lower table row git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543811 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|