Searched refs:maVertLines (Results 1 – 1 of 1) sorted by relevance
2248 SwLineEntryMap maVertLines; member in SwTabFrmPainter2349 aIter = maVertLines.begin(); in PaintLines()2353 if ( !bHori && aIter == maVertLines.end() ) in PaintLines()2532 SwLineEntryMapConstIter aMapIter = maVertLines.find( rStartPoint.X() ); in FindStylesForLine()2533 ASSERT( aMapIter != maVertLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()2584 aMapIter = maVertLines.find( rEndPoint.X() ); in FindStylesForLine()2585 ASSERT( aMapIter != maVertLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()2684 SwLineEntryMap* pLine2 = bHori ? &maHoriLines : &maVertLines; in Insert()