History log of /trunk/main/sw/source/core/layout/ (Results 1 - 25 of 78)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
300d486628-Nov-2023 John Bampton

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

Co-authored-by: Matthias

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...

0c72d66f26-Sep-2023 mseidel

Fixed typo (paramter -> parameter) and some other

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

Rename PaintBorderAndShadow -> PaintPageBorder

0024531822-Aug-2022 mseidel

Fixed typos (TOOD -> TODO)

Revision tags: AOO4113-GA
e421cc8f02-May-2022 mseidel

Further code cleanup for removing Writer page shadows

4a76355026-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
c72520d514-Dec-2021 mseidel

Fixed typos, removed whitespace

Revision tags: AOO4111-GA
9d12c51f07-Sep-2021 mseidel

Remove 'old-style' shadow from Writer document area. TODO: Cleanup code

6e8337c124-Aug-2021 mseidel

Fixed typos, small cleanup

Revision tags: AOO420-Dev3-m3
6e9cccf426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
c47da6ea28-Sep-2020 mseidel

Fixed several typos

56b8eddc25-Sep-2020 mseidel

Fixed typo (explicitely -> explicitly) and some more

3945fe2826-Aug-2020 mseidel

Fixed typos (sould -> should) and some more

87ecdd2523-Jul-2020 mseidel

Fixed typos (avaiable -> available)

Revision tags: 420-Dev2-m2
cce2cef216-Jan-2020 mseidel

Fixed typo (heigth -> height)

Revision tags: AOO417, AOO420-Dev-m1
047818df28-Dec-2018 Matthias Seidel

Fixed typos (bahaviour -> behaviour)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1849824 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: 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 ...

870262e302-May-2018 Don Lewis

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang.

While here, translate the associated assert messages.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO415
2bf6729317-Jan-2018 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821337 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
fdf46e5425-Sep-2015 Andrea Pescetti

#i107471# Fix alignment settings in CJK text.
Patch by: Mark Hung <marklh9@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705365 13f79535-47bb-0310-9956-f

#i107471# Fix alignment settings in CJK text.
Patch by: Mark Hung <marklh9@gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705365 13f79535-47bb-0310-9956-ffa450edef68

show more ...

734ca04e07-Oct-2014 Armin Le Grand

i125698 Finetuned visualization for aligned AAed areas

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629919 13f79535-47bb-0310-9956-ffa450edef68

4cd218ab07-Oct-2014 Oliver-Rainer Wittmann

125549: accept only positive values for SwTextGridItem::nBaseWidth

kudos to Mark Hung for defect finding and analysis



git-svn-id: https://svn.apache.org/repos/asf/

125549: accept only positive values for SwTextGridItem::nBaseWidth

kudos to Mark Hung for defect finding and analysis



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629885 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2816047806-Oct-2014 Armin Le Grand

i125163 Corrected FillStyle handling for tables in Writer

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1629663 13f79535-47bb-0310-9956-ffa450edef68

7561365115-Jul-2014 Oliver-Rainer Wittmann

121443: - register text frames and graphics on the correct page frame
- trigger formatting of selected object when moving view to the selected object or when graphical horizontal line has

121443: - register text frames and graphics on the correct page frame
- trigger formatting of selected object when moving view to the selected object or when graphical horizontal line has been inserted.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1610671 13f79535-47bb-0310-9956-ffa450edef68

show more ...

09ef384102-Jul-2014 Armin Le Grand

i125189 corrected used transparency and handling to values used in the fallback SvxBrushItem

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607407 13f79535-47bb-0310-9956-ffa

i125189 corrected used transparency and handling to values used in the fallback SvxBrushItem

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607407 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1234