Revision tags: AOO420-Dev5-m5 |
|
300d4866 | 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>
show more ...
|
0c72d66f | 26-Sep-2023 |
mseidel |
Fixed typo (paramter -> parameter) and some other |
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
34954317 | 22-Aug-2022 |
mseidel |
Rename PaintBorderAndShadow -> PaintPageBorder |
00245318 | 22-Aug-2022 |
mseidel |
Fixed typos (TOOD -> TODO) |
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 |
|
9d12c51f | 07-Sep-2021 |
mseidel |
Remove 'old-style' shadow from Writer document area. TODO: Cleanup code |
6e8337c1 | 24-Aug-2021 |
mseidel |
Fixed typos, small cleanup |
Revision tags: AOO420-Dev3-m3 |
|
6e9cccf4 | 26-Apr-2021 |
mseidel |
Fixed typos (initalize -> initialize) |
Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA |
|
c47da6ea | 28-Sep-2020 |
mseidel |
Fixed several typos |
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
3945fe28 | 26-Aug-2020 |
mseidel |
Fixed typos (sould -> should) and some more |
87ecdd25 | 23-Jul-2020 |
mseidel |
Fixed typos (avaiable -> available) |
Revision tags: 420-Dev2-m2 |
|
cce2cef2 | 16-Jan-2020 |
mseidel |
Fixed typo (heigth -> height) |
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 ...
|