Searched refs:nCurrLayerIndex (Results 1 – 2 of 2) sorted by relevance
743 void LayerManager::commitLayerChanges( std::size_t nCurrLayerIndex, in commitLayerChanges() argument747 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() local839 commitLayerChanges(nCurrLayerIndex, in updateShapeLayers()843 ++nCurrLayerIndex; in updateShapeLayers()846 if( aWeakLayers.size() <= nCurrLayerIndex || in updateShapeLayers()847 aWeakLayers.at(nCurrLayerIndex) != aCurrShapeEntry->second ) in updateShapeLayers()[all …]
289 void commitLayerChanges( std::size_t nCurrLayerIndex,