Searched refs:pSavePos (Results 1 – 4 of 4) sorted by relevance
139 while( pSavePos ) in ~SwCursor()142 delete pSavePos; in ~SwCursor()143 pSavePos = pNxt; in ~SwCursor()178 pNew->pNext = pSavePos; in SaveState()179 pSavePos = pNew; in SaveState()184 if( pSavePos ) // Robust in RestoreState()187 pSavePos = pSavePos->pNext; in RestoreState()279 rPtIdx = pSavePos->nNode; in IsSelOvr()459 ? pSavePos->nNode in IsSelOvr()463 ? pSavePos->nCntnt in IsSelOvr()[all …]
237 ( GetPoint()->nNode.GetIndex() != pSavePos->nNode || in MoveRegion()238 GetPoint()->nContent.GetIndex() != pSavePos->nCntnt ); in MoveRegion()
66 _SwCursor_SavePos* pSavePos; member in SwCursor80 const _SwCursor_SavePos* GetSavePos() const { return pSavePos; } in GetSavePos()
3613 SwPosition *pSavePos = 0; in BuildTableCell() local3704 pSavePos = new SwPosition( *pPam->GetPoint() ); in BuildTableCell()3721 new _HTMLTableContext( pSavePos, nContextStMin, in BuildTableCell()3853 pSavePos->nNode.GetNode().GetTxtNode(); in BuildTableCell()
Completed in 90 milliseconds