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 ...
misc: fix typos (#376)* misc: fix spelling* Update ignored words list* Update owriteablestream.cxx---------Co-authored-by: Matthias Seidel <mseidel@apache.org>
Fix spelling (#367)* misc: fix spelling* Update ignored words list
Re-add bRet because it is tested in main/sal/qa/osl/mutex/osl_Mutex.cxx
Cleanup
Get colors from system settings
Change color for page preview highlight
Maintenance cleanup
Rename PaintBorderAndShadow -> PaintPageBorder
Further code cleanup for removing Writer page shadows
First code cleanup for removing Writer page shadows.Follow up for:https://github.com/apache/openoffice/commit/9d12c51fa1a1c1f5d69b792b73aae71e86afff00
Forgot mnYFree in last commit
Decrease margin in page preview
Fixed typos, removed whitespace
Don't use !this as an alias for a constant that evaluates to false inunconditional asserts. The former requires code to evaluate thecondition at runtime and also causes warnings from clang.While
Don't use !this as an alias for a constant that evaluates to false inunconditional asserts. The former requires code to evaluate thecondition at runtime and also causes warnings from clang.While here, translate the associated assert messages.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68
i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more knowngit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 13f79535-47bb-
i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more knowngit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 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
124096: avoid unlock of dispatcher by recursive Lock-Unlock-patterngit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569052 13f79535-47bb-0310-9956-ffa450edef68
123792: complete annotations on text ranges feature - rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations - fix undo/redo
123792: complete annotations on text ranges feature - rely annotations on text ranges on new annotation marks - support arbitrary text ranges for annotations - fix undo/redo regarding annotations an text ranges - support annotations on overlapping text ranges - fix *.docx import for annotations on overlapping text ranges - fix ODF import of annotations on text ranges cherry-picked from branch ooxml-osbagit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1552394 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
33737: enable in-place editing of Input Fieldsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1542986 13f79535-47bb-0310-9956-ffa450edef68
Fix build errors.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1527279 13f79535-47bb-0310-9956-ffa450edef68
33737: - some minor refactoring in advancegit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1525917 13f79535-47bb-0310-9956-ffa450edef68
12