Fix spelling (#426)* Fix spelling* Recreate ignored words list codespell.txt(cherry picked from commit 54c55739d259b6c09a298acbd77515f3caadc8c1)
pre-commit auto remove trailing whitespace from h files (#385)Another big auto clean up by pre-commit similar to the others(cherry picked from commit 5d328669834268fa077da8fd0d9b44cc5ce2793b)
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)(cherry picked from commit 914d351e5f5b84e4342a86d6ab8d4aca7308b9bd)
show more ...
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dc
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit dcaf07f7f98db08cc6cf8841292bf500f56d5f1d)
Fix typos (#373)* misc: fix typos* Update ignored words list(cherry picked from commit 7de601c39e46cf49ef7ac29184b45aeae1a4391e)
Fix spelling (#364)* Fix spelling* Update ignored words list(cherry picked from commit 2814ae3c3e7397ac6100816f87499597972e9628)
Fixed typos, cleanup(cherry picked from commit f3eb8045b8bfa36be412cd01586152fc987fc7d8)
Fix spelling (#337)* Fix spelling* Update ignored words list(cherry picked from commit 6362920db15d1fa11a859386d693abf0788d239c)
Fix spelling (#336)* Fix spelling* Update ignored words list(cherry picked from commit c2cc1a3c98d4529dcaa051692b4ace754b458bd1)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Fixed typos(cherry picked from commit a8f2ca449e8525e410cf17f1ff335365d969157e)
Remove executable flag from various files (2nd part)(cherry picked from commit 44c622283a957b8371c60d67433418fc80119f9d)
Rename PaintBorderAndShadow -> PaintPageBorder(cherry picked from commit 349543177130a4ef2aa2828e9e63c9dfa2ad2986)
Further code cleanup for removing Writer page shadows(cherry picked from commit e421cc8f5a44fb75e600a9c9b13043c3230766fa)
First code cleanup for removing Writer page shadows.Follow up for:https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00(cherry picked from commit 4a763550f709e8162
First code cleanup for removing Writer page shadows.Follow up for:https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00(cherry picked from commit 4a763550f709e8162c2a264ec14dcaf99eaf5fa7)
Fixed typos, removed whitespace(cherry picked from commit c72520d534804340d6648e5bc715e01b3be8f130)
Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects. SwCntntFrm::CalcLowers() walks the object tree walk and it assumesthat the objects visited will be at a monotonically increasing
Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects. SwCntntFrm::CalcLowers() walks the object tree walk and it assumesthat the objects visited will be at a monotonically increasingdistance from the top of the page, so it terminates the walk once it encounters the first object below the bottom of the page. Eventhough the objects are vertically sorted in each branch of the tree,there is no guarantee that the order of the objects visited in thedepth-first walk will be perfectly sorted vertically, so the walkmay terminate before visiting all of the objects on the page. Fixthis problem by pruning branches when they cross the lower pageboundary and only terminating the walk once there are no longer anypaths forward.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837212 13f79535-47bb-0310-9956-ffa450edef68
Get rid of the inline version of FindFtnRef() that just calls itself,which causes infinite recursion. Callers should just use the externalmethod.git-svn-id: https://svn.apache.org/repos/asf/op
Get rid of the inline version of FindFtnRef() that just calls itself,which causes infinite recursion. Callers should just use the externalmethod.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758637 13f79535-47bb-0310-9956-ffa450edef68
125215: MarkManager: remove unnecessary mark containergit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1608733 13f79535-47bb-0310-9956-ffa450edef68
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-995
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
Corrected GetDrawBackgrdColor to return a value, not a reference, removed unused vargit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600100 13f79535-47bb-0310-9956-ffa450edef68
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 attributesgit-svn-
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 attributesgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599233 13f79535-47bb-0310-9956-ffa450edef68
#i124422# fix default arguments in friend declarationschapter 8.3.6.4 of the C++11 standard requests that friend declarations must notspecify default unless these declarations are also definitions
#i124422# fix default arguments in friend declarationschapter 8.3.6.4 of the C++11 standard requests that friend declarations must notspecify default unless these declarations are also definitions. Older compilersstill tolerate such constructs that were still undecided until http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#136but clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break thebuild and so they have to be fixed. Cleaner alternatives to the fixes are possiblebut 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
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the internationa
Many spelling fixes: directories r* - z*.Attempt to clean up most but certainly not all the spellingmistakes that found home in OpenOffice through decades. Wecould probably blame the international nature of the code butit 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
fix build breaker, missing includesgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579680 13f79535-47bb-0310-9956-ffa450edef68
12