Searched refs:SwLineEntrySet (Results 1 – 1 of 1) sorted by relevance
2159 typedef std::set< SwLineEntry, lt_SwLineEntry > SwLineEntrySet; typedef2162 typedef std::map< SwTwips, SwLineEntrySet > SwLineEntryMap;2163 typedef std::map< SwTwips, SwLineEntrySet >::iterator SwLineEntryMapIter;2164 typedef std::map< SwTwips, SwLineEntrySet >::const_iterator SwLineEntryMapConstIter;2276 const SwLineEntrySet& rEntrySet = (*aIter).second; in PaintLines()2454 const SwLineEntrySet& rVertSet = (*aMapIter).second; in FindStylesForLine()2479 const SwLineEntrySet& rHoriSet = (*aMapIter).second; in FindStylesForLine()2506 const SwLineEntrySet& rVertSet2 = (*aMapIter).second; in FindStylesForLine()2523 const SwLineEntrySet& rHoriSet2 = (*aMapIter).second; in FindStylesForLine()2608 SwLineEntrySet* pLineSet = aMapIter != pLine2->end() ? &((*aMapIter).second) : 0; in Insert()[all …]
Completed in 26 milliseconds