Home
last modified time | relevance | path

Searched refs:ViewLayerSharedPtr (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/slideshow/source/engine/shapes/
H A Dbackgroundshape.cxx94 virtual void addViewLayer( const ViewLayerSharedPtr& rNewLayer,
96 virtual bool removeViewLayer( const ViewLayerSharedPtr& rNewLayer );
176 void BackgroundShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
185 ::std::equal_to< ViewLayerSharedPtr >(), in addViewLayer()
204 bool BackgroundShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
211 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
222 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
H A Dappletshape.cxx93 virtual void addViewLayer( const ViewLayerSharedPtr& rNewLayer,
95 virtual bool removeViewLayer( const ViewLayerSharedPtr& rNewLayer );
167 void AppletShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
196 bool AppletShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
203 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
213 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
H A Dmediashape.cxx79 virtual void addViewLayer( const ViewLayerSharedPtr& rNewLayer,
81 virtual bool removeViewLayer( const ViewLayerSharedPtr& rNewLayer );
144 void MediaShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
162 bool MediaShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
169 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
179 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
H A Dviewshape.hxx63 explicit ViewShape( const ViewLayerSharedPtr& rViewLayer );
67 ViewLayerSharedPtr getViewLayer() const;
262 bool renderSprite( const ViewLayerSharedPtr& rViewLayer,
316 ViewLayerSharedPtr mpViewLayer;
H A Dviewbackgroundshape.hxx63 ViewBackgroundShape( const ViewLayerSharedPtr& rViewLayer,
68 ViewLayerSharedPtr getViewLayer() const;
80 ViewLayerSharedPtr mpViewLayer;
H A Dviewappletshape.hxx79 ViewAppletShape( const ViewLayerSharedPtr& rViewLayer,
94 ViewLayerSharedPtr getViewLayer() const;
147 ViewLayerSharedPtr mpViewLayer;
H A Dviewmediashape.hxx69 ViewMediaShape( const ViewLayerSharedPtr& rViewLayer,
81 ViewLayerSharedPtr getViewLayer() const;
153 ViewLayerSharedPtr mpViewLayer;
H A Dshapeimporter.cxx166 virtual void addViewLayer( ViewLayerSharedPtr const& pNewLayer,
168 virtual bool removeViewLayer( ViewLayerSharedPtr const& pNewLayer );
212 void ShapeOfGroup::addViewLayer( ViewLayerSharedPtr const& /*pNewLayer*/, in addViewLayer()
217 bool ShapeOfGroup::removeViewLayer( ViewLayerSharedPtr const& /*pNewLayer*/ ) in removeViewLayer()
H A Ddrawshape.cxx677 void DrawShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
686 ::std::equal_to< ViewLayerSharedPtr >(), in addViewLayer()
716 bool DrawShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
723 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
734 ::std::equal_to< ViewLayerSharedPtr >(), in removeViewLayer()
H A Dviewbackgroundshape.cxx142 ViewBackgroundShape::ViewBackgroundShape( const ViewLayerSharedPtr& rViewLayer, in ViewBackgroundShape()
154 ViewLayerSharedPtr ViewBackgroundShape::getViewLayer() const in getViewLayer()
H A Dviewshape.cxx303 bool ViewShape::renderSprite( const ViewLayerSharedPtr& rViewLayer, in renderSprite()
740 ViewShape::ViewShape( const ViewLayerSharedPtr& rViewLayer ) : in ViewShape()
750 ViewLayerSharedPtr ViewShape::getViewLayer() const in getViewLayer()
H A Ddrawshape.hxx134 virtual void addViewLayer( const ViewLayerSharedPtr& rNewLayer,
136 virtual bool removeViewLayer( const ViewLayerSharedPtr& rNewLayer );
H A Dviewappletshape.cxx69 … ViewAppletShape::ViewAppletShape( const ViewLayerSharedPtr& rViewLayer, in ViewAppletShape()
128 ViewLayerSharedPtr ViewAppletShape::getViewLayer() const in getViewLayer()
H A Dviewmediashape.cxx75 ViewMediaShape::ViewMediaShape( const ViewLayerSharedPtr& rViewLayer, in ViewMediaShape()
119 ViewLayerSharedPtr ViewMediaShape::getViewLayer() const in getViewLayer()
/aoo4110/main/slideshow/test/
H A Dtestshape.cxx47 typedef std::vector<std::pair<target::ViewLayerSharedPtr,bool> > ViewVector;
70 virtual std::vector<std::pair<target::ViewLayerSharedPtr,bool> > getViewLayers() const in getViewLayers()
126 virtual void addViewLayer( const target::ViewLayerSharedPtr& rNewLayer, in addViewLayer()
131 virtual bool removeViewLayer( const target::ViewLayerSharedPtr& rNewLayer ) in removeViewLayer()
136 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
146 boost::bind( std::equal_to< target::ViewLayerSharedPtr >(), in removeViewLayer()
H A Dtests.hxx58 std::pair<slideshow::internal::ViewLayerSharedPtr,bool> > getViewLayers() const = 0;
/aoo4110/main/slideshow/source/engine/slide/
H A Dlayer.hxx119 ViewLayerSharedPtr addView( const ViewSharedPtr& rNewView );
129 ViewLayerSharedPtr removeView( const ViewSharedPtr& rView );
277 const ViewLayerSharedPtr& rViewLayer ) : in ViewEntry()
283 ViewLayerSharedPtr mpViewLayer;
287 const ViewLayerSharedPtr& getViewLayer() const { return mpViewLayer; } in getViewLayer()
H A Dlayer.cxx72 ViewLayerSharedPtr Layer::addView( const ViewSharedPtr& rNewView ) in addView()
91 ViewLayerSharedPtr pNewLayer; in addView()
105 ViewLayerSharedPtr Layer::removeView( const ViewSharedPtr& rView ) in removeView()
119 return ViewLayerSharedPtr(); in removeView()
130 ViewLayerSharedPtr pRet( aIter->mpViewLayer ); in removeView()
H A Dlayermanager.cxx62 ViewLayerSharedPtr pCurrViewLayer; in manageViews()
690 ViewLayerSharedPtr pTmpLayer( new DummyLayer( rTargetCanvas ) ); in renderTo()
/aoo4110/main/slideshow/source/inc/
H A Danimatedsprite.hxx72 AnimatedSprite( const ViewLayerSharedPtr& rViewLayer,
162 ViewLayerSharedPtr mpViewLayer;
H A Dshape.hxx90 virtual void addViewLayer( const ViewLayerSharedPtr& rNewLayer,
100 virtual bool removeViewLayer( const ViewLayerSharedPtr& rNewLayer ) = 0;
H A Dview.hxx57 … virtual ViewLayerSharedPtr createViewLayer( const basegfx::B2DRange& rLayerBounds ) const = 0;
H A Dviewlayer.hxx167 typedef boost::shared_ptr< ViewLayer > ViewLayerSharedPtr; typedef
/aoo4110/main/slideshow/source/engine/
H A Dslideview.cxx687 virtual ViewLayerSharedPtr createViewLayer( const basegfx::B2DRange& rLayerBounds ) const;
821 ViewLayerSharedPtr SlideView::createViewLayer( const basegfx::B2DRange& rLayerBounds ) const in createViewLayer()
H A Danimatedsprite.cxx48 AnimatedSprite::AnimatedSprite( const ViewLayerSharedPtr& rViewLayer, in AnimatedSprite()

Completed in 122 milliseconds

12