History log of /aoo41x/main/slideshow/source/ (Results 1 - 25 of 26)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
b06e87e718-Apr-2021 mseidel

Removed whitespace, fixed typos

(cherry picked from commit 3a0fc1de55289a0e30610b1b4813ae76187008b1)

23b51d7e18-Apr-2021 mseidel

Removed whitespace, fixed typos

(cherry picked from commit b1fb923c00bf9e99ed13c36972688b9a7e4939c1)

Revision tags: AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
7c99446019-Apr-2018 Pedro Giffuni

Fix build with boost-1.67.

The release notes say:
____
Utility:
Breaking change: <boost/utility.hpp> header no longer includes boost::next
and boost::prior as they have been

Fix build with boost-1.67.

The release notes say:
____
Utility:
Breaking change: <boost/utility.hpp> header no longer includes boost::next
and boost::prior as they have been moved to the iterator module. Instead
include <boost/next_prior.hpp>. Other uses of <boost/utility.hpp> are
discouraged, it's better to use the header for the specific functionality
instead.

____

Obtained from: Jan Beich
FreeBSD PR: 227553


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

show more ...

Revision tags: AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
922e08e804-Feb-2014 Herbert Dürr

#i123817# replaced boost::shared_dynamic_cast in slideshow

Boost's shared_dynamic_cast and shared_static_cast were deprecated since
boost 1.35 and removed in boost 1.53, so they have to

#i123817# replaced boost::shared_dynamic_cast in slideshow

Boost's shared_dynamic_cast and shared_static_cast were deprecated since
boost 1.35 and removed in boost 1.53, so they have to be replaced

Found-by: Ariel Constenla-Haile <arielch@apache.org>
Suggested-by: Ariel Constenla-Haile <arielch@apache.org>
Reviewed-by: Herbert Duerr <hdu@apache.org>


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

show more ...

0ca1f90021-Jan-2014 Herbert Dürr

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bo

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bool is already suspicious enough
and a shared_ptr->pointer->bool conversion is even worse. Cleaning up
the code fixes the build breaker seen in boost/libc++/clang environments.


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

show more ...

71df6f2d03-Jan-2014 Herbert Dürr

#i123948# fix struct/class mismatch of PrefetchPropertiesFunc's forward declaration


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

#i123948# fix struct/class mismatch of PrefetchPropertiesFunc's forward declaration


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

show more ...

b597708b18-Nov-2013 Herbert Dürr

#i122362# remove stlport4-build support

but keep the --without-stlport configure option for now
it is the new default anyway


git-svn-id: https://svn.apache.org/repos/asf/op

#i122362# remove stlport4-build support

but keep the --without-stlport configure option for now
it is the new default anyway


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

show more ...

1f882ec429-Oct-2013 Armin Le Grand

i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute

i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute

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

show more ...

Revision tags: AOO401, AOO400
070b55e609-Jul-2013 Armin Le Grand

i118671 take emergency exit when local slideshow is disposed from executing macros

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

591a396916-Apr-2013 Herbert Dürr

eliminate type ambiguity for std::accumulate() invocation

else clang/libc++ cannot decide between bool and a reference into a bit-vector specialization


git-svn-id: https://svn.

eliminate type ambiguity for std::accumulate() invocation

else clang/libc++ cannot decide between bool and a reference into a bit-vector specialization


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

show more ...

Revision tags: AOO340
78abece830-Aug-2012 Andre Fischer

#i120764# Reduce grid size for snake wipe transition to 8*8.

Patch by: Wang Zhe
Review by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/in

#i120764# Reduce grid size for snake wipe transition to 8*8.

Patch by: Wang Zhe
Review by: Andre Fischer


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

show more ...

dbf9d0c329-Aug-2012 Pavel Janík

Fix broken C++ code.


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

bf97b58d29-Aug-2012 Andre Fischer

#i120750# Fixed processing of repeat count.

Patch by: Wang Zhe
Review and clean up by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incuba

#i120750# Fixed processing of repeat count.

Patch by: Wang Zhe
Review and clean up by: Andre Fischer


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

show more ...

e630ada429-Aug-2012 Andre Fischer

#i120749# Fixed interpolation of "smil:to" animation when "smil:from"
is missing.

Original patch by: Wang Zhe
Fixed by: Andre Fischer


git-

#i120749# Fixed interpolation of "smil:to" animation when "smil:from"
is missing.

Original patch by: Wang Zhe
Fixed by: Andre Fischer


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

show more ...

5d3ab1ea02-Jul-2012 Ariel Constenla-Haile

i120145 - Remove ENABLE_PRESENTER_EXTRA_UI

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

7ee1d29c10-Jun-2012 Ariel Constenla-Haile

GCC 4.7 build breakers

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

aad02ff830-May-2012 Herbert Dürr

Fix slideshow build on pre-glxext-18 systems

Patch by: Herbert Duerr
Suggested by: Herbert Duerr
Found by: Herbert Duerr


git-svn-id: https://svn.apache.org/repos/asf/in

Fix slideshow build on pre-glxext-18 systems

Patch by: Herbert Duerr
Suggested by: Herbert Duerr
Found by: Herbert Duerr


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

show more ...

c966c27629-Mar-2012 Andrew Rist

Update headers to Alv2 headers

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

67a4c09911-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

7871dc3e11-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

78d9348903-Jan-2012 Armin Le Grand

fix for #118525#: Using primitives for chart sub-geometry visualisation

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

aaef562f06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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


engine/OGLTrans/OGLTrans_Shaders.hxx
engine/OGLTrans/OGLTrans_TransitionImpl.hxx
engine/activities/accumulation.hxx
engine/activities/activitybase.hxx
engine/activities/activityparameters.hxx
engine/activities/continuousactivitybase.hxx
engine/activities/continuouskeytimeactivitybase.hxx
engine/activities/discreteactivitybase.hxx
engine/activities/interpolation.hxx
engine/activities/simplecontinuousactivitybase.hxx
engine/animationnodes/animationaudionode.hxx
engine/animationnodes/animationbasenode.hxx
engine/animationnodes/animationcolornode.hxx
engine/animationnodes/animationcommandnode.hxx
engine/animationnodes/animationpathmotionnode.hxx
engine/animationnodes/animationsetnode.hxx
engine/animationnodes/animationtransformnode.hxx
engine/animationnodes/animationtransitionfilternode.hxx
engine/animationnodes/basecontainernode.hxx
engine/animationnodes/basenode.hxx
engine/animationnodes/generateevent.hxx
engine/animationnodes/nodetools.hxx
engine/animationnodes/paralleltimecontainer.hxx
engine/animationnodes/propertyanimationnode.hxx
engine/animationnodes/sequentialtimecontainer.hxx
engine/animationnodes/setactivity.hxx
engine/effectrewinder.hxx
engine/rehearsetimingsactivity.hxx
engine/shapes/appletshape.hxx
engine/shapes/backgroundshape.hxx
engine/shapes/drawinglayeranimation.hxx
engine/shapes/drawshape.hxx
engine/shapes/drawshapesubsetting.hxx
engine/shapes/externalshapebase.hxx
engine/shapes/gdimtftools.hxx
engine/shapes/intrinsicanimationactivity.hxx
engine/shapes/mediashape.hxx
engine/shapes/viewappletshape.hxx
engine/shapes/viewbackgroundshape.hxx
engine/shapes/viewmediashape.hxx
engine/shapes/viewshape.hxx
engine/slide/layer.hxx
engine/slide/layermanager.hxx
engine/slide/shapemanagerimpl.hxx
engine/slide/slideanimations.hxx
engine/slide/userpaintoverlay.hxx
engine/transitions/barndoorwipe.hxx
engine/transitions/barwipepolypolygon.hxx
engine/transitions/boxwipe.hxx
engine/transitions/checkerboardwipe.hxx
engine/transitions/clippingfunctor.hxx
engine/transitions/clockwipe.hxx
engine/transitions/combtransition.hxx
engine/transitions/doublediamondwipe.hxx
engine/transitions/ellipsewipe.hxx
engine/transitions/fanwipe.hxx
engine/transitions/figurewipe.hxx
engine/transitions/fourboxwipe.hxx
engine/transitions/iriswipe.hxx
engine/transitions/parametricpolypolygon.hxx
engine/transitions/parametricpolypolygonfactory.hxx
engine/transitions/pinwheelwipe.hxx
engine/transitions/randomwipe.hxx
engine/transitions/slidechangebase.hxx
engine/transitions/snakewipe.hxx
engine/transitions/spiralwipe.hxx
engine/transitions/sweepwipe.hxx
engine/transitions/transitiontools.hxx
engine/transitions/veewipe.hxx
engine/transitions/waterfallwipe.hxx
engine/transitions/zigzagwipe.hxx
engine/waitsymbol.hxx
inc/activitiesfactory.hxx
inc/activitiesqueue.hxx
inc/activity.hxx
inc/animatableshape.hxx
inc/animatedsprite.hxx
inc/animation.hxx
inc/animationactivity.hxx
inc/animationeventhandler.hxx
inc/animationfactory.hxx
inc/animationfunction.hxx
inc/animationnode.hxx
inc/animationnodefactory.hxx
inc/attributableshape.hxx
inc/attributemap.hxx
inc/boolanimation.hxx
inc/coloranimation.hxx
inc/cursormanager.hxx
inc/debug.hxx
inc/delayevent.hxx
inc/disposable.hxx
inc/doctreenode.hxx
inc/doctreenodesupplier.hxx
inc/enumanimation.hxx
inc/event.hxx
inc/eventhandler.hxx
inc/eventmultiplexer.hxx
inc/eventqueue.hxx
inc/expressionnode.hxx
inc/expressionnodefactory.hxx
inc/externalmediashape.hxx
inc/framerate.hxx
inc/hslcolor.hxx
inc/hslcoloranimation.hxx
inc/hyperlinkarea.hxx
inc/hyperlinkhandler.hxx
inc/interruptabledelayevent.hxx
inc/intrinsicanimationeventhandler.hxx
inc/listenercontainer.hxx
inc/listenercontainerimpl.hxx
inc/mouseeventhandler.hxx
inc/numberanimation.hxx
inc/pairanimation.hxx
inc/pauseeventhandler.hxx
inc/rgbcolor.hxx
inc/screenupdater.hxx
inc/shape.hxx
inc/shapeattributelayer.hxx
inc/shapeattributelayerholder.hxx
inc/shapecursoreventhandler.hxx
inc/shapeimporter.hxx
inc/shapelistenereventhandler.hxx
inc/shapemanager.hxx
inc/shapemaps.hxx
inc/shapesubset.hxx
inc/slide.hxx
inc/slidebitmap.hxx
inc/slideshowcontext.hxx
inc/slideshowexceptions.hxx
inc/slideview.hxx
inc/smilfunctionparser.hxx
inc/soundplayer.hxx
inc/state.hxx
inc/stringanimation.hxx
inc/subsettableshapemanager.hxx
inc/tools.hxx
inc/transitionfactory.hxx
inc/transitioninfo.hxx
inc/unoview.hxx
inc/unoviewcontainer.hxx
inc/usereventqueue.hxx
inc/userpainteventhandler.hxx
inc/view.hxx
inc/vieweventhandler.hxx
inc/viewlayer.hxx
inc/viewrepainthandler.hxx
inc/viewupdate.hxx
inc/wakeupevent.hxx
70f497fb06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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


engine/OGLTrans/OGLTrans_Shaders.cxx
engine/OGLTrans/OGLTrans_TransitionImpl.cxx
engine/OGLTrans/OGLTrans_TransitionerImpl.cxx
engine/activities/activitiesfactory.cxx
engine/activities/activitybase.cxx
engine/activities/continuousactivitybase.cxx
engine/activities/continuouskeytimeactivitybase.cxx
engine/activities/discreteactivitybase.cxx
engine/activities/simplecontinuousactivitybase.cxx
engine/activitiesqueue.cxx
engine/animatedsprite.cxx
engine/animationfactory.cxx
engine/animationnodes/animationaudionode.cxx
engine/animationnodes/animationbasenode.cxx
engine/animationnodes/animationcolornode.cxx
engine/animationnodes/animationcommandnode.cxx
engine/animationnodes/animationnodefactory.cxx
engine/animationnodes/animationpathmotionnode.cxx
engine/animationnodes/animationsetnode.cxx
engine/animationnodes/animationtransformnode.cxx
engine/animationnodes/animationtransitionfilternode.cxx
engine/animationnodes/basecontainernode.cxx
engine/animationnodes/basenode.cxx
engine/animationnodes/generateevent.cxx
engine/animationnodes/nodetools.cxx
engine/animationnodes/paralleltimecontainer.cxx
engine/animationnodes/propertyanimationnode.cxx
engine/animationnodes/sequentialtimecontainer.cxx
engine/attributemap.cxx
engine/color.cxx
engine/debug.cxx
engine/delayevent.cxx
engine/effectrewinder.cxx
engine/eventmultiplexer.cxx
engine/eventqueue.cxx
engine/expressionnodefactory.cxx
engine/rehearsetimingsactivity.cxx
engine/screenupdater.cxx
engine/shapeattributelayer.cxx
engine/shapes/appletshape.cxx
engine/shapes/backgroundshape.cxx
engine/shapes/drawinglayeranimation.cxx
engine/shapes/drawshape.cxx
engine/shapes/drawshapesubsetting.cxx
engine/shapes/externalshapebase.cxx
engine/shapes/gdimtftools.cxx
engine/shapes/intrinsicanimationactivity.cxx
engine/shapes/mediashape.cxx
engine/shapes/shapeimporter.cxx
engine/shapes/viewappletshape.cxx
engine/shapes/viewbackgroundshape.cxx
engine/shapes/viewmediashape.cxx
engine/shapes/viewshape.cxx
engine/shapesubset.cxx
engine/slide/layer.cxx
engine/slide/layermanager.cxx
engine/slide/shapemanagerimpl.cxx
engine/slide/slideanimations.cxx
engine/slide/slideimpl.cxx
engine/slide/userpaintoverlay.cxx
engine/slidebitmap.cxx
engine/slideshowcontext.cxx
engine/slideshowimpl.cxx
engine/slideview.cxx
engine/smilfunctionparser.cxx
engine/soundplayer.cxx
engine/sp_debug.cxx
engine/tools.cxx
engine/transitions/barndoorwipe.cxx
engine/transitions/barwipepolypolygon.cxx
engine/transitions/boxwipe.cxx
engine/transitions/checkerboardwipe.cxx
engine/transitions/clippingfunctor.cxx
engine/transitions/clockwipe.cxx
engine/transitions/combtransition.cxx
engine/transitions/doublediamondwipe.cxx
engine/transitions/ellipsewipe.cxx
engine/transitions/fanwipe.cxx
engine/transitions/figurewipe.cxx
engine/transitions/fourboxwipe.cxx
engine/transitions/iriswipe.cxx
engine/transitions/parametricpolypolygonfactory.cxx
engine/transitions/pinwheelwipe.cxx
engine/transitions/randomwipe.cxx
engine/transitions/shapetransitionfactory.cxx
engine/transitions/slidechangebase.cxx
engine/transitions/slidetransitionfactory.cxx
engine/transitions/snakewipe.cxx
engine/transitions/spiralwipe.cxx
engine/transitions/sweepwipe.cxx
engine/transitions/transitionfactorytab.cxx
engine/transitions/transitiontools.cxx
engine/transitions/veewipe.cxx
engine/transitions/waterfallwipe.cxx
engine/transitions/zigzagwipe.cxx
engine/unoviewcontainer.cxx
engine/usereventqueue.cxx
engine/waitsymbol.cxx
engine/wakeupevent.cxx
a720027407-Sep-2011 Michael Stahl

slideshow: remove some forgotten tools-types

Submitted on behalf of a third party:
Ariel Constenla-Haile <ariel.constenla.haile@googlemail.com>

git-svn-id: https://svn.apache.or

slideshow: remove some forgotten tools-types

Submitted on behalf of a third party:
Ariel Constenla-Haile <ariel.constenla.haile@googlemail.com>

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

show more ...

198461a528-Aug-2011 Michael Stahl

unotools: OOutputStreamWrapper:

remove invocation of DECLARE_UNO3_AGG_DEFAULTS
(symbols are somehow not exported with GCC 4.6, and it seems to be
unnecessary)

git-svn-id:

unotools: OOutputStreamWrapper:

remove invocation of DECLARE_UNO3_AGG_DEFAULTS
(symbols are somehow not exported with GCC 4.6, and it seems to be
unnecessary)

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

show more ...

12