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

abfbd45a11-Jun-2024 John Bampton

Fix spelling (#217)

Thanks!
Also corrected some Windows CRLF.

07df5c7114-May-2024 John Bampton

Fix spelling in code comments (#211)

Thanks!

1fcc6d2b02-Apr-2024 Arrigo Marchiori

Merge pull request #200 from oooforum/patch-12

Fixes issue 60859


c809b0d301-Apr-2024 John Bampton

Fix spelling in code comments (#210)

* Fix spelling in code comments

* Update wordml2ooo_field.xsl

* Update ooo2wordml_border.xsl

---------

Co-authored-by

Fix spelling in code comments (#210)

* Fix spelling in code comments

* Update wordml2ooo_field.xsl

* Update ooo2wordml_border.xsl

---------

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

show more ...

cdfa2a0e01-Apr-2024 John Bampton

Fix spelling in comments (#209)

4ac3bde729-Mar-2024 Arrigo Marchiori

Search forward or backward for a visible slide

Fixes bug #60859

00984c5624-Feb-2024 mseidel

Change "Drawing View" to "Normal View" in popup menu (Impress)

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

a80e2a6410-Feb-2024 mseidel

Remove pushbuttons with '...' from translation process

Revision tags: AOO420-Dev5-m5
c284e3b523-Jan-2024 Bidouille

Fix for issue 60859

If 1st slide is hidden and selected, show presentation does start after this.

Thanks to iammisc for this patch

520e75ba06-Jan-2024 mseidel

Fixed typos, removed whitespace

a66ccdb304-Jan-2024 mseidel

Change moveable -> movable

06fb39a115-Nov-2023 John Bampton

misc: fix spelling (#183)

* misc: fix spelling

* Update svdedxv.cxx

Small additions

---------

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

1b9d139704-Jun-2023 Arrigo Marchiori

Use sfx2::LinkManager::GetUserAllowsLinkUpdate()

ac9b903230-Oct-2023 mseidel

Fixed typo (propably -> probably) and some more

2a12cc4f08-Oct-2023 Damjan Jovanovic

Allow empty selection in PageSelector::UpdateCurrentPage().
This fixes a regression in Impress, where wrong slides are
selected on a right-click between slides when scrolling down,
and ne

Allow empty selection in PageSelector::UpdateCurrentPage().
This fixes a regression in Impress, where wrong slides are
selected on a right-click between slides when scrolling down,
and new slides are inserted in wrong places.

Patch by: Andre Fischer <af@...>
Reviewed by: me
Fixes: #124741 - Slide will be inserted in wrong place when try to
insert it in latter slides(with vertical scrollbar)

show more ...

26490e2424-Aug-2023 mseidel

Maintenance cleanup

36a981ae14-Aug-2023 mseidel

Cleaned up resource files

47f0deb812-Aug-2023 mseidel

Small modifications

33671a7011-Aug-2023 mseidel

Use slightly better BMP scaling, remove shadow

2155a94306-Jul-2023 mseidel

Cleanup in Presentation Wizard, preparation for wide screen format

bc1f490723-Mar-2023 mseidel

Small corrections to strings

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

12345678910>>...14