Searched refs:aSetIter (Results 1 – 2 of 2) sorted by relevance
1927 for( set<OUString>::iterator aSetIter = rOurMasters.begin(); in ExportFieldDeclarations() local1928 aSetIter != rOurMasters.end(); in ExportFieldDeclarations()1929 aSetIter++, i++ ) in ExportFieldDeclarations()1931 aFieldMasters[i] = *aSetIter; in ExportFieldDeclarations()
2277 SwLineEntrySetConstIter aSetIter = rEntrySet.begin(); in PaintLines() local2278 while ( aSetIter != rEntrySet.end() ) in PaintLines()2280 const SwLineEntry& rEntry = *aSetIter; in PaintLines()2281 const svx::frame::Style& rEntryStyle( (*aSetIter).maAttribute ); in PaintLines()2426 ++aSetIter; in PaintLines()
Completed in 118 milliseconds