Home
last modified time | relevance | path

Searched refs:rLayer (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx149 sal_Bool SdrExchangeView::ImpGetPasteLayer(const SdrObjList* pObjList, SdrLayerID& rLayer) const in ImpGetPasteLayer()
152 rLayer=0; in ImpGetPasteLayer()
156 rLayer=pPg->GetLayerAdmin().GetLayerID(aAktLayer,sal_True); in ImpGetPasteLayer()
157 if (rLayer==SDRLAYER_NOTFOUND) rLayer=0; in ImpGetPasteLayer()
160 bRet=!pPV->GetLockedLayers().IsSet(rLayer) && pPV->GetVisibleLayers().IsSet(rLayer); in ImpGetPasteLayer()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx716 bool DrawShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer() argument
726 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
737 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
1156 bool DrawShape::revokeAttributeLayer( const ShapeAttributeLayerSharedPtr& rLayer ) in revokeAttributeLayer() argument
1161 if( mpAttributeLayer == rLayer ) in revokeAttributeLayer()
1175 return mpAttributeLayer->revokeChildLayer( rLayer ); in revokeAttributeLayer()
H A Dmediashape.cxx163 bool MediaShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer() argument
172 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
183 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
H A Dbackgroundshape.cxx204 bool BackgroundShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer() argument
214 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
225 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
H A Dappletshape.cxx197 bool AppletShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer() argument
206 ::boost::cref( rLayer ) ) ) < 2, in removeViewLayer()
217 ::boost::cref( rLayer ) ) )) == aEnd ) in removeViewLayer()
H A Ddrawshape.hxx143 virtual bool revokeAttributeLayer( const ShapeAttributeLayerSharedPtr& rLayer );
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx750 const LayerSharedPtr& rLayer( maLayers.at(nCurrLayerIndex) ); in commitLayerChanges() local
751 const bool bLayerResized( rLayer->commitBounds() ); in commitLayerChanges()
752 rLayer->setPriority( basegfx::B1DRange(nCurrLayerIndex, in commitLayerChanges()
759 rLayer->clearContent(); in commitLayerChanges()
H A Dlayer.cxx269 LayerEndUpdate( LayerSharedPtr const& rLayer ) : in LayerEndUpdate() argument
270 mpLayer( rLayer ) in LayerEndUpdate()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx207 const ShapeAttributeLayerSharedPtr& rLayer ) in start() argument
213 prefetch(rShape,rLayer); // no-op, if already done in start()
/trunk/main/sd/source/ui/view/
H A Ddrviews5.cxx723 …::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer> rLayer = pUnoDrawView->getAct… in SetActiveTabLayerIndex()
724 GetViewShellBase().GetDrawController().fireChangeLayer( &rLayer ); in SetActiveTabLayerIndex()
/trunk/main/slideshow/source/inc/
H A Dattributableshape.hxx95 virtual bool revokeAttributeLayer( const ShapeAttributeLayerSharedPtr& rLayer ) = 0;
/trunk/main/svx/inc/svx/
H A Dsvdxcgv.hxx56 sal_Bool ImpGetPasteLayer(const SdrObjList* pObjList, SdrLayerID& rLayer) const;

Completed in 42 milliseconds