Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/style/
H A Dxmlexppr.cxx370 … for( std::list<sal_uInt32>::iterator aIndexItr(aPropIter->GetIndexes().begin()); in FillPropertyStateArray() local
371 aIndexItr != aPropIter->GetIndexes().end(); in FillPropertyStateArray()
372 ++aIndexItr ) in FillPropertyStateArray()
374 aNewProperty.mnIndex = *aIndexItr; in FillPropertyStateArray()
402 for( std::list<sal_uInt32>::iterator aIndexItr(aPropIter->GetIndexes().begin()); in FillPropertyStateArray() local
403 aIndexItr != aPropIter->GetIndexes().end(); in FillPropertyStateArray()
404 ++aIndexItr ) in FillPropertyStateArray()
406 aNewProperty.mnIndex = *aIndexItr; in FillPropertyStateArray()
481 for ( std::list<sal_uInt32>::const_iterator aIndexItr = rIndexes.begin(); in FillPropertyStateArray() local
482 aIndexItr != rIndexes.end(); in FillPropertyStateArray()
[all …]