History log of /aoo42x/main/sw/source/core/inc/ (Results 1 - 25 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
2b605bf208-Dec-2023 mseidel

Fixed typos

(cherry picked from commit a8f2ca449e8525e410cf17f1ff335365d969157e)

7597859625-May-2023 mseidel

Remove executable flag from various files (2nd part)

(cherry picked from commit 44c622283a957b8371c60d67433418fc80119f9d)

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4
a4b2faf022-Aug-2022 mseidel

Rename PaintBorderAndShadow -> PaintPageBorder

(cherry picked from commit 349543177130a4ef2aa2828e9e63c9dfa2ad2986)

Revision tags: AOO4113-GA
307b55ca02-May-2022 mseidel

Further code cleanup for removing Writer page shadows

(cherry picked from commit e421cc8f5a44fb75e600a9c9b13043c3230766fa)

ad09579026-Apr-2022 mseidel

First code cleanup for removing Writer page shadows.

Follow up for:
https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00

(cherry picked from comm

First code cleanup for removing Writer page shadows.

Follow up for:
https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00

(cherry picked from commit 4a763550f709e8162c2a264ec14dcaf99eaf5fa7)

show more ...

Revision tags: AOO4112-GA
60d7827814-Dec-2021 mseidel

Fixed typos, removed whitespace

(cherry picked from commit c72520d534804340d6648e5bc715e01b3be8f130)

Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
649504cc01-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
dd5ae8a331-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
57e7441308-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

5c0a918105-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 ...

987f086604-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

56b35d8602-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 ...

5766e80915-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 ...

86e1cf3429-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
3f09c2ce20-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

0bfedac219-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
edfeb9b704-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 ...

369f9bf127-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

0ca1f90021-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 ...

fb3f75f217-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 ...

64b1462107-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 ...

dec99bbd19-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 ...

3b32dd2119-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 ...

4d7c9de028-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

0df44b1120-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 ...

12