History log of /aoo42x/main/comphelper/ (Results 1 - 25 of 60)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4e167d9c11-Jun-2024 John Bampton

Fix spelling (#217)

Thanks!
Also corrected some Windows CRLF.

(cherry picked from commit abfbd45ab9c232a6256d927aa27fe09a250de2cc)

Revision tags: AOO420-Dev5-m5
1738ad4330-Apr-2023 mseidel

Fixed typo (overriden -> overridden) and some others

(cherry picked from commit 5f551de635bbe4c47e985520a47471cf8e391c88)

Revision tags: AOO4115-GA
5908c59416-Feb-2023 mseidel

Cleanup Make files

(cherry picked from commit e54b5b1ddf740e7e5990491b601759cec259e862)

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA
d75c37ae01-Sep-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit b9a4ae0fa8e1446f2d3d30226e5244245afa6a63)

e2530cf931-Aug-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 2aed523360a57b9d104375c3b972acc26c7f89ff)

Revision tags: AOO420-Dev3-m3
1912a40205-Aug-2021 Jim Jagielski

bool strangeness...

(cherry picked from commit 70aac8b51665545813b3f6de032a774876a9e74d)

b495349827-Apr-2021 mseidel

Fixed links to Wiki, removed whitespace

(cherry picked from commit c059a6bfdc7197fd3b2f0f9934ce468945f8c89d)

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

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

(cherry picked from commit 9f813b30a249a2ed1e0f5e3ff3c0b88a8924b427)

796b7e2a01-Oct-2020 mseidel

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

(cherry picked from commit cfd52e183e60a1a0f86b79e1f5a1cdd3ab0b202f)

6d53c85125-Sep-2020 mseidel

Fixed typo (explicitely -> explicitly) and some more

(cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6)

4e7d57d822-Aug-2020 mseidel

Fixed typos (otherwhise -> otherwise) and some more

(cherry picked from commit 15289133c13269ea12e74ce817b98e1403d5761d)

a49f191122-Aug-2020 mseidel

Fixed typos (internaly -> internally) and some more

(cherry picked from commit 06fea5eb2b9aa5023a47343a2dfc561c5943149a)

fb0b81f514-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)

Revision tags: 420-Dev2-m2
9f5514e702-Mar-2020 mseidel

Fixed typo (minmal -> minimal)

(cherry picked from commit 414ebe3f9f11a92a37e6101e6ed76c1b5b51d650)

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
a8f4084d31-May-2018 Matthias Seidel

Fixed typos:
contructor -> constructor
convinient -> convenient

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

Revision tags: AOO415
ae6fcd7201-Dec-2017 Patricia Shanahan

Security fixes from 4.1.5

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

Revision tags: AOO414
eab2447c16-Aug-2017 Jim Jagielski

Align w/ AOO414 on these fixes

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

a144be1a10-Jul-2017 Damjan Jovanovic

If called on an empty collection, don't let OEnumerationByIndex.nextElement()
call XIndexAccess.getByIndex() with an invalid index, just like
OEnumerationByName.nextElement() doesn't.

If called on an empty collection, don't let OEnumerationByIndex.nextElement()
call XIndexAccess.getByIndex() with an invalid index, just like
OEnumerationByName.nextElement() doesn't.

Patch by: me


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

show more ...

Revision tags: AOO413
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 ...

f9333cb525-Nov-2015 Pedro Giffuni

i125369 - Illumos port: avoid some redefinitions

In the case of the Illumos/Solaris-i386 port there are some
conflicts caused by internal C definitions. Try to work them
out with som

i125369 - Illumos port: avoid some redefinitions

In the case of the Illumos/Solaris-i386 port there are some
conflicts caused by internal C definitions. Try to work them
out with some help of Illumos' opengrok.

On the case of the odbcbase driver rename the affected typedef
to avoid conflicts.


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

show more ...

Revision tags: AOO412, SNAPSHOT
e92f313804-Oct-2015 Damjan Jovanovic

#i125003# migrate main/comphelper from cppunit to Google Test, fix the broken string test,
and run the tests on every build.



git-svn-id: https://svn.apache.org/repos/asf/openof

#i125003# migrate main/comphelper from cppunit to Google Test, fix the broken string test,
and run the tests on every build.



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

show more ...

Revision tags: AOO411
9c0c153324-Sep-2015 Andrea Pescetti

#i126305# Add support for WebDAV locking.
Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>


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

#i126305# Add support for WebDAV locking.
Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>


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

show more ...

c64f2bbd06-Sep-2015 Pedro Giffuni

Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang.

Submitted by: Don Lewis


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

Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang.

Submitted by: Don Lewis


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

show more ...

963c602207-Aug-2014 Armin Le Grand

i125386 secured user request and changed some bools to bitfield

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

123