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 ...
Allow us to build against the C++14 standard, whilenot breaking compatibility with C++98.Clang 13 and 15 on FreeBSD can successfully compile OpenOfficewhen "-std=c++14" is set in gbuild and dmake
Allow us to build against the C++14 standard, whilenot breaking compatibility with C++98.Clang 13 and 15 on FreeBSD can successfully compile OpenOfficewhen "-std=c++14" is set in gbuild and dmake, and Clang 15 canstill compile it with these changes and "-std=gnu++98".Most of the changes involved fixing bad code, eg. NULL beingimplicitly converted to sal_False, NULL being converted to typedpointers using reinterpet_cast instead of static_cast, and integerconversions to shorter integers.Note that this does not change the currently targeted C++standard on Linux and FreeBSD, which remains gnu++98.Patch by: me(cherry picked from commit a72d41dcd002e8c9b3d75696f0625302690e2d65)
pre-commit(end-of-file-fixer): autofix more cxx files in main (#314)(cherry picked from commit 9204bf8294f34a46abdfeceee27c48e7b7b2ef12)
Update Presentation wizard for wide screen formats (#180)* Update Presentation wizard for wide screen format* Additional changes* Update dlgass.cxxUse better scaling for Bitmap* Fixed small
Update Presentation wizard for wide screen formats (#180)* Update Presentation wizard for wide screen format* Additional changes* Update dlgass.cxxUse better scaling for Bitmap* Fixed small Cut and Paste error* Update 01050200.xhp* Update Help file* Update 01050200.xhp* Update sdmod1.cxx(cherry picked from commit dad2ac5bb40510a7412898d3ea2dd7b1a0d98e74)
Change "Drawing View" to "Normal View" in popup menu (Impress)This fixes:https://bz.apache.org/ooo/show_bug.cgi?id=88619(cherry picked from commit 00984c56776aefa84b2624bf13ea19c5bf70b8a0)
Cleanup in Presentation Wizard, preparation for wide screen format(cherry picked from commit 2155a9431f8fc64e9e9555dbd9800d31d81542e1)
Small corrections to strings(cherry picked from commit bc1f49071d068d30b37a71ce6a37f68d34f5d072)
Cleaned up resource files, removed whitespace and maskcolor(cherry picked from commit ee0cc2f66f142c633ee53a42116765e1f6d4d809)
Fixed typos, removed whitespace(cherry picked from commit 5829e3e65d041dae4777b7e48d9eac1549ff4f1a)
Fixed typos, removed whitespace(cherry picked from commit 16e7aaaec5597da94bf8beaa15cf3b9f77a80cc7)
Fixed more typos (catched -> caught), removed whitespace(cherry picked from commit 2eda3cbf09288370cef8ee33ae6d85a5cf00a3bb)
Icons were changed to PNG long ago(cherry picked from commit c2fa47f5ddba183852db645d43f53c529b09eec6)
Merged r1860845 and r1860851 from trunkFixed typos (wether -> whether)Fixed typos (determins-> determines)git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535
Merged r1860845 and r1860851 from trunkFixed typos (wether -> whether)Fixed typos (determins-> determines)git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68
Removed German string, cleanupgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1846269 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
i63399 add to clipboard as URL only when no fill and no line style, just a simple URLgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1589094 13f79535-47bb-0310-9956-ffa450edef68
i124085 disabled CF_DIBV5 (no advantages but some problems), increased png supportgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562493 13f79535-47bb-0310-9956-ffa450edef68
122470: Fixed programmatic triggered switching of sidebar decks.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489925 13f79535-47bb-0310-9956-ffa450edef68
i121873 - Add option to disable starting the Presenter Screen together with the presentationgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1471627 13f79535-47bb-0310-9956-ffa450edef68
WaE: fix implicit conversions from boolean false to the NULL pointergit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469301 13f79535-47bb-0310-9956-ffa450edef68
i122041 Unified and centralized control for Color ValueSetsgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468340 13f79535-47bb-0310-9956-ffa450edef68
rebase on current trunkgit-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/sidebar@1466052 13f79535-47bb-0310-9956-ffa450edef68
removed all non en-US messages incl. x-comment, to enable correct translation.corrected a few problems where en-US was dublicated.NO code/makefile changesgit-svn-id: https://svn.apache.org/repos
removed all non en-US messages incl. x-comment, to enable correct translation.corrected a few problems where en-US was dublicated.NO code/makefile changesgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1465678 13f79535-47bb-0310-9956-ffa450edef68
12