History log of /trunk/main/sc/ (Results 26 - 50 of 418)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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 ...

Revision tags: AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA
4386a99202-Jan-2022 Damjan Jovanovic

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

Patch by: me

36a4646202-Jan-2022 Damjan Jovanovic

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

Patch by: me

9ec87cd302-Jan-2022 Damjan Jovanovic

Convert all instances of GetParaAttribs() 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

829751c327-Jun-2022 mseidel

Added missing space in string

e8cfa2eb21-May-2022 mseidel

Re-order page navigation icons in page preview (Writer/Calc)

This fixes:
https://bz.apache.org/ooo/show_bug.cgi?id=23802

840d0e6816-Mar-2022 Arrigo Marchiori

Add "empty" and "not empty" autofilters

Patch by Srinivasa Ragavan (sragavan), adapted to current sources

(cherry picked from commit e4261b3f576e1ecd15352e270e6c8ceccdfd4a13)

81443bbc05-Feb-2022 mseidel

Remove 'old-style' shadow from Calc preview

Revision tags: AOO4111-GA
97afbf7b21-Aug-2021 mseidel

Cleaned up resource files

024d3acd21-Aug-2021 mseidel

Cleaned up resource files

dfe4b78921-Aug-2021 mseidel

Cleaned up resource files

4c3f233413-Aug-2021 mseidel

Fixed typos, removed whitespace

Revision tags: AOO420-Dev3-m3
0a65ad1225-Jul-2021 mseidel

Fixed typo (retrievs -> retrieves), removed whitespace

12345678910>>...17