summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/shapemanagerimpl.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:11:31 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:11:31 +0200
commit4f30c816fa0fb66e650d4e85304292b5ec72b22d (patch)
tree2c6ae8d7c2f6eb55686bb306afe1b1fce5172be8 /slideshow/source/engine/slide/shapemanagerimpl.hxx
parent2ebf6456709b2345fcd340137b10ff7bb47a3263 (diff)
recreated tag libreoffice-3.3.0.4 which had these commits:
commit 40849a63d4ca6da479ef28e129b15109a42e8617 (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:18 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit 2764d5adfcd646794593cda200fca9d4988d0d06 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:37 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
Notes: split repo tag: impress_libreoffice-3.3.0.4
Diffstat (limited to 'slideshow/source/engine/slide/shapemanagerimpl.hxx')
-rw-r--r--slideshow/source/engine/slide/shapemanagerimpl.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/slideshow/source/engine/slide/shapemanagerimpl.hxx b/slideshow/source/engine/slide/shapemanagerimpl.hxx
index 3a43e8c0a795..cf5addcc95ad 100644
--- a/slideshow/source/engine/slide/shapemanagerimpl.hxx
+++ b/slideshow/source/engine/slide/shapemanagerimpl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -54,8 +54,8 @@ namespace slideshow {
namespace internal {
/** Listener class for shape events
-
- This helper class registers itself on each view, and
+
+ This helper class registers itself on each view, and
broadcasts the XShapeEventListener events. The mouse motion
events are needed for setting the shape cursor.
*/
@@ -68,7 +68,7 @@ class ShapeManagerImpl : public SubsettableShapeManager,
{
public:
/** Create a shape event broadcaster
-
+
@param rEventMultiplexer
The slideshow-global event source, where this class
registeres its event handlers.
@@ -88,16 +88,16 @@ public:
slide.
*/
void activate( bool bSlideBackgoundPainted );
-
+
/** Disables event listening.
*/
void deactivate();
-
+
// Disposable interface
// ---------------------------------------------------------------
virtual void dispose();
-
+
private:
// MouseEventHandler interface
@@ -132,7 +132,7 @@ private:
virtual void leaveAnimationMode( const AnimatableShapeSharedPtr& rShape );
virtual void notifyShapeUpdate( const ShapeSharedPtr& rShape );
virtual ShapeSharedPtr lookupShape(
- ::com::sun::star::uno::Reference<
+ ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape > const & xShape ) const;
virtual void addHyperlinkArea( const boost::shared_ptr<HyperlinkArea>& rArea );
virtual void removeHyperlinkArea( const boost::shared_ptr<HyperlinkArea>& rArea );
@@ -141,16 +141,16 @@ private:
// SubsettableShapeManager interface
// ---------------------------------------------------
- virtual boost::shared_ptr<AttributableShape> getSubsetShape(
+ virtual boost::shared_ptr<AttributableShape> getSubsetShape(
const boost::shared_ptr<AttributableShape>& rOrigShape,
const DocTreeNode& rTreeNode );
- virtual void revokeSubset(
+ virtual void revokeSubset(
const boost::shared_ptr<AttributableShape>& rOrigShape,
const boost::shared_ptr<AttributableShape>& rSubsetShape );
- virtual void addIntrinsicAnimationHandler(
+ virtual void addIntrinsicAnimationHandler(
const IntrinsicAnimationEventHandlerSharedPtr& rHandler );
- virtual void removeIntrinsicAnimationHandler(
+ virtual void removeIntrinsicAnimationHandler(
const IntrinsicAnimationEventHandlerSharedPtr& rHandler );
virtual bool notifyIntrinsicAnimationsEnabled();
virtual bool notifyIntrinsicAnimationsDisabled();
@@ -178,8 +178,8 @@ private:
::rtl::OUString checkForHyperlink( ::basegfx::B2DPoint const& hitPos )const;
-
-
+
+
typedef std::map<ShapeSharedPtr,
boost::shared_ptr< ::cppu::OInterfaceContainerHelper >,
Shape::lessThanShape> ShapeToListenersMap;