Home
last modified time | relevance | path

Searched refs:nCurrLayerIndex (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx747 const bool bLayerExists( maLayers.size() > nCurrLayerIndex ); in commitLayerChanges()
752 rLayer->setPriority( basegfx::B1DRange(nCurrLayerIndex, in commitLayerChanges()
818 std::size_t nCurrLayerIndex(0); in updateShapeLayers() local
839 commitLayerChanges(nCurrLayerIndex, in updateShapeLayers()
843 ++nCurrLayerIndex; in updateShapeLayers()
846 if( aWeakLayers.size() <= nCurrLayerIndex || in updateShapeLayers()
854 maLayers[nCurrLayerIndex] ); in updateShapeLayers()
868 maLayers.at(nCurrLayerIndex)->setShapeViews( in updateShapeLayers()
907 commitLayerChanges(nCurrLayerIndex, in updateShapeLayers()
912 if( maLayers.size() > nCurrLayerIndex+1 ) in updateShapeLayers()
[all …]
H A Dlayermanager.hxx289 void commitLayerChanges( std::size_t nCurrLayerIndex,

Completed in 25 milliseconds