History log of /aoo41x/main/slideshow/ (Results 1 - 25 of 33)
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 ...

42dadaea29-Aug-2012 Andre Fischer

Added options to create subset of full animation set.


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

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

9f22d7c229-Mar-2012 Andrew Rist

Update headers to Alv2 headers

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

bb113e6329-Mar-2012 Andrew Rist

Update headers to Alv2 headers

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

73c9600316-Feb-2012 Yuri Dario

i118923 - OS/2 port: use 8.3 names for targets.

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

e4af8f1124-Jan-2012 Pedro Giffuni

Avoid some uses of non portable #!/bin/bash in shell scripts.

bash is common in GNU/linux but is, in general, not
available by default on other systems or likely to
be in a different

Avoid some uses of non portable #!/bin/bash in shell scripts.

bash is common in GNU/linux but is, in general, not
available by default on other systems or likely to
be in a different place. When possible /bin/sh
should be used but if bash extensions are required
"#!/bin/env bash" is considered more portable.


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

show more ...

3eeae03512-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230734 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

12