History log of /trunk/main/sc/source/ui/ (Results 1 - 25 of 240)
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

5847d1bc28-Jul-2024 mseidel

Clean up resource files

de739a4508-Jul-2024 John Bampton

Fix spelling (#222)

* Fix spelling

* Update unochart.cxx

---------

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

604463aa01-Apr-2024 John Bampton

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

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

ceb51a8e01-Apr-2024 John Bampton

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

-----

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

---------

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

show more ...

4507958809-Feb-2024 mseidel

Cleaned up resource files

Revision tags: AOO420-Dev5-m5
2af5462909-Jan-2024 mseidel

Clean up resource file

8e9b0a8528-Oct-2023 mseidel

Maintenance cleanup

0ac3728e04-Oct-2023 mseidel

Fixed typos, removed whitespace

2ef7dab525-Sep-2023 mseidel

Fixed typos (paramater -> parameter) and some other

f51ffce513-Jun-2023 mseidel

Remove unused graphics

44c6222825-May-2023 mseidel

Remove executable flag from various files (2nd part)

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.

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


375f5baf28-Jan-2023 mseidel

Small string changes in Calc (changed cell comment)
This fixes:
https://bz.apache.org/ooo/show_bug.cgi?id=128557

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

Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
36a4646202-Jan-2022 Damjan Jovanovic

Convert all instances of SetParaAttribs() to take a 32 bit paragraph index.

Patch by: me

2cdd1ab001-Jan-2023 Damjan Jovanovic

Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase.

Patch by: me

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

c7ace38f27-Dec-2022 Damjan Jovanovic

When we reach EOF, and SvStream.ReadCsvLine() returned some data,
process that data before returning.

Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 -
"Last CSV line is silen

When we reach EOF, and SvStream.ReadCsvLine() returned some data,
process that data before returning.

Fixes https://bz.apache.org/ooo/show_bug.cgi?id=128548 -
"Last CSV line is silently lost on import if last field is quoted
and EOF is reached before closing quote"

Patch by: me

show more ...

84e9e9aa05-Dec-2022 mseidel

Fixed my own typo

8287e18b03-Dec-2022 mseidel

Cleanup resource files

6f722fb429-Nov-2022 mseidel

Cleanup resource file, use correct position for string

12345678910