2ada1115 | 11-Aug-2024 |
mseidel |
Fixed typo (chnage -> change), general cleanup (cherry picked from commit 721f84f292c13ee103c3eff117eb0ad9b2066153) |
4200b705 | 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> (cherry picked from commit c809b0d38055f2551e1d74a528bd818a9857f3c8)
show more ...
|
Revision tags: AOO420-Dev5-m5 |
|
4145c4c3 | 30-Oct-2023 |
mseidel |
Fixed typo (propably -> probably) and some more (cherry picked from commit ac9b9032c0ba643666508a330e8e50090eeb1d21) |
61060e70 | 24-Aug-2023 |
mseidel |
Maintenance cleanup (cherry picked from commit 26490e24d3292bc36cc0f0de07aa74d641cb48ea) |
Revision tags: AOO4115-GA |
|
7a980842 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage (cherry picked from commit d5edfd09768da46c2f9d7c365bf67
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage (cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA |
|
af1407b9 | 03-Nov-2021 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 124483a353bd96cd81c84b9ddbe78ff4bf5efad3) |
Revision tags: AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
54883b22 | 27-Sep-2020 |
mseidel |
Fixed typo (errror -> error) (cherry picked from commit 9c3cb57a3fc95052cf38f1786de15fb3a9d9ea0c) |
26cf26dd | 10-Jul-2020 |
mseidel |
Fixed typos (contex -> context) (cherry picked from commit 6f247e9c8aac1895f310561142b0e64ebdd27411) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
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 work The 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 work The 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 ...
|
3ea0c3d5 | 29-Nov-2013 |
Herbert Dürr |
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the commented out code made the methods less readable.
#i123768# remove pre-IA2 code remains that has been commented out The pre-IA2 code is available in the repository and the 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
show more ...
|
4d7c9de0 | 28-Nov-2013 |
Herbert Dürr |
#i123768# [ia2] remove pseudo-automatic noisy comments git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546355 13f79535-47bb-0310-9956-ffa450edef68 |
fe22d2cf | 04-Nov-2013 |
Steve Yin |
Sync with the trunk git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1538508 13f79535-47bb-0310-9956-ffa450edef68
|
8a5c5726 | 02-Oct-2013 |
Andre Fischer |
123276: Properly forward Deactivate() call and still don't broadcast context change. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1528376 13f79535-47bb-0310-9956-ffa450edef68 |