Searched refs:SwLineEntrySet (Results 1 – 1 of 1) sorted by relevance
2239 typedef std::set< SwLineEntry, lt_SwLineEntry > SwLineEntrySet; typedef2242 typedef std::map< SwTwips, SwLineEntrySet > SwLineEntryMap;2243 typedef std::map< SwTwips, SwLineEntrySet >::iterator SwLineEntryMapIter;2244 typedef std::map< SwTwips, SwLineEntrySet >::const_iterator SwLineEntryMapConstIter;2356 const SwLineEntrySet& rEntrySet = (*aIter).second; in PaintLines()2534 const SwLineEntrySet& rVertSet = (*aMapIter).second; in FindStylesForLine()2559 const SwLineEntrySet& rHoriSet = (*aMapIter).second; in FindStylesForLine()2586 const SwLineEntrySet& rVertSet2 = (*aMapIter).second; in FindStylesForLine()2603 const SwLineEntrySet& rHoriSet2 = (*aMapIter).second; in FindStylesForLine()2688 SwLineEntrySet* pLineSet = aMapIter != pLine2->end() ? &((*aMapIter).second) : 0; in Insert()[all …]