Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx1927 for( set<OUString>::iterator aSetIter = rOurMasters.begin(); in ExportFieldDeclarations() local
1928 aSetIter != rOurMasters.end(); in ExportFieldDeclarations()
1929 aSetIter++, i++ ) in ExportFieldDeclarations()
1931 aFieldMasters[i] = *aSetIter; in ExportFieldDeclarations()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2368 SwLineEntrySetConstIter aSetIter = rEntrySet.begin(); in PaintLines() local
2369 while ( aSetIter != rEntrySet.end() ) in PaintLines()
2371 const SwLineEntry& rEntry = *aSetIter; in PaintLines()
2372 const svx::frame::Style& rEntryStyle( (*aSetIter).maAttribute ); in PaintLines()
2517 ++aSetIter; in PaintLines()

Completed in 52 milliseconds