History log of /trunk/main/sw/source/ (Results 26 - 50 of 640)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4a9f3b3907-Nov-2023 mseidel

Remove shadow from columns preview in frame dialog

ca41231d08-Oct-2023 mseidel

Maintenance cleanup

f667543203-Oct-2023 mseidel

Fixed typos, fixed mixed indentation, removerd whitespace

0c72d66f26-Sep-2023 mseidel

Fixed typo (paramter -> parameter) and some other

2ef7dab525-Sep-2023 mseidel

Fixed typos (paramater -> parameter) and some other

ce48dd1f18-Sep-2023 mseidel

Maintenance cleanup

6812865228-Aug-2023 mseidel

Maintenance cleanup

344957f729-Jul-2023 mseidel

Maintenance cleanup

81caa1bc28-Jul-2023 mseidel

Fixed typo (docuement -> document)

60c185de28-Jul-2023 Peter Kovacs

added missing blank since <: is interpreted as [

6494b7d724-Jul-2023 Peter

Translate German comments in swhtml.cxx (#167)

* translation of swhtml, first pass

* swhtml translation second pass

* fixed spelling paragraf, Attributs
translation of

Translate German comments in swhtml.cxx (#167)

* translation of swhtml, first pass

* swhtml translation second pass

* fixed spelling paragraf, Attributs
translation of assert messages

* header translation first pass

* Update swhtml.hxx

- fixed code spacing issues
- Force zero spacing
- changed translation
Number of attrs still to be closed with a value of
to
open attrs, with different values

* fixed various translations

* Update various translations

* Update various translations

* fixed indent of function InsertControl

* Update translation swhtml.cxx

* Update translations swhtml.hxx

* Update translation swhtml.cxx

show more ...

3436fcd214-Jun-2023 mseidel

Fixed typos (numering -> numbering), removed whitespace

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

5f551de630-Apr-2023 mseidel

Fixed typo (overriden -> overridden) and some others

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

8c733e3e26-Feb-2023 mseidel

Using vim modeline, cleanup

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

Revision tags: AOO4114-GA
7a9d3b9302-Jan-2023 Damjan Jovanovic

Find where hardcoded 16 bit constants are used to construct ESelection,
and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAX
constants for this purpose.

Patch

Find where hardcoded 16 bit constants are used to construct ESelection,
and convert these to 32 bit constants. Add new EE_PARA_MAX and EE_INDEX_MAX
constants for this purpose.

Patch by: me

show more ...

12345678910>>...26