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.cxx743 void LayerManager::commitLayerChanges( std::size_t nCurrLayerIndex, in commitLayerChanges() argument
747 const bool bLayerExists( maLayers.size() > nCurrLayerIndex ); in commitLayerChanges()
750 const LayerSharedPtr& rLayer( maLayers.at(nCurrLayerIndex) ); in commitLayerChanges()
752 rLayer->setPriority( basegfx::B1DRange(nCurrLayerIndex, in commitLayerChanges()
753 nCurrLayerIndex+1) ); 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()
847 aWeakLayers.at(nCurrLayerIndex) != aCurrShapeEntry->second ) in updateShapeLayers()
[all …]
H A Dlayermanager.hxx289 void commitLayerChanges( std::size_t nCurrLayerIndex,