Searched refs:SwLineEntryMap (Results 1 – 1 of 1) sorted by relevance
2242 typedef std::map< SwTwips, SwLineEntrySet > SwLineEntryMap; typedef2248 SwLineEntryMap maVertLines;2249 SwLineEntryMap maHoriLines;2684 SwLineEntryMap* pLine2 = bHori ? &maHoriLines : &maVertLines; in Insert()