History log of /aoo42x/main/sd/source/ (Results 76 - 100 of 315)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
48880d4e09-Nov-2018 Matthias Seidel

Removed German string, cleanup

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

Revision tags: AOO416-RC1
a62d0e7f27-Aug-2018 Matthias Seidel

Resized graphics

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

922694f901-Aug-2018 Matthias Seidel

Cleaned up resource file for snap dialog.

Removed entries for MASKCOLOR.

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

49d1bb3831-Jul-2018 Matthias Seidel

Cleaned up resource file for Duplicate.

Removed entry for MASKCOLOR.

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

f1a9d4eb12-Jul-2018 Matthias Seidel

Small change to the aspect ratio of the graphics

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

3d462f8905-Jul-2018 Matthias Seidel

Cleaned up dialog for Duplicate

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

ea4ad1fb05-Jul-2018 Matthias Seidel

Cleaned up dialog for layers

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

081e7efe01-Jul-2018 Matthias Seidel

Minor cleanup

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

2721bf1630-Jun-2018 Matthias Seidel

Cleaned up dialog for HTML Export

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

4fe6f2d128-Jun-2018 Matthias Seidel

Fixed typo (cought -> caught)

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

a9aa517926-Jun-2018 Matthias Seidel

Cleaned up dialog for Presentation Wizard

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

Revision tags: AOO415
2bf6729317-Jan-2018 Matthias Seidel

Fixed typos

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

Revision tags: AOO414
00c2cf8f18-Jun-2017 Matthias Seidel

Increased width of dialog

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

Revision tags: AOO413
3fc1b11a21-Jan-2017 Pedro Giffuni

Replace nullptr with NULL.

It appears [1] that MSVC 8 doesn't support nullptr so we are tied to
the older ages. Pre-existing code does have NULL.

[1]
https://en.wikipedia.or

Replace nullptr with NULL.

It appears [1] that MSVC 8 doesn't support nullptr so we are tied to
the older ages. Pre-existing code does have NULL.

[1]
https://en.wikipedia.org/wiki/Visual_C%2B%2B


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

show more ...

eec91efc20-Jan-2017 Pedro Giffuni

Fix mismatches found by Clang-4.0.

Reported on FreeBSD's bugzilla [1].
Unfortunately it is likely more issues remain.

[1]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2

Fix mismatches found by Clang-4.0.

Reported on FreeBSD's bugzilla [1].
Unfortunately it is likely more issues remain.

[1]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206


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

show more ...

ee62af7418-Nov-2016 marcus

#i39199# Translated comments from German to English

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

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

b63233d807-Aug-2016 damjan

Merge branches/gbuild-reintegration to trunk.



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


core/annotations/AnnotationAccess.cxx
core/annotations/makefile.mk
core/makefile.mk
core/text/makefile.mk
core/undo/makefile.mk
filter/cgm/makefile.mk
filter/eppt/epptso.cxx
filter/eppt/makefile.mk
filter/grf/makefile.mk
filter/html/makefile.mk
filter/makefile.mk
filter/ppt/makefile.mk
filter/ppt/pptatom.cxx
filter/sddetect.cxx
filter/xml/makefile.mk
helper/makefile.mk
ui/accessibility/makefile.mk
ui/animations/makefile.mk
ui/annotations/makefile.mk
ui/app/accelids_tmpl.src
ui/app/app.src
ui/app/makefile.mk
ui/app/menu_tmpl.src
ui/app/menuids2_tmpl.src
ui/app/menuids3_tmpl.src
ui/app/menuids4_tmpl.src
ui/app/menuids_tmpl.src
ui/app/menuportal_tmpl.src
ui/app/popup.src
ui/app/popup2_tmpl.src
ui/app/res_bmp.src
ui/app/sdstring.src
ui/app/strings.src
ui/app/tbxids_tmpl.src
ui/app/toolbox.src
ui/app/toolbox2_tmpl.src
ui/controller/makefile.mk
ui/dlg/ins_paste.cxx
ui/dlg/makefile.mk
ui/dlg/sdabstdlg.cxx
ui/docshell/makefile.mk
ui/framework/configuration/makefile.mk
ui/framework/factories/makefile.mk
ui/framework/module/makefile.mk
ui/framework/tools/makefile.mk
ui/func/makefile.mk
ui/inc/SlideSorterChildWindow.hrc
ui/inc/res_bmp.hrc
ui/notes/makefile.mk
ui/presenter/makefile.mk
ui/slideshow/makefile.mk
ui/slideshow/slideshow.cxx
ui/slideshow/slideshowimpl.cxx
ui/slidesorter/cache/makefile.mk
ui/slidesorter/controller/makefile.mk
ui/slidesorter/makefile.mk
ui/slidesorter/model/makefile.mk
ui/slidesorter/shell/SlideSorter.cxx
ui/slidesorter/shell/SlideSorterChildWindow.src
ui/slidesorter/shell/makefile.mk
ui/slidesorter/view/makefile.mk
ui/table/makefile.mk
ui/tools/makefile.mk
ui/unoidl/detreg.cxx
ui/unoidl/makefile.mk
ui/unoidl/sddetect.cxx
ui/unoidl/sddetect.hxx
ui/unoidl/unopage.cxx
ui/view/ToolBarManager.cxx
ui/view/drviews8.cxx
ui/view/makefile.mk
unotypes/makefile.mk
Revision tags: AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

8e93165129-Nov-2015 Pedro Giffuni

Resource Leak

CID: 736452


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

473b9bac27-Nov-2015 Pedro Giffuni

Resource leak

CID: 736451


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

Revision tags: AOO412, SNAPSHOT, AOO411
67b2ed4508-Jan-2015 Regina Henschel

#i125613# Insert Picture from file do not work
The patch restores the behavior, that Insert from file replaces the empty outline object in Impress
Patch by:Regina Henschel <rb.henschel@t-onli

#i125613# Insert Picture from file do not work
The patch restores the behavior, that Insert from file replaces the empty outline object in Impress
Patch by:Regina Henschel <rb.henschel@t-online.de>

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

show more ...

6756f29909-Jul-2014 Armin Le Grand

i119287 corrected default style for draw objects created using UNO API

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

bce6bba124-Jun-2014 Armin Le Grand

i124816 use correct layer for new object when converting

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

94ee63a624-Jun-2014 Steve Yin

Issue 125090 - The values of upper and lower spacing for default paragraph did the complete opposite.

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

Issue 125090 - The values of upper and lower spacing for default paragraph did the complete opposite.

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

show more ...

12345678910>>...13