Home
last modified time | relevance | path

Searched refs:ShapeSharedPtr (Results 1 – 21 of 21) sorted by relevance

/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.hxx123 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 Dlayermanager.cxx273 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()
368ShapeSharedPtr 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 Dshapemanagerimpl.cxx290 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 Dshapemanagerimpl.hxx128 virtual void notifyShapeUpdate( const ShapeSharedPtr& rShape );
129 virtual ShapeSharedPtr lookupShape(
178 typedef std::map<ShapeSharedPtr,
181 typedef std::map<ShapeSharedPtr, sal_Int16,
H A Dlayer.hxx152 void setShapeViews( ShapeSharedPtr const& rShape ) const;
187 void updateBounds( ShapeSharedPtr const& rShape );
238 bool isInsideUpdateArea( ShapeSharedPtr const& rShape ) const;
H A Dlayer.cxx170 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 Dslideimpl.cxx1050 ShapeSharedPtr pShape( mpLayerManager->lookupShape( xShape ) ); in applyInitialShapeAttributes()
1165 ShapeSharedPtr const& rShape( in loadShapes()
1212 ShapeSharedPtr const& rShape( in loadShapes()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx159 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 Dbackgroundshape.cxx320 ShapeSharedPtr createBackgroundShape( in createBackgroundShape()
325 return ShapeSharedPtr( in createBackgroundShape()
H A Dmediashape.cxx282 ShapeSharedPtr createMediaShape( in createMediaShape()
/trunk/main/slideshow/source/inc/
H A Dshape.hxx51 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 Dshapeimporter.hxx86 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 Dusereventqueue.hxx177 const ShapeSharedPtr& rShape );
229 const ShapeSharedPtr& rShape );
253 const ShapeSharedPtr& rShape );
265 const ShapeSharedPtr& rShape );
H A Dactivitiesfactory.hxx67 const ShapeSharedPtr& rShape, in CommonParameters()
128 ShapeSharedPtr mpShape;
/trunk/main/slideshow/source/engine/
H A Dtools.cxx162 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 Dusereventqueue.cxx65 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 Dslideshowimpl.cxx898 ShapeSharedPtr(), in createSlideTransition()
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx329 const ShapeSharedPtr& rShape, in createFromToByActivity()
562 const ShapeSharedPtr& rShape, in createValueListActivity()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx74 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape()
H A Danimationcommandnode.cxx57 ShapeSharedPtr pShape( getContext().mpSubsettableShapeManager->lookupShape( xShape ) ); in AnimationCommandNode()
H A Dgenerateevent.cxx88 ShapeSharedPtr pShape; in generateEvent()

Completed in 141 milliseconds