History log of /trunk/main/sd/ (Results 26 - 50 of 368)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO4115-GA
8e0f63ef12-Feb-2023 mseidel

Cleaned up resource file

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

aee1515d19-Jan-2023 Arrigo Marchiori

Merge branch 'ppt' into trunk

This work was based on Zhangjiaxing's (@R0fM1a) reports.


Revision tags: AOO4114-GA
d2d30fce03-Jan-2023 Damjan Jovanovic

Use 32 bit paragraph indices to the ESelection constructor in SdUnoSearchReplaceShape::Search().

Patch by: me

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
ab353c9202-Jan-2022 Damjan Jovanovic

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

Patch by: me

cd9c084102-Jan-2022 Damjan Jovanovic

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

Patch by: me

936080f702-Jan-2022 Damjan Jovanovic

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

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

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

c0176e2925-Dec-2022 mseidel

Fixed typos, removed whitespace

b622dd6d09-Dec-2022 Arrigo Marchiori

Check validity of page descriptors

a6c7a77503-Sep-2022 mseidel

Fixed typo )plattform -> platform

96eff78411-Aug-2022 mseidel

Fixed Powerpoint -> PowerPoint

ee0cc2f627-Jul-2022 mseidel

Cleaned up resource files, removed whitespace and maskcolor

48c765a215-May-2022 mseidel

Use > (<) instead of >> (<<)

8efd2db912-Mar-2022 mseidel

Changed order of Zoom In/Out in toolbar (Impress/Math)

17f1dab212-Mar-2022 mseidel

Changed order of Zoom In/Out in toolbar (Draw)

916729d015-Jan-2022 mseidel

Fixed typos, removed whitespace, removed multiple license headers

c13e414014-Jan-2022 mseidel

Fixed typos, removed whitespace

b7d2c84711-Jan-2022 mseidel

Fixed typos, removed whitespace

5829e3e609-Dec-2021 mseidel

Fixed typos, removed whitespace

090aaae728-Nov-2021 mseidel

Fixed typos, removed whitespace

12345678910>>...15