Home
last modified time | relevance | path

Searched refs:aMasterPageSection (Results 1 – 1 of 1) sorted by path

/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx218 std::vector< sal_Int32 > aMasterPageSection, aAutomaticStyleSection, aOfficeStyleSection; in emit() local
225 aMasterPageSection.push_back( it->first ); in emit()
233 if( ! aMasterPageSection.empty() ) in emit()
234 …std::stable_sort( aMasterPageSection.begin(), aMasterPageSection.end(), StyleIdNameSort(&m_aIdToSt… in emit()
250 for( n = 0, nElements = aMasterPageSection.size(); n < nElements; n++ ) in emit()
251 impl_emitStyle( aMasterPageSection[n], rContext, rContainedElemVisitor ); in emit()

Completed in 24 milliseconds