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.cxx125 : SwPaM( rPos, pRing ), pSavePos( 0 ), mnRowSpanOffset( 0 ), nCursorBidiLevel( 0 ), in SwCursor()
132 : SwPaM( rCpy ), pSavePos( 0 ), mnRowSpanOffset( rCpy.mnRowSpanOffset ), in SwCursor()
139 while( pSavePos ) in ~SwCursor()
141 _SwCursor_SavePos* pNxt = pSavePos->pNext; 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()
186 _SwCursor_SavePos* pDel = pSavePos; in RestoreState()
[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()