misc: fix more typos (#460)* misc: fix more typos* Regenerate ignored words list codespell.txt(cherry picked from commit c297d334b1afde2918c7ae8e6f9d6dfd1a69a5ec)
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(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
Fixed typo, cleanup(cherry picked from commit 97c7a49cda57e0780f4208584b3ea3883313c6b3)
Fixed typos, removed whitespace(cherry picked from commit 0ac3728e1a96e788ca8a295f83d279b6214d295f)
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphsUpdate EditEngine code to use 32 bit paragraph storage(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
Cleaned up resource files(cherry picked from commit 97afbf7b4512f6bf2c40f8600dc51d8e3fb56222)
Fixed typos (initalize -> initialize)(cherry picked from commit 6e9cccf42f52eac53abb7399073134c0cb193d0e)
Port main/sc to gbuild.Also add the ability to add extra image directories to resources,which is needed by main/sc.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@177
Port main/sc to gbuild.Also add the ability to add extra image directories to resources,which is needed by main/sc.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 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
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
Resync/update with trunk as preparation to integrationgit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
i124361: Enable exception support for all sc source files.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575930 13f79535-47bb-0310-9956-ffa450edef68
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the samegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ff
i123922 Refactored D&D and insert picture from file in all apps for all object types to work the samegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ffa450edef68
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missinggit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47bb-0310-
Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missinggit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47bb-0310-9956-ffa450edef68
#i123768# [ia2] remove pseudo-automatic noisy commentsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68
AOO IA2 enabled draft version 1git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1526782 13f79535-47bb-0310-9956-ffa450edef68
i121008 corrected calc cell comment stuffgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1497286 13f79535-47bb-0310-9956-ffa450edef68
122332: Don't change sidebar context when switching to other application window.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1486578 13f79535-47bb-0310-9956-ffa450edef68
Comment out unused variable to prevent compiler warning.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1477084 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
i122121 Adapted ScDrawShell::GetDrawAttrStategit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1471393 13f79535-47bb-0310-9956-ffa450edef68
Remove unused variables to prevent WaE issues.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466543 13f79535-47bb-0310-9956-ffa450edef68
Remove unused variable to prevent WaE issues.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466540 13f79535-47bb-0310-9956-ffa450edef68
Remove unused variable to prevent WaE issues.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1466539 13f79535-47bb-0310-9956-ffa450edef68
12