misc: fix more typos (#460)* misc: fix more typos* Regenerate ignored words list codespell.txt
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>
show more ...
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Fixed typo, cleanup
Fixed typos, removed whitespace
Preliminary attempt to convert all instances of GetParagraphCount()to return a sal_uInt32 or sal_uLong, and fix any related problemsin all their callers.Patch by: me
Cleaned up resource files
Fixed typos (initalize -> initialize)
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