History log of /trunk/main/svx/inc/ (Results 1 - 25 of 168)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5
b117abe814-Nov-2023 mseidel

Fixed typos, removed whitespace

c2bf419403-Nov-2023 mseidel

Add HC icon for frame position and size

4dc4eaf115-Jun-2023 mseidel

Maintenance cleanup

1e66efe226-May-2023 mseidel

Recoded file from CRLF to LF

13c26b2025-May-2023 mseidel

Remove executable flag from various files

cf03d99b21-May-2023 mseidel

Corrected typo (Graphyic -> Graphic)

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

4e278df904-Apr-2023 mseidel

Resize glue point to 9x9, updated graphics for handles

5198b0da02-Apr-2023 mseidel

Add and define graphic for unselected crosshair

5db901c001-Apr-2023 mseidel

Define graphic for unselected glue point

Revision tags: AOO4115-GA, AOO4114-GA
2cdd1ab001-Jan-2023 Damjan Jovanovic

Change the CalcFieldValue() parameter to sal_uInt32 across the whole codebase.

Patch by: me

Revision tags: AOO420-Dev4-m4
96eff78411-Aug-2022 mseidel

Fixed Powerpoint -> PowerPoint

Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
8f79cfd811-Oct-2020 mseidel

Fixed typos (acces -> access) and some more

c47da6ea28-Sep-2020 mseidel

Fixed several typos

3945fe2826-Aug-2020 mseidel

Fixed typos (sould -> should) and some more

8295cad031-Jul-2020 Mechtilde

translated German comments and remove whitespaces in
main/svx/inc/svx/dlgctrl.hxx

ddf5f72c31-Jul-2020 Mechtilde

translated German comments and remove whitespaces in
main/svx/inc/svx/xtable.hxx

a92f749c14-Jul-2020 mseidel

Fixed typos (legth -> length)

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1
85f16e6803-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
b1bc2d9726-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
5d1f2e8c19-Jan-2018 Matthias Seidel

Fixed wording

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821691 13f79535-47bb-0310-9956-ffa450edef68

faea413b17-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
5f22f2ef01-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 ...

1234567