History log of /trunk/main/unotools/ (Results 1 - 25 of 45)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
18a288d708-Jul-2024 Damjan Jovanovic

Needs juh.jar.

Patch by: me

5f34406617-Jun-2024 Damjan Jovanovic

Clean up unotools complex tests.

Patch by: me

870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

Revision tags: AOO420-Dev5-m5
7f5c89d530-Nov-2023 John Bampton

misc: fix spelling (#187)

* misc: fix spelling

* Update TestExtension.java

* Update FilterFactory.idl

* Update ExtendedTypeDetectionFactory.idl

* Update L

misc: fix spelling (#187)

* misc: fix spelling

* Update TestExtension.java

* Update FilterFactory.idl

* Update ExtendedTypeDetectionFactory.idl

* Update LocationTest.java

* Update HelpComponent.java

* Update HelpSearch.java

* Update TestExtension.java

* Update SOReportJobFactory.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

show more ...

ac9b903230-Oct-2023 mseidel

Fixed typo (propably -> probably) and some more

710881b920-Mar-2023 Matthias Seidel

fgrep is deprecated and may be removed soon, use grep -F instead (#173)

* Update makedepn

* Minor change to commentregarding fgrep

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3
d9bf74e325-Jul-2021 mseidel

Fixed typo (retriev -> retrieve), removed whitespace

Revision tags: AOO4110-GA, AOO419-GA, AOO418-GA
b12a77c915-Oct-2020 mseidel

Fixed typos (ouer -> our) and some more

8f79cfd811-Oct-2020 mseidel

Fixed typos (acces -> access) and some more

9f813b3011-Oct-2020 mseidel

Fixed typos (wont -> won't) and some more

cfd52e1801-Oct-2020 mseidel

Fixed typos (thats -> that's) and many more

1528913322-Aug-2020 mseidel

Fixed typos (otherwhise -> otherwise) and some more

01ad09a018-Aug-2020 mseidel

Fixed typos (shure -> sure)

2e3a1b6e18-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

Revision tags: 420-Dev2-m2, AOO417
74cbd1f108-Jun-2019 Matthias Seidel

Fixed typos (wether -> whether)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO420-Dev-m1
14696e8022-Jan-2019 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1851809 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO416, AOO416-RC1
c1e8cc3a01-May-2018 Don Lewis

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get

The register storage class is deprecated and is incompatible with C++17.
Modern compilers have mostly been ignoring it, probably other than to
forbid the use of the address-of operator. Get ahead of the game and
delete it now.

Reported by clang 6.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830707 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO415, AOO414, AOO413
6de2905b04-Dec-2016 damjan

Standardize all gbuild bridge makefile.mk files
(main/*/prj/makefile.mk) to the version that sets gbuild
debug flags from the configure.ac debug settings, and make this the
standard gbuil

Standardize all gbuild bridge makefile.mk files
(main/*/prj/makefile.mk) to the version that sets gbuild
debug flags from the configure.ac debug settings, and make this the
standard gbuild template too.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772520 13f79535-47bb-0310-9956-ffa450edef68

show more ...

317f9b5809-Aug-2016 damjan

Only enable subsequent checks if JUnit is available.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755631 13f79535-47bb-0310-9956-ffa450edef68

b63233d807-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
30acf5e822-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
86e1cf3429-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
24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1546390 13f79535-47bb-0310-9956-ffa450edef68

71fb1a3326-Nov-2013 Herbert Dürr

#i123755# remove the stlport4-emulation of hash-container's resize() method

and call the rehash() methods of their TR1 counterparts directly


git-svn-id: https://svn.apache.org/

#i123755# remove the stlport4-emulation of hash-container's resize() method

and call the rehash() methods of their TR1 counterparts directly


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545646 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO401, AOO400
9746bf3526-Apr-2013 Herbert Dürr

fix type-problem of pair (needed when move semantics are involved) and add a NotificationList type to simplify things

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476230 13

fix type-problem of pair (needed when move semantics are involved) and add a NotificationList type to simplify things

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476230 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12