Revision tags: AOO420-Dev5-m5 |
|
ebe15e47 | 28-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> (cherry picked from commit 300d4866462a073a2285741ed956e98ff5957a82)
show more ...
|
45c064b3 | 26-Sep-2023 |
mseidel |
Fixed typo (paramter -> parameter) and some other (cherry picked from commit 0c72d66f1a33589bfa5729d3fc3bdd5e807826ac) |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
a4b2faf0 | 22-Aug-2022 |
mseidel |
Rename PaintBorderAndShadow -> PaintPageBorder (cherry picked from commit 349543177130a4ef2aa2828e9e63c9dfa2ad2986) |
f3bf8e1e | 22-Aug-2022 |
mseidel |
Fixed typos (TOOD -> TODO) (cherry picked from commit 00245318452aeba6d36c95ae7db8b7b7a688e764) |
Revision tags: AOO4113-GA |
|
307b55ca | 02-May-2022 |
mseidel |
Further code cleanup for removing Writer page shadows (cherry picked from commit e421cc8f5a44fb75e600a9c9b13043c3230766fa) |
ad095790 | 26-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 |
|
60d78278 | 14-Dec-2021 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit c72520d534804340d6648e5bc715e01b3be8f130) |
Revision tags: AOO4111-GA |
|
d7685583 | 07-Sep-2021 |
mseidel |
Remove 'old-style' shadow from Writer document area. TODO: Cleanup code (cherry picked from commit 9d12c51fa1a1c1f5d69b792b73aae71e86afff00) |
5f05c480 | 24-Aug-2021 |
mseidel |
Fixed typos, small cleanup (cherry picked from commit 6e8337c105d646591dfdf02e780094cc04f2ad6a) |
Revision tags: AOO420-Dev3-m3 |
|
437a6594 | 26-Apr-2021 |
mseidel |
Fixed typos (initalize -> initialize) (cherry picked from commit 6e9cccf42f52eac53abb7399073134c0cb193d0e) |
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA |
|
32698fcc | 28-Sep-2020 |
mseidel |
Fixed several typos (cherry picked from commit c47da6ea653604c64a84e90ede2d0a69fcd8f7e9) |
6d53c851 | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more (cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6) |
f53e21fa | 26-Aug-2020 |
mseidel |
Fixed typos (sould -> should) and some more (cherry picked from commit 3945fe28166b82700c7d567fedab7482a96de498) |
ae172357 | 23-Jul-2020 |
mseidel |
Fixed typos (avaiable -> available) (cherry picked from commit 87ecdd25c15376b990672360a036902c29c38b08) |
Revision tags: 420-Dev2-m2 |
|
9a9ccb4a | 16-Jan-2020 |
mseidel |
Fixed typo (heigth -> height) (cherry picked from commit cce2cef208bfebaf840744fb58ecee51a00a1ebd) |
Revision tags: AOO417, AOO420-Dev-m1 |
|
047818df | 28-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 |
|
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 ...
|
870262e3 | 02-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 |
|
2bf67293 | 17-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 |
|
fdf46e54 | 25-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 ...
|
734ca04e | 07-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 |
4cd218ab | 07-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 ...
|
28160478 | 06-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 |
75613651 | 15-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 ...
|
09ef3841 | 02-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 ...
|