History log of /aoo42x/main/fpicker/source/ (Results 1 - 25 of 46)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d2b2672117-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

(cherry picked from commit 870c37922ca0ef0ac9f3f6f409d697814dc73d8a)

4200b70501-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
1784980f03-Oct-2023 mseidel

Fixed typos, fixed mixed indentation, removerd whitespace

(cherry picked from commit f667543289ac266f8a98fbe20467995f22658975)

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

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit d2f8d5a02c86551d7195d37755f661a2cf0bc4f3)

aec8d8d503-Sep-2021 mseidel

Fixed mixed style (space/tabs) in indentation

(cherry picked from commit 4347e1409c7139e78067c080895cf1d9ad59f038)

Revision tags: AOO420-Dev3-m3
b6f6e91325-Jul-2021 mseidel

Fixed typo (retrievs -> retrieves), removed whitespace

(cherry picked from commit 0a65ad12ceacfbe889644e8b3ba24050023f97a8)

c2e8c5fc25-Jul-2021 mseidel

Cleaned up resource files

(cherry picked from commit 443a8ccb990242792a9095003b3d76f6748275f3)

535d1d4a20-Jul-2021 mseidel

Fixed typo (HORZ_BODER_SPACE -> HORZ_BORDER_SPACE), removed whitespace

(cherry picked from commit f1c05e21e151fd6d3a5fec0e99070fa13f5a0cb5)

437a659426-Apr-2021 mseidel

Fixed typos (initalize -> initialize)

(cherry picked from commit 6e9cccf42f52eac53abb7399073134c0cb193d0e)

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)

a49f191122-Aug-2020 mseidel

Fixed typos (internaly -> internally) and some more

(cherry picked from commit 06fea5eb2b9aa5023a47343a2dfc561c5943149a)

e9faf1d918-Aug-2020 mseidel

Fixed typos (Normaly -> Normally) and some more

(cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209)

fb0b81f514-Jun-2020 mseidel

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

(cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899)

Revision tags: 420-Dev2-m2
9a9ccb4a16-Jan-2020 mseidel

Fixed typo (heigth -> height)

(cherry picked from commit cce2cef208bfebaf840744fb58ecee51a00a1ebd)

21a95b7414-Nov-2019 mseidel

Icons were changed to PNG long ago

(cherry picked from commit 4d6aaffa9befdb323d4a4f492173aeab617127c7)

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
b1bc2d9726-Aug-2018 Matthias Seidel

Fixed typo (meaningfull -> meaningful)

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

Revision tags: AOO415
e8959efd27-Nov-2017 Jim Jagielski

Force fpicker to be treated as objC and ensure we
link to the required libs


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

Revision tags: AOO414, AOO413
8d854f2322-Dec-2016 damjan

Port main/fpicker to gbuild.

Patch by: me


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

2a4fd18f21-Dec-2016 damjan

Fix build errors in the KDE file picker caused by defines
duplicated between KDE4 and AOO.

Patch by: me



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

Fix build errors in the KDE file picker caused by defines
duplicated between KDE4 and AOO.

Patch by: me



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

show more ...

bf854bef17-Oct-2016 damjan

Read PROP_DIRECTORY instead of PROP_FILENAME in the Vista file picker's
getDisplayDirectory() method.

Patch by: Regina Henschel
Review by: Damjan Jovanovic
(see https://bz.apache

Read PROP_DIRECTORY instead of PROP_FILENAME in the Vista file picker's
getDisplayDirectory() method.

Patch by: Regina Henschel
Review by: Damjan Jovanovic
(see https://bz.apache.org/ooo/show_bug.cgi?id=96720#c12)



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

show more ...

851abcd931-Aug-2016 truckman

Fix -Wformat-security warnings.

There are a number of instances where the code calls *printf() to
print arbitrary strings and the string is passed as the format
argument to *printf()

Fix -Wformat-security warnings.

There are a number of instances where the code calls *printf() to
print arbitrary strings and the string is passed as the format
argument to *printf(). Since these strings might contain %
conversion sequences, this is a security hazard. Fix the problem
by printing the strings with a "%s" format.



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

show more ...

Revision tags: AOO4121
1aa1f6e525-Nov-2015 Damjan Jovanovic

#i96720# FilePicker: setDefaultName, setDefaultDirectory "broken"

Display the proposed filename even when the URL
specified for the file picker directory is invalid.

As the Win3

#i96720# FilePicker: setDefaultName, setDefaultDirectory "broken"

Display the proposed filename even when the URL
specified for the file picker directory is invalid.

As the Win32 file picker sadly allows both paths and URLs
for directories, users try paths on other more
restrictive platforms, and since the file picker there
shows neither the directory nor the file, they wrongly
conclude both are broken.

Patch by: me



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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
07a3d7f129-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

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 a* - g*.

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@1591058 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

12