History log of /trunk/main/svx/ (Results 26 - 50 of 570)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4d196ef417-May-2023 mseidel

Cleanup

1dac161515-May-2023 mseidel

Cleaned up resource files

4bfd745e01-May-2023 Arrigo Marchiori

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

Remove unused(?) code and its declaration


c34a9fb730-Apr-2023 Arrigo Marchiori

Remove the declaration of method SdrGluePoint::Draw

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.

29633ed712-Apr-2023 mseidel

Cleaned up resource files

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

4b80333808-Apr-2023 mseidel

Add transparent border to avoid repaint issues

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

fb9aa39a08-Mar-2023 mseidel

Make gluepoint more visible

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

e54b5b1d16-Feb-2023 mseidel

Cleanup Make files

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

aee1515d19-Jan-2023 Arrigo Marchiori

Merge branch 'ppt' into trunk

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


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

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

Patch by: me

ab353c9202-Jan-2022 Damjan Jovanovic

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

Patch by: me

12345678910>>...23