Home
last modified time | relevance | path

Searched refs:SwLineEntryMap (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sw/source/core/layout/
H A Dpaintfrm.cxx2242 typedef std::map< SwTwips, SwLineEntrySet > SwLineEntryMap; typedef
2248 SwLineEntryMap maVertLines;
2249 SwLineEntryMap maHoriLines;
2684 SwLineEntryMap* pLine2 = bHori ? &maHoriLines : &maVertLines; in Insert()