Fix more typos (#440)* 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 ...
Fix spelling (#337)* Fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)
Convert all instances of GetDepth() to take a 32 bit paragraph index.Patch by: me
Convert all instances of SetParaAttribs() to take a 32 bit paragraph index.Patch by: me
Fixed Powerpoint -> PowerPoint
Fixed typos (wether -> whether)git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 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
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa4
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 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
i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correctiongit-svn-id: https://svn.apache
i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correctiongit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569029 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# remove pre-IA2 code remains that has been commented outThe pre-IA2 code is available in the repository andthe commented out code made the methods less readable.git-svn-id: https://svn
#i123768# remove pre-IA2 code remains that has been commented outThe pre-IA2 code is available in the repository andthe commented out code made the methods less readable.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546553 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
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering rule is not a bullet numbering rule. - improve application default bull
122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering rule is not a bullet numbering rule. - improve application default bullet numbering rule by add corresponding spacing to the first list level - refactoring of code introduced for paragraph property panel to handle toggle and set of bullets and numberinggit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487394 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
i121938: Fix 121938 in this pack, also include some paragraph panel issues solutions, for sidebar panel item. by ZhengFan.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@14
i121938: Fix 121938 in this pack, also include some paragraph panel issues solutions, for sidebar panel item. by ZhengFan.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1465255 13f79535-47bb-0310-9956-ffa450edef68
i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1463154 13f79535-47bb-0310-9956-ffa45
i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1463154 13f79535-47bb-0310-9956-ffa450edef68
i121798: For implementation of Text Properties Panel, in AOO Sidebar branch.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1460968 13f79535-47bb-0310-9956-ffa450edef68
Temporarily reverting revisions 1459519, 1459510, 1459509 to allow clean re-application.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1459778 13f79535-47bb-0310-9956-ffa4
Temporarily reverting revisions 1459519, 1459510, 1459509 to allow clean re-application.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1459778 13f79535-47bb-0310-9956-ffa450edef68
12