History log of /trunk/main/sd/source/ui/ (Results 76 - 100 of 267)
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
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

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

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

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

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

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

3c71414020-Jun-2014 Armin Le Grand

i121410 Secured usage of pTextGroup

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

4d40bd3415-May-2014 Herbert Dürr

#i124422# fix implicit conversions to pointer from bool/int32

implicit conversions from bool or int32 to pointer types are not a good idea
and clang>=3.4 or xcode>=5.1 now report errors

#i124422# fix implicit conversions to pointer from bool/int32

implicit conversions from bool or int32 to pointer types are not a good idea
and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break
the build and so they have to be fixed.


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

show more ...

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...


accessibility/AccessibleDocumentViewBase.cxx
accessibility/AccessibleDrawDocumentView.cxx
accessibility/AccessibleSlideSorterView.cxx
accessibility/AccessibleViewForwarder.cxx
animations/CustomAnimationList.cxx
animations/CustomAnimationPane.cxx
annotations/annotationmanager.cxx
app/sdmod1.cxx
app/sdxfer.cxx
dlg/dlgass.cxx
dlg/prltempl.cxx
dlg/sdtreelb.cxx
dlg/tpoption.cxx
docshell/docshell.cxx
framework/configuration/ConfigurationUpdater.cxx
framework/configuration/ConfigurationUpdater.hxx
framework/module/ViewTabBarModule.hxx
framework/tools/FrameworkHelper.cxx
func/fuediglu.cxx
func/fupoor.cxx
func/fusel.cxx
func/smarttag.cxx
inc/AccessibleDocumentViewBase.hxx
inc/AccessibleViewForwarder.hxx
inc/DrawViewShell.hxx
inc/OutlineView.hxx
inc/OutlinerIteratorImpl.hxx
inc/PreviewRenderer.hxx
inc/SlideSorter.hxx
inc/SlideViewShell.hxx
inc/ToolBarManager.hxx
inc/ViewShell.hxx
inc/ViewShellHint.hxx
inc/ViewShellImplementation.hxx
inc/Window.hxx
inc/fuediglu.hxx
inc/fupoor.hxx
inc/fusel.hxx
inc/taskpane/ControlContainer.hxx
inc/taskpane/ScrollPanel.hxx
inc/taskpane/SubToolPanel.hxx
inc/taskpane/TitledControl.hxx
inc/tools/IconCache.hxx
presenter/PresenterCanvas.hxx
sidebar/MasterPageContainer.cxx
sidebar/MasterPageContainer.hxx
sidebar/MasterPagesSelector.hxx
sidebar/PreviewValueSet.hxx
slideshow/SlideShowRestarter.hxx
slideshow/slideshowimpl.cxx
slidesorter/cache/SlsBitmapCache.hxx
slidesorter/cache/SlsQueueProcessor.hxx
slidesorter/cache/SlsQueueProcessorThread.hxx
slidesorter/controller/SlsFocusManager.cxx
slidesorter/controller/SlsHideSlideFunction.cxx
slidesorter/controller/SlsListener.hxx
slidesorter/controller/SlsSelectionCommand.hxx
slidesorter/controller/SlsSelectionFunction.cxx
slidesorter/controller/SlsSlotManager.cxx
slidesorter/inc/controller/SlsAnimationFunction.hxx
slidesorter/inc/controller/SlsFocusManager.hxx
slidesorter/inc/controller/SlsPageSelector.hxx
slidesorter/inc/model/SlsPageDescriptor.hxx
slidesorter/inc/view/SlsLayouter.hxx
slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx
slidesorter/model/SlsPageEnumeration.cxx
slidesorter/view/SlsButtonBar.cxx
tools/PreviewRenderer.cxx
view/FormShellManager.cxx
view/Outliner.cxx
view/ToolBarManager.cxx
view/drtxtob.cxx
view/drviewsh.cxx
view/frmview.cxx
view/sdview.cxx
view/viewshel.cxx
Revision tags: AOO410
728936de22-Apr-2014 Armin Le Grand

i63399 add to clipboard as URL only when no fill and no line style, just a simple URL

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

i63399 add to clipboard as URL only when no fill and no line style, just a simple URL

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

show more ...

0bfedac219-Mar-2014 Armin Le Grand

Resync/update with trunk as preparation to integration

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


Revision tags: AOO410_Beta
2fb1484307-Mar-2014 Herbert Dürr

#i123770# obsolete and remove the emulation of hash_map's data_type typedef

and fix its former usages by utilizing the standard compliant mapped_type
typedef instead


git-sv

#i123770# obsolete and remove the emulation of hash_map's data_type typedef

and fix its former usages by utilizing the standard compliant mapped_type
typedef instead


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

show more ...

57d1e49928-Feb-2014 Armin Le Grand

i57936 Added refresh to update LayerTabBar when attributes like Layer visibility were set

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

i57936 Added refresh to update LayerTabBar when attributes like Layer visibility were set

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

show more ...

1234567891011