Home
last modified time | relevance | path

Searched refs:pSavePos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx139 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 …]
H A Dtrvlreg.cxx237 ( GetPoint()->nNode.GetIndex() != pSavePos->nNode || in MoveRegion()
238 GetPoint()->nContent.GetIndex() != pSavePos->nCntnt ); in MoveRegion()
/trunk/main/sw/inc/
H A Dswcrsr.hxx66 _SwCursor_SavePos* pSavePos; member in SwCursor
80 const _SwCursor_SavePos* GetSavePos() const { return pSavePos; } in GetSavePos()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx3613 SwPosition *pSavePos = 0; in BuildTableCell() local
3704 pSavePos = new SwPosition( *pPam->GetPoint() ); in BuildTableCell()
3721 new _HTMLTableContext( pSavePos, nContextStMin, in BuildTableCell()
3853 pSavePos->nNode.GetNode().GetTxtNode(); in BuildTableCell()

Completed in 63 milliseconds