History log of /trunk/main/sw/ (Results 51 - 75 of 701)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
3562d44415-Feb-2023 mseidel

Cleanup Make files

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 ...

c2eaa08201-Jan-2023 Damjan Jovanovic

Preliminary attempt to convert all instances of GetParagraphCount()
to return a sal_uInt32 or sal_uLong, and fix any related problems
in all their callers.

Patch by: me

Revision tags: AOO420-Dev4-m4
64c1d7f010-Dec-2022 mseidel

Cleanup resource file, removed Maskcolor

a679228c06-Dec-2022 mseidel

Cleanup resource file, removed Maskcolor

19a3086218-Nov-2022 mseidel

Fixed typo (verion -> version)

39acede316-Nov-2022 mseidel

Fixed typos

ae40ccb003-Nov-2022 mseidel

Cleanup resource file, small string change

ed2dba9c13-Oct-2022 mseidel

Fixed typo (continueing -> continuing) / final step

1aad1b4411-Oct-2022 Matthias Seidel

Update unomap.cxx

8b1e061411-Oct-2022 Matthias Seidel

Update unomap.cxx

cb5f33c609-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other / 3rd step

09b5391507-Oct-2022 mseidel

Fixed typo (continueing -> continuing) and some other / 2nd step

f700086802-Oct-2022 mseidel

Removed whitespace, partial translation

24cebcdc27-Sep-2022 mseidel

Add fixed line in dialog

b0300d3f27-Sep-2022 Peter

Proposed fix for Issue 60217 (#155)

A dot is only added if both Variables rDBData.sDataSource and sCommand contain something. Otherwise the dot is not added

Co-authored-by: Matthias

Proposed fix for Issue 60217 (#155)

A dot is only added if both Variables rDBData.sDataSource and sCommand contain something. Otherwise the dot is not added

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

show more ...

a39633e723-Sep-2022 mseidel

Small change in dialog

dbca5b1a24-Aug-2022 mseidel

Remove superfluous space in tooltip

This fixes

https://bz.apache.org/ooo/show_bug.cgi?id=105913

Many thanks to Oliver Specht!

3495431722-Aug-2022 mseidel

Rename PaintBorderAndShadow -> PaintPageBorder

12345678910>>...29