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

Fixed typos, removed whitespace

(cherry picked from commit b117abe83caeb58197276bada6e5243f273e3553)

c9ad82e903-Nov-2023 mseidel

Add HC icon for frame position and size

(cherry picked from commit c2bf41945ef7efd78dd0ad94e55d59b87fdac4e3)

adac709615-Jun-2023 mseidel

Maintenance cleanup

(cherry picked from commit 4dc4eaf19a015b5d2bc15f685fbad0ab7bd7d908)

acfb5d3126-May-2023 mseidel

Recoded file from CRLF to LF

(cherry picked from commit 1e66efe262b7564a18cb41903e25f5ea95c2e261)

49b39f7625-May-2023 mseidel

Remove executable flag from various files

(cherry picked from commit 13c26b20cfbbbd17a5f08bfc4406fad5812573e1)

a7f01c3921-May-2023 mseidel

Corrected typo (Graphyic -> Graphic)

(cherry picked from commit cf03d99b3bbaa545b2249a4d2825d0a19b29d30a)

dfc0bb0c01-May-2023 Arrigo Marchiori

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

Remove unused(?) code and its declaration

34b4c3b724-Apr-2023 mseidel

Fixed typo (emty -> empty) and others

(cherry picked from commit 3cb38764744e01e5202793d0c6630da024387bac)

953ac05404-Apr-2023 mseidel

Resize glue point to 9x9, updated graphics for handles

(cherry picked from commit 4e278df9e5e1ce775b1c944fc931d3141551160a)

1d4533b502-Apr-2023 mseidel

Add and define graphic for unselected crosshair

(cherry picked from commit 5198b0daf2835aed6a983c6117138174c2adb7a3)

5a4c63b701-Apr-2023 mseidel

Define graphic for unselected glue point

(cherry picked from commit 5db901c00c4ab03f18ad0e74b83aefdc617eb041)

Revision tags: AOO4115-GA
7a98084212-Feb-2023 DamjanJovanovic

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67

Merge pull request #164 from DamjanJovanovic/editeng-32bit-paragraphs

Update EditEngine code to use 32 bit paragraph storage

(cherry picked from commit d5edfd09768da46c2f9d7c365bf67318f0694735)

show more ...

Revision tags: AOO4114-GA, AOO420-Dev4-m4
4b08535211-Aug-2022 mseidel

Fixed Powerpoint -> PowerPoint

(cherry picked from commit 96eff78449471f0a47d9dd67e20ea2d4ec78fe8d)

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

Fixed typos (acces -> access) and some more

(cherry picked from commit 8f79cfd82591ed6c26bea7156c3a96cde903fa3c)

32698fcc28-Sep-2020 mseidel

Fixed several typos

(cherry picked from commit c47da6ea653604c64a84e90ede2d0a69fcd8f7e9)

f53e21fa26-Aug-2020 mseidel

Fixed typos (sould -> should) and some more

(cherry picked from commit 3945fe28166b82700c7d567fedab7482a96de498)

d3b9d49c31-Jul-2020 Mechtilde

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

(cherry picked from commit 8295cad0c2d744a048c8ffed435eef58f11be305)

ee96439f31-Jul-2020 Mechtilde

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

(cherry picked from commit ddf5f72c0ac99b07d4735c5bab803f8e166964d8)

f228387c14-Jul-2020 mseidel

Fixed typos (legth -> length)

(cherry picked from commit a92f749c422f0f18a141e8b94143f0247f4203fb)

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 ...

Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411
a00d3cad20-Feb-2015 Tsutomu Uchino

#i126116# nonlocalizable arrow names

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

1234567