Revision tags: AOO420-Dev5-m5 |
|
b117abe8 | 14-Nov-2023 |
mseidel |
Fixed typos, removed whitespace |
c2bf4194 | 03-Nov-2023 |
mseidel |
Add HC icon for frame position and size |
4dc4eaf1 | 15-Jun-2023 |
mseidel |
Maintenance cleanup |
1e66efe2 | 26-May-2023 |
mseidel |
Recoded file from CRLF to LF |
13c26b20 | 25-May-2023 |
mseidel |
Remove executable flag from various files |
cf03d99b | 21-May-2023 |
mseidel |
Corrected typo (Graphyic -> Graphic) |
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 |
4e278df9 | 04-Apr-2023 |
mseidel |
Resize glue point to 9x9, updated graphics for handles |
5198b0da | 02-Apr-2023 |
mseidel |
Add and define graphic for unselected crosshair |
5db901c0 | 01-Apr-2023 |
mseidel |
Define graphic for unselected glue point |
Revision tags: AOO4115-GA, AOO4114-GA |
|
2cdd1ab0 | 01-Jan-2023 |
Damjan Jovanovic |
Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase. Patch by: me |
Revision tags: AOO420-Dev4-m4 |
|
96eff784 | 11-Aug-2022 |
mseidel |
Fixed Powerpoint -> PowerPoint |
Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
8f79cfd8 | 11-Oct-2020 |
mseidel |
Fixed typos (acces -> access) and some more |
c47da6ea | 28-Sep-2020 |
mseidel |
Fixed several typos |
3945fe28 | 26-Aug-2020 |
mseidel |
Fixed typos (sould -> should) and some more |
8295cad0 | 31-Jul-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/svx/inc/svx/dlgctrl.hxx |
ddf5f72c | 31-Jul-2020 |
Mechtilde |
translated German comments and remove whitespaces in main/svx/inc/svx/xtable.hxx |
a92f749c | 14-Jul-2020 |
mseidel |
Fixed typos (legth -> length) |
Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1 |
|
85f16e68 | 03-Jan-2019 |
Matthias Seidel |
Fixed typo (horizonal -> horizontal) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850272 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO416, AOO416-RC1 |
|
b1bc2d97 | 26-Aug-2018 |
Matthias Seidel |
Fixed typo (meaningfull -> meaningful) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1839231 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415 |
|
5d1f2e8c | 19-Jan-2018 |
Matthias Seidel |
Fixed wording git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821691 13f79535-47bb-0310-9956-ffa450edef68 |
faea413b | 17-Jan-2018 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821338 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO414, AOO413 |
|
5f22f2ef | 01-Sep-2016 |
truckman |
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that t
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that take a reference argument and perform an &rArg == NULL test on it. The compiler warns that this condition should always be false because dereferencing a NULL pointer to generate a reference is not valid in C++ and a valid reference will never be at address 0. Warnings are generated every time this header is included in a .cxx file. It turns out that there are no callers for the IsGluePoint() method, so just comment out its definition. It also turns out that all the callers of IsPointMarked() pass it a dereferenced pointer, so convert IsPointMarked() to take a pointer argument and modify all the callers to pass a pointer without dereferencing it first. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|