/aoo4110/main/slideshow/source/engine/slide/ |
H A D | layermanager.hxx | 123 void addShape( const ShapeSharedPtr& rShape ); 129 bool removeShape( const ShapeSharedPtr& rShape ); 140 ShapeSharedPtr lookupShape( const ::com::sun::star::uno::Reference< 197 void notifyShapeUpdate( const ShapeSharedPtr& rShape); 246 ShapeSharedPtr, 253 bool operator() (const ShapeSharedPtr& rpS1, const ShapeSharedPtr& rpS2 ) const in operator ()() 261 typedef ::std::map< ShapeSharedPtr, LayerWeakPtr, ShapeComparator > LayerShapeMap; 262 typedef ::std::set< ShapeSharedPtr > ShapeUpdateSet; 269 void addUpdateArea( ShapeSharedPtr const& rShape ); 309 void implAddShape( const ShapeSharedPtr& rShape ); [all …]
|
H A D | layermanager.cxx | 273 void LayerManager::addShape( const ShapeSharedPtr& rShape ) in addShape() 298 void LayerManager::implAddShape( const ShapeSharedPtr& rShape ) in implAddShape() 319 bool LayerManager::removeShape( const ShapeSharedPtr& rShape ) in removeShape() 332 void LayerManager::implRemoveShape( const ShapeSharedPtr& rShape ) in implRemoveShape() 368 … ShapeSharedPtr LayerManager::lookupShape( const uno::Reference< drawing::XShape >& xShape ) const in lookupShape() 374 return ShapeSharedPtr(); // not found in lookupShape() 488 void LayerManager::notifyShapeUpdate( const ShapeSharedPtr& rShape ) in notifyShapeUpdate() 728 void LayerManager::addUpdateArea( ShapeSharedPtr const& rShape ) in addUpdateArea() 827 const ShapeSharedPtr pCurrShape( aCurrShapeEntry->first ); in updateShapeLayers()
|
H A D | shapemanagerimpl.cxx | 290 void ShapeManagerImpl::notifyShapeUpdate( const ShapeSharedPtr& rShape ) in notifyShapeUpdate() 296 ShapeSharedPtr ShapeManagerImpl::lookupShape( uno::Reference< drawing::XShape > const & xShape ) co… in lookupShape() 301 return ShapeSharedPtr(); in lookupShape() 344 ShapeSharedPtr pShape( lookupShape(xShape) ); in listenerAdded() 365 ShapeSharedPtr pShape( lookupShape(xShape) ); in listenerRemoved() 376 ShapeSharedPtr pShape( lookupShape(xShape) ); in cursorChanged()
|
H A D | shapemanagerimpl.hxx | 128 virtual void notifyShapeUpdate( const ShapeSharedPtr& rShape ); 129 virtual ShapeSharedPtr lookupShape( 178 typedef std::map<ShapeSharedPtr, 181 typedef std::map<ShapeSharedPtr, sal_Int16,
|
H A D | layer.hxx | 152 void setShapeViews( ShapeSharedPtr const& rShape ) const; 187 void updateBounds( ShapeSharedPtr const& rShape ); 238 bool isInsideUpdateArea( ShapeSharedPtr const& rShape ) const;
|
H A D | layer.cxx | 170 void Layer::setShapeViews( ShapeSharedPtr const& rShape ) const in setShapeViews() 204 void Layer::updateBounds( ShapeSharedPtr const& rShape ) in updateBounds() 343 bool Layer::isInsideUpdateArea( ShapeSharedPtr const& rShape ) const in isInsideUpdateArea()
|
H A D | slideimpl.cxx | 1050 ShapeSharedPtr pShape( mpLayerManager->lookupShape( xShape ) ); in applyInitialShapeAttributes() 1165 ShapeSharedPtr const& rShape( in loadShapes() 1212 ShapeSharedPtr const& rShape( in loadShapes()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 159 ShapeOfGroup( ShapeSharedPtr const& pGroupShape, 181 ShapeSharedPtr const mpGroupShape; 189 ShapeOfGroup::ShapeOfGroup( ShapeSharedPtr const& pGroupShape, in ShapeOfGroup() 277 ShapeSharedPtr ShapeImporter::createShape( in createShape() 363 return ShapeSharedPtr(); // error loading graphic - in createShape() 542 ShapeSharedPtr ShapeImporter::importBackgroundShape() // throw (ShapeLoadFailedException) in importBackgroundShape() 548 ShapeSharedPtr pBgShape( in importBackgroundShape() 559 ShapeSharedPtr ShapeImporter::importShape() // throw (ShapeLoadFailedException) in importShape() 561 ShapeSharedPtr pRet; in importShape()
|
H A D | backgroundshape.cxx | 320 ShapeSharedPtr createBackgroundShape( in createBackgroundShape() 325 return ShapeSharedPtr( in createBackgroundShape()
|
H A D | mediashape.cxx | 281 ShapeSharedPtr createMediaShape( in createMediaShape()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | shape.hxx | 51 typedef ::boost::shared_ptr< Shape > ShapeSharedPtr; typedef 249 bool operator()(const ShapeSharedPtr& rLHS, const ShapeSharedPtr& rRHS) const in operator ()() 261 typedef ::boost::shared_ptr< Shape > ShapeSharedPtr; typedef 265 typedef ::std::set< ShapeSharedPtr, Shape::lessThanShape > ShapeSet;
|
H A D | shapeimporter.hxx | 86 ShapeSharedPtr importBackgroundShape(); // throw (ShapeLoadFailedException) 92 ShapeSharedPtr importShape(); // throw (ConversionFailedException) 108 ShapeSharedPtr createShape( 119 ShapeSharedPtr const mpGroupShape; 125 explicit XShapesEntry( ShapeSharedPtr const& pGroupShape ) in XShapesEntry()
|
H A D | usereventqueue.hxx | 177 const ShapeSharedPtr& rShape ); 229 const ShapeSharedPtr& rShape ); 253 const ShapeSharedPtr& rShape ); 265 const ShapeSharedPtr& rShape );
|
H A D | activitiesfactory.hxx | 67 const ShapeSharedPtr& rShape, in CommonParameters() 128 ShapeSharedPtr mpShape;
|
/aoo4110/main/slideshow/source/engine/ |
H A D | tools.cxx | 162 const ShapeSharedPtr& rShape, in extractValue() 197 const ShapeSharedPtr& /*rShape*/, in extractValue() argument 242 const ShapeSharedPtr& rShape, in extractValue() 263 const ShapeSharedPtr& /*rShape*/, in extractValue() argument 345 const ShapeSharedPtr& /*rShape*/, in extractValue() argument 384 const ShapeSharedPtr& /*rShape*/, in extractValue() argument 397 const ShapeSharedPtr& /*rShape*/, in extractValue() argument 437 const ShapeSharedPtr& rShape, in extractValue()
|
H A D | usereventqueue.cxx | 65 typedef std::map<ShapeSharedPtr, ImpEventQueue, 398 const ShapeSharedPtr& rShape ) in addEvent() 569 ShapeSharedPtr mpLastShape; 839 const ShapeSharedPtr& rShape ) in registerShapeClickEvent() 939 const ShapeSharedPtr& rShape ) in registerShapeDoubleClickEvent() 972 const ShapeSharedPtr& rShape ) in registerMouseEnterEvent() 983 const ShapeSharedPtr& rShape ) in registerMouseLeaveEvent()
|
H A D | slideshowimpl.cxx | 898 ShapeSharedPtr(), in createSlideTransition()
|
/aoo4110/main/slideshow/source/engine/activities/ |
H A D | activitiesfactory.cxx | 329 const ShapeSharedPtr& rShape, in createFromToByActivity() 562 const ShapeSharedPtr& rShape, in createValueListActivity()
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | nodetools.cxx | 74 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape()
|
H A D | animationcommandnode.cxx | 57 ShapeSharedPtr pShape( getContext().mpSubsettableShapeManager->lookupShape( xShape ) ); in AnimationCommandNode()
|
H A D | generateevent.cxx | 88 ShapeSharedPtr pShape; in generateEvent()
|