Searched refs:pSavePos (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sw/source/core/crsr/ |
| H A D | swcrsr.cxx | 125 : 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 D | trvlreg.cxx | 237 ( GetPoint()->nNode.GetIndex() != pSavePos->nNode || in MoveRegion() 238 GetPoint()->nContent.GetIndex() != pSavePos->nCntnt ); in MoveRegion()
|
| /trunk/main/sw/inc/ |
| H A D | swcrsr.hxx | 66 _SwCursor_SavePos* pSavePos; member in SwCursor 80 const _SwCursor_SavePos* GetSavePos() const { return pSavePos; } in GetSavePos()
|
| /trunk/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 3613 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()
|