4d196ef4 | 17-May-2023 |
mseidel |
Cleanup |
1dac1615 | 15-May-2023 |
mseidel |
Cleaned up resource files |
4bfd745e | 01-May-2023 |
Arrigo Marchiori |
Merge pull request #177 from apache/Pilot-Pirx-glue Remove unused(?) code and its declaration
|
c34a9fb7 | 30-Apr-2023 |
Arrigo Marchiori |
Remove the declaration of method SdrGluePoint::Draw |
3cb38764 | 24-Apr-2023 |
mseidel |
Fixed typo (emty -> empty) and others |
496a34a7 | 17-Apr-2023 |
mseidel |
Reduce handle sets by removing simple handles. Removing handles options form Writer and Calc. Removing help texts accordingly. |
29633ed7 | 12-Apr-2023 |
mseidel |
Cleaned up resource files |
cb22d026 | 09-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 ...
|
8cd3382f | 09-Apr-2023 |
mseidel |
Back to 9x9 for gluepoint |
4b803338 | 08-Apr-2023 |
mseidel |
Add transparent border to avoid repaint issues |
6d2f4e8a | 04-Apr-2023 |
mseidel |
Fixed typos, cleaned up whitespace |
4e278df9 | 04-Apr-2023 |
mseidel |
Resize glue point to 9x9, updated graphics for handles |
e794b455 | 02-Apr-2023 |
mseidel |
Correcting small error |
5198b0da | 02-Apr-2023 |
mseidel |
Add and define graphic for unselected crosshair |
5db901c0 | 01-Apr-2023 |
mseidel |
Define graphic for unselected glue point |
fb9aa39a | 08-Mar-2023 |
mseidel |
Make gluepoint more visible |
062a78fd | 21-Feb-2023 |
mseidel |
Elements on cropmarker share borders. Separate them from each other. |
Revision tags: AOO4115-GA |
|
9ebd8e31 | 18-Feb-2023 |
mseidel |
Fixed typos, small translations |
e54b5b1d | 16-Feb-2023 |
mseidel |
Cleanup Make files |
d5edfd09 | 12-Feb-2023 |
DamjanJovanovic |
Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs Update EditEngine code to use 32 bit paragraph storage
|
1059e62b | 22-Jan-2023 |
mseidel |
Fixed typos, removed whitespace |
aee1515d | 19-Jan-2023 |
Arrigo Marchiori |
Merge branch 'ppt' into trunk This work was based on Zhangjiaxing's (@R0fM1a) reports.
|
Revision tags: AOO4114-GA |
|
7a9d3b93 | 02-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 |
|
cdf4cf20 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of AppendTextPortion() to take a 32 bit paragraph index. Patch by: me |
ab353c92 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of SetDepth() to take a 32 bit paragraph index. Patch by: me |