History log of /trunk/main/sw/source/ui/ (Results 1 - 25 of 274)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
721f84f211-Aug-2024 mseidel

Fixed typo (chnage -> change), general cleanup

e9234b8f27-Jul-2024 mseidel

Clean up resource files

30b5884518-Jul-2024 mseidel

Fixed various typos, general cleanup

870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

6f71c8ba06-Jun-2024 mseidel

Maintenance cleanup

0dfdc53f21-Apr-2024 mseidel

Cleaned up resource files

a80e2a6410-Feb-2024 mseidel

Remove pushbuttons with '...' from translation process

372e31e805-Feb-2024 mseidel

Maintenance cleanup

Revision tags: AOO420-Dev5-m5
309cb34719-Dec-2023 mseidel

Mainenance cleanup

300d486628-Nov-2023 John Bampton

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

Co-authored-by: Matthias

misc: fix spelling (#186)

* misc: fix spelling

* Update cmdid.h

* Update svdopath.cxx

* Update RowSetCache.cxx

---------

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

show more ...

06fb39a115-Nov-2023 John Bampton

misc: fix spelling (#183)

* misc: fix spelling

* Update svdedxv.cxx

Small additions

---------

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

3f92111a11-Nov-2023 Arrigo Marchiori

Allow all links in online help documents

4a9f3b3907-Nov-2023 mseidel

Remove shadow from columns preview in frame dialog

f667543203-Oct-2023 mseidel

Fixed typos, fixed mixed indentation, removerd whitespace

344957f729-Jul-2023 mseidel

Maintenance cleanup

44c6222825-May-2023 mseidel

Remove executable flag from various files (2nd part)

a9bc0cf518-May-2023 mseidel

Corrected typos (be be)

75772bad18-May-2023 mseidel

Cleaned up resource files, small corrections to strings

9a8e588e05-May-2023 mseidel

Rename BMP_EXAMPLE, TODO: Find a better graphic than a dog

33b3750618-Apr-2023 mseidel

Small correction to my last commit

496a34a717-Apr-2023 mseidel

Reduce handle sets by removing simple handles.
Removing handles options form Writer and Calc.
Removing help texts accordingly.

a719d33703-Mar-2023 mseidel

Removed comma

Revision tags: AOO4115-GA
d5edfd0912-Feb-2023 DamjanJovanovic

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage


a72d41dc20-Jan-2023 Damjan Jovanovic

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in gbuild and dmake, and Clang 15 can
still compile it with these changes and "-std=gnu++98".

Most of the changes involved fixing bad code, eg. NULL being
implicitly converted to sal_False, NULL being converted to typed
pointers using reinterpet_cast instead of static_cast, and integer
conversions to shorter integers.

Note that this does not change the currently targeted C++
standard on Linux and FreeBSD, which remains gnu++98.

Patch by: me

show more ...

b16bacb217-Jan-2023 mseidel

Removed unused graphics

1234567891011