Cleanup resource files(cherry picked from commit 5dadd2b6ef5743e1c497410b091d26860d76359a)
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>(cherry picked from commit cf6516809c57e1bb0a940545cca99cdad54d4ce2)
show more ...
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)
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)
Convert from ANSI to UTF-8, cleanup(cherry picked from commit 10f95eada0f08bcab50a52a25866fe01edcea616)
Remove second semicolon (work in progress)(cherry picked from commit 6bcc9fe0e9ad8e3adcad10b35c622961480f57f3)
Cleanup(cherry picked from commit 6c3f46008062a6f976c36b489e4ef55c817e828c)
pre-commit(trailing-whitespace): autofix .hrc files (#350)(cherry picked from commit af7f2cbf3d6a5481a2f45e7fae5e85a32449c47d)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
Fix end of hxx files remove unneeded blank lines (#242)(cherry picked from commit 033ed79537b07af43f0f091b11f5dc308cb4c9ad)
Remove pushbuttons with '...' from translation process(cherry picked from commit a80e2a64504ce6d3551230bac39e457573f2d404)
Maintenance cleanup(cherry picked from commit 26490e24d3292bc36cc0f0de07aa74d641cb48ea)
Cleaned up resource files(cherry picked from commit 51f11a454dfb1cd695d77e817d8ea21200d8c1a9)
Fixed error from last commit(cherry picked from commit 1dbd2daeb9efcbba525539fb0f07c7d4edd92675)
Cleaned up resource file(cherry picked from commit 8683d3bcbd0e04f3b4472f87584897d7ee45e735)
Fixed typo (cought -> caught)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1834598 13f79535-47bb-0310-9956-ffa450edef68
Fix by far the largest source of -Wtautological-undefined-comparecompile warnings.The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxxcontains two inline methods that take a reference
Fix by far the largest source of -Wtautological-undefined-comparecompile warnings.The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxxcontains two inline methods that take a reference argument andperform an &rArg == NULL test on it. The compiler warns that thiscondition should always be false because dereferencing a NULL pointerto generate a reference is not valid in C++ and a valid reference willnever be at address 0. Warnings are generated every time this headeris included in a .cxx file.It turns out that there are no callers for the IsGluePoint() method,so just comment out its definition.It also turns out that all the callers of IsPointMarked() pass ita dereferenced pointer, so convert IsPointMarked() to take a pointerargument and modify all the callers to pass a pointer withoutdereferencing it first.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 13f79535-47bb-0310-9956-ffa450edef68
Merge branches/gbuild-reintegration to trunk.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68
i121410 Secured usage of pTextGroupgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604147 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
#i124131# use smart pointer's bool operator instead of comparing its content against NULLthis makes the code more typesafe and avoids the -Wnull-conversion warningsseen with boost>=1.55 smart poin
#i124131# use smart pointer's bool operator instead of comparing its content against NULLthis makes the code more typesafe and avoids the -Wnull-conversion warningsseen with boost>=1.55 smart pointers in C+11 enabled build environmentsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fieldsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-ffa450ed
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fieldsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559496 13f79535-47bb-0310-9956-ffa450edef68
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559327 13f7
#i56998# add a space separater between value and unit and remove separator between value and percent to match with ISO 31-0git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559327 13f79535-47bb-0310-9956-ffa450edef68
i122116 - Remove GalleryExplorer member functionsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479765 13f79535-47bb-0310-9956-ffa450edef68
i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanupsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476756 13f79535-47bb-0310-9956-ffa450edef68
12