History log of /trunk/main/svx/source/svdraw/ (Results 1 - 25 of 156)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
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 ...

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()

13c26b2025-May-2023 mseidel

Remove executable flag from various files

4d196ef417-May-2023 mseidel

Cleanup

4bfd745e01-May-2023 Arrigo Marchiori

Merge pull request #177 from apache/Pilot-Pirx-glue

Remove unused(?) code and its declaration


3cb3876424-Apr-2023 mseidel

Fixed typo (emty -> empty) and others

496a34a717-Apr-2023 mseidel

Reduce handle sets by removing simple handles.
Removing handles options form Writer and Calc.
Removing help texts accordingly.

cb22d02609-Apr-2023 Matthias Seidel

Remove unused(?) code

Gluepoint is actually generated here:
https://github.com/apache/openoffice/blob/trunk/main/svx/source/sdr/primitive2d/sdrprimitivetools.cxx#L80

This part l

Remove unused(?) code

Gluepoint is actually generated here:
https://github.com/apache/openoffice/blob/trunk/main/svx/source/sdr/primitive2d/sdrprimitivetools.cxx#L80

This part looks like a leftover for me.

"SdrGluePoint::Draw" is only to be found in this file and nowhere else:
http://opengrok.openoffice.org/search?project=trunk&full=%22SdrGluePoint%3A%3ADraw%22

show more ...

8cd3382f09-Apr-2023 mseidel

Back to 9x9 for gluepoint

6d2f4e8a04-Apr-2023 mseidel

Fixed typos, cleaned up whitespace

4e278df904-Apr-2023 mseidel

Resize glue point to 9x9, updated graphics for handles

e794b45502-Apr-2023 mseidel

Correcting small error

5198b0da02-Apr-2023 mseidel

Add and define graphic for unselected crosshair

5db901c001-Apr-2023 mseidel

Define graphic for unselected glue point

062a78fd21-Feb-2023 mseidel

Elements on cropmarker share borders. Separate them from each other.

Revision tags: AOO4115-GA
9ebd8e3118-Feb-2023 mseidel

Fixed typos, small translations

d5edfd0912-Feb-2023 DamjanJovanovic

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage


1059e62b22-Jan-2023 mseidel

Fixed typos, removed whitespace

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

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

Patch by: me

abee0e4c02-Jan-2022 Damjan Jovanovic

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

1234567