Revision tags: AOO420-Dev5-m5 |
|
300d4866 | 28-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 ...
|
06fb39a1 | 15-Nov-2023 |
John Bampton |
misc: fix spelling (#183) * misc: fix spelling * Update svdedxv.cxx Small additions --------- Co-authored-by: Matthias Seidel <mseidel@apache.org> |
1b9d1397 | 04-Jun-2023 |
Arrigo Marchiori |
Use sfx2::LinkManager::GetUserAllowsLinkUpdate() |
13c26b20 | 25-May-2023 |
mseidel |
Remove executable flag from various files |
4d196ef4 | 17-May-2023 |
mseidel |
Cleanup |
4bfd745e | 01-May-2023 |
Arrigo Marchiori |
Merge pull request #177 from apache/Pilot-Pirx-glue Remove unused(?) code and its declaration
|
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. |
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 |
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 |
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 |
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 |
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 |
|
cd9c0841 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetDepth() to take a 32 bit paragraph index. Patch by: me |
abee0e4c | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetLineCount() to take a 32 bit paragraph index. Patch by: me |
9ec87cd3 | 02-Jan-2022 |
Damjan Jovanovic |
Convert all instances of GetParaAttribs() to take a 32 bit paragraph index. Patch by: me |
2cdd1ab0 | 01-Jan-2023 |
Damjan Jovanovic |
Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase. Patch by: me |
c2eaa082 | 01-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 |