Searched refs:SwLineEntrySet (Results 1 – 1 of 1) sorted by relevance
2250 typedef std::set< SwLineEntry, lt_SwLineEntry > SwLineEntrySet; typedef2253 typedef std::map< SwTwips, SwLineEntrySet > SwLineEntryMap;2254 typedef std::map< SwTwips, SwLineEntrySet >::iterator SwLineEntryMapIter;2255 typedef std::map< SwTwips, SwLineEntrySet >::const_iterator SwLineEntryMapConstIter;2367 const SwLineEntrySet& rEntrySet = (*aIter).second; in PaintLines()2545 const SwLineEntrySet& rVertSet = (*aMapIter).second; in FindStylesForLine()2570 const SwLineEntrySet& rHoriSet = (*aMapIter).second; in FindStylesForLine()2597 const SwLineEntrySet& rVertSet2 = (*aMapIter).second; in FindStylesForLine()2614 const SwLineEntrySet& rHoriSet2 = (*aMapIter).second; in FindStylesForLine()2699 SwLineEntrySet* pLineSet = aMapIter != pLine2->end() ? &((*aMapIter).second) : 0; in Insert()[all …]
Completed in 33 milliseconds