Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dtextliststyle.cxx43 TextParagraphPropertiesVector::const_iterator aSourceListStyleIter( rSourceListStyle.begin() ); in applyStyleList() local
45 while( aSourceListStyleIter != rSourceListStyle.end() ) in applyStyleList()
49 (*aDestListStyleIter)->apply( **aSourceListStyleIter ); in applyStyleList()
53 …e.push_back( TextParagraphPropertiesPtr( new TextParagraphProperties( **aSourceListStyleIter ) ) ); in applyStyleList()
54 aSourceListStyleIter++; in applyStyleList()

Completed in 8 milliseconds