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

870c379217-Jul-2024 mseidel

Fixed typo (completly -> completely) and many more

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

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

402c6fde14-Nov-2023 John Bampton

misc: fix spelling (#182)

Thank you very much for your contribution!

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.

3accd9b110-Apr-2023 Damjan Jovanovic

Also allow:
pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0
instead of only:
pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID()
in ScDocument::CopyBlockFromCl

Also allow:
pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == 0
instead of only:
pCBFCP->pClipDoc->GetClipParam().getSourceDocID() == GetDocumentID()
in ScDocument::CopyBlockFromClip(), because that's what it is when
cells are dragged and dropped instead of cut and pasted.

Fixes: #128566 - cell displacement problem
Patch by: me

show more ...

8394eaf128-Mar-2023 mseidel

Fixed typos, cleanup, use nicer ASCII art

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


a658d2c330-Jan-2023 mseidel

OpenOffice Calc offers functions for converting from old national currencies to EURO.

Croatia joined the euro area in 2023, see:
https://www.ecb.europa.eu/euro/changeover/croatia/html/in

OpenOffice Calc offers functions for converting from old national currencies to EURO.

Croatia joined the euro area in 2023, see:
https://www.ecb.europa.eu/euro/changeover/croatia/html/index.en.html

show more ...

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