| 721f84f2 | 11-Aug-2024 | mseidel | Fixed typo (chnage -> change), general cleanup | 
| c809b0d3 | 01-Apr-2024 | John Bampton | Fix spelling in code comments (#210)
 * Fix spelling in code comments
 
 * Update wordml2ooo_field.xsl
 
 * Update ooo2wordml_border.xsl
 
 ---------
 
 Co-authored-by
 Fix spelling in code comments (#210)
 * Fix spelling in code comments
 
 * Update wordml2ooo_field.xsl
 
 * Update ooo2wordml_border.xsl
 
 ---------
 
 Co-authored-by: Matthias Seidel <mseidel@apache.org>
 show more ...  | 
            | Revision tags: AOO420-Dev5-m5 | 
|
| ac9b9032 | 30-Oct-2023 | mseidel | Fixed typo (propably -> probably) and some more | 
| 26490e24 | 24-Aug-2023 | mseidel | Maintenance cleanup | 
            | Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA | 
|
| ab353c92 | 02-Jan-2022 | Damjan Jovanovic | Convert all instances of SetDepth() to take a 32 bit paragraph index.
 Patch by: me
 | 
| cd9c0841 | 02-Jan-2022 | Damjan Jovanovic | Convert all instances of GetDepth() to take a 32 bit paragraph index.
 Patch by: me
 | 
| 36a46462 | 02-Jan-2022 | Damjan Jovanovic | Convert all instances of SetParaAttribs() to take a 32 bit paragraph index.
 Patch by: me
 | 
| 9ec87cd3 | 02-Jan-2022 | Damjan Jovanovic | Convert all instances of GetParaAttribs() to take a 32 bit paragraph index.
 Patch by: me
 | 
| c2eaa082 | 01-Jan-2023 | Damjan Jovanovic | Preliminary attempt to convert all instances of GetParagraphCount()to return a sal_uInt32 or sal_uLong, and fix any related problems
 in all their callers.
 
 Patch by: me
 | 
| 124483a3 | 03-Nov-2021 | mseidel | Fixed typos, removed whitespace | 
            | Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA | 
|
| 9c3cb57a | 27-Sep-2020 | mseidel | Fixed typo (errror -> error) | 
| 6f247e9c | 10-Jul-2020 | mseidel | Fixed typos (contex -> context) | 
| 7950f2af | 14-Jun-2020 | mseidel | Fixed typos (the the -> the) and some more | 
            | Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 | 
|
| 3fc1b11a | 21-Jan-2017 | Pedro Giffuni | Replace nullptr with NULL.
 It appears [1] that MSVC 8 doesn't support nullptr so we are tied to
 the older ages. Pre-existing code does have NULL.
 
 [1]
 https://en.wikipedia.or
 Replace nullptr with NULL.
 It appears [1] that MSVC 8 doesn't support nullptr so we are tied to
 the older ages. Pre-existing code does have NULL.
 
 [1]
 https://en.wikipedia.org/wiki/Visual_C%2B%2B
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779695 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| eec91efc | 20-Jan-2017 | Pedro Giffuni | Fix mismatches found by Clang-4.0.
 Reported on FreeBSD's bugzilla [1].
 Unfortunately it is likely more issues remain.
 
 [1]
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2
 Fix mismatches found by Clang-4.0.
 Reported on FreeBSD's bugzilla [1].
 Unfortunately it is likely more issues remain.
 
 [1]
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779672 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| b63233d8 | 07-Aug-2016 | damjan | Merge branches/gbuild-reintegration to trunk.
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68
 | 
            | Revision tags: AOO4121 | 
|
| 30acf5e8 | 22-May-2016 | pfg | 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
 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
 show more ...  | 
            | Revision tags: AOO412, SNAPSHOT, AOO411 | 
|
| 67b2ed45 | 08-Jan-2015 | Regina Henschel | #i125613# Insert Picture from file do not workThe patch restores the behavior, that Insert from file replaces the empty outline object in Impress
 Patch by:Regina Henschel <rb.henschel@t-onli
 #i125613# Insert Picture from file do not workThe patch restores the behavior, that Insert from file replaces the empty outline object in Impress
 Patch by:Regina Henschel <rb.henschel@t-online.de>
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1650314 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| bce6bba1 | 24-Jun-2014 | Armin Le Grand | i124816 use correct layer for new object when converting
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1605069 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 4d40bd34 | 15-May-2014 | Herbert Dürr | #i124422# fix implicit conversions to pointer from bool/int32
 implicit conversions from bool or int32 to pointer types are not a good idea
 and clang>=3.4 or xcode>=5.1 now report errors
 #i124422# fix implicit conversions to pointer from bool/int32
 implicit conversions from bool or int32 to pointer types are not a good idea
 and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break
 the build and so they have to be fixed.
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594864 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 86e1cf34 | 29-Apr-2014 | Pedro Giffuni | Many spelling fixes: directories r* - z*.
 Attempt to clean up most but certainly not all the spelling
 mistakes that found home in OpenOffice through decades. We
 could probably blame
 Many spelling fixes: directories r* - z*.
 Attempt to clean up most but certainly not all the spelling
 mistakes that found home in OpenOffice through decades. We
 could probably blame the international nature of the code but
 it 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
 show more ...  | 
            | Revision tags: AOO410, AOO410_Beta | 
|
| 57d1e499 | 28-Feb-2014 | Armin Le Grand | i57936 Added refresh to update LayerTabBar when attributes like Layer visibility were set
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1573062 13f79535-47bb-0310-9956-ffa450
 i57936 Added refresh to update LayerTabBar when attributes like Layer visibility were set
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1573062 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 2d19362e | 28-Feb-2014 | Armin Le Grand | i87182 secured usage of LayerTabBar in Draw application, ensured initialization when used as OLE
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572807 13f79535-47bb-0310-9956
 i87182 secured usage of LayerTabBar in Draw application, ensured initialization when used as OLE
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572807 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 52f1c2ee | 07-Feb-2014 | Armin Le Grand | i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310
 i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1565510 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| b862c97c | 28-Jan-2014 | Herbert Dürr | #i124131# use smart pointer's bool operator instead of comparing its content against NULL
 this makes the code more typesafe and avoids the -Wnull-conversion warnings
 seen with boost>=1.5
 #i124131# use smart pointer's bool operator instead of comparing its content against NULL
 this makes the code more typesafe and avoids the -Wnull-conversion warnings
 seen with boost>=1.55 smart pointers in C+11 enabled build environments
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1562080 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  |