Searched refs:pLine2 (Results 1 – 2 of 2) sorted by relevance
221 SwTableLine *pLine2 = rLines[ ++nEndLn ]; in TableStructure() local222 SwTableBox *pTmpBox = pLine2->GetTabBoxes()[0]; in TableStructure()223 _FndLine *pInsLine = new _FndLine( pLine2, &rFndBox ); in TableStructure()
2604 SwLineEntryMap* pLine2 = bHori ? &maHoriLines : &maVertLines; in Insert() local2606 SwLineEntryMapIter aMapIter = pLine2->find( nKey ); in Insert()2608 SwLineEntrySet* pLineSet = aMapIter != pLine2->end() ? &((*aMapIter).second) : 0; in Insert()2612 (*pLine2)[ nKey ] = aNewSet; in Insert()2613 pLineSet = &(*pLine2)[ nKey ]; in Insert()
Completed in 47 milliseconds