Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx221 SwTableLine *pLine2 = rLines[ ++nEndLn ]; in TableStructure() local
222 SwTableBox *pTmpBox = pLine2->GetTabBoxes()[0]; in TableStructure()
223 _FndLine *pInsLine = new _FndLine( pLine2, &rFndBox ); in TableStructure()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2695 SwLineEntryMap* pLine2 = bHori ? &maHoriLines : &maVertLines; in Insert() local
2697 SwLineEntryMapIter aMapIter = pLine2->find( nKey ); in Insert()
2699 SwLineEntrySet* pLineSet = aMapIter != pLine2->end() ? &((*aMapIter).second) : 0; in Insert()
2703 (*pLine2)[ nKey ] = aNewSet; in Insert()
2704 pLineSet = &(*pLine2)[ nKey ]; in Insert()

Completed in 60 milliseconds