Lines Matching refs:aMapIter
2532 SwLineEntryMapConstIter aMapIter = maVertLines.find( rStartPoint.X() ); in FindStylesForLine() local
2533 ASSERT( aMapIter != maVertLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2534 const SwLineEntrySet& rVertSet = (*aMapIter).second; in FindStylesForLine()
2557 aMapIter = maHoriLines.find( rStartPoint.Y() ); in FindStylesForLine()
2558 ASSERT( aMapIter != maHoriLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2559 const SwLineEntrySet& rHoriSet = (*aMapIter).second; in FindStylesForLine()
2584 aMapIter = maVertLines.find( rEndPoint.X() ); in FindStylesForLine()
2585 ASSERT( aMapIter != maVertLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2586 const SwLineEntrySet& rVertSet2 = (*aMapIter).second; in FindStylesForLine()
2601 aMapIter = maHoriLines.find( rEndPoint.Y() ); in FindStylesForLine()
2602 ASSERT( aMapIter != maHoriLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2603 const SwLineEntrySet& rHoriSet2 = (*aMapIter).second; in FindStylesForLine()
2686 SwLineEntryMapIter aMapIter = pLine2->find( nKey ); in Insert() local
2688 SwLineEntrySet* pLineSet = aMapIter != pLine2->end() ? &((*aMapIter).second) : 0; in Insert()