Lines Matching refs:ShapeManagerImpl

44 ShapeManagerImpl::ShapeManagerImpl( EventMultiplexer&            rMultiplexer,  in ShapeManagerImpl()  function in slideshow::internal::ShapeManagerImpl
61 void ShapeManagerImpl::activate( bool bSlideBackgoundPainted ) in activate()
77 boost::bind( &ShapeManagerImpl::listenerAdded, in activate()
87 boost::bind( &ShapeManagerImpl::cursorChanged, in activate()
101 void ShapeManagerImpl::deactivate() in deactivate()
119 void ShapeManagerImpl::dispose() in dispose()
130 bool ShapeManagerImpl::handleMousePressed( awt::MouseEvent const& ) in handleMousePressed()
136 bool ShapeManagerImpl::handleMouseReleased( awt::MouseEvent const& e ) in handleMouseReleased()
190 bool ShapeManagerImpl::handleMouseEntered( const awt::MouseEvent& ) in handleMouseEntered()
196 bool ShapeManagerImpl::handleMouseExited( const awt::MouseEvent& ) in handleMouseExited()
202 bool ShapeManagerImpl::handleMouseDragged( const awt::MouseEvent& ) in handleMouseDragged()
208 bool ShapeManagerImpl::handleMouseMoved( const awt::MouseEvent& e ) in handleMouseMoved()
256 bool ShapeManagerImpl::update() in update()
264 bool ShapeManagerImpl::update( ViewSharedPtr const& /*rView*/ ) in update()
270 bool ShapeManagerImpl::needsUpdate() const in needsUpdate()
278 void ShapeManagerImpl::enterAnimationMode( const AnimatableShapeSharedPtr& rShape ) in enterAnimationMode()
284 void ShapeManagerImpl::leaveAnimationMode( const AnimatableShapeSharedPtr& rShape ) in leaveAnimationMode()
290 void ShapeManagerImpl::notifyShapeUpdate( const ShapeSharedPtr& rShape ) in notifyShapeUpdate()
296 ShapeSharedPtr ShapeManagerImpl::lookupShape( uno::Reference< drawing::XShape > const & xShape ) co… in lookupShape()
304 void ShapeManagerImpl::addHyperlinkArea( const HyperlinkAreaSharedPtr& rArea ) in addHyperlinkArea()
309 void ShapeManagerImpl::removeHyperlinkArea( const HyperlinkAreaSharedPtr& rArea ) in removeHyperlinkArea()
314 AttributableShapeSharedPtr ShapeManagerImpl::getSubsetShape( const AttributableShapeSharedPtr& rOri… in getSubsetShape()
323 void ShapeManagerImpl::revokeSubset( const AttributableShapeSharedPtr& rOrigShape, in revokeSubset()
330 bool ShapeManagerImpl::listenerAdded( in listenerAdded()
356 bool ShapeManagerImpl::listenerRemoved( in listenerRemoved()
373 bool ShapeManagerImpl::cursorChanged( const uno::Reference<drawing::XShape>& xShape, in cursorChanged()
408 rtl::OUString ShapeManagerImpl::checkForHyperlink( basegfx::B2DPoint const& hitPos ) const in checkForHyperlink()
432 void ShapeManagerImpl::addIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedPtr&… in addIntrinsicAnimationHandler()
437 void ShapeManagerImpl::removeIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedP… in removeIntrinsicAnimationHandler()
442 bool ShapeManagerImpl::notifyIntrinsicAnimationsEnabled() in notifyIntrinsicAnimationsEnabled()
448 bool ShapeManagerImpl::notifyIntrinsicAnimationsDisabled() in notifyIntrinsicAnimationsDisabled()