Searched refs:_SwCursor_SavePos (Results 1 – 3 of 3) sorted by relevance
33 struct _SwCursor_SavePos;66 _SwCursor_SavePos* pSavePos;76 virtual _SwCursor_SavePos* CreateNewSavePos() const;80 const _SwCursor_SavePos* GetSavePos() const { return pSavePos; } in GetSavePos()233 struct _SwCursor_SavePos struct237 _SwCursor_SavePos* pNext; argument239 _SwCursor_SavePos( const SwCursor& rCrsr ) in _SwCursor_SavePos() argument244 virtual ~_SwCursor_SavePos() {} in ~_SwCursor_SavePos() argument246 DECL_FIXEDMEMPOOL_NEWDEL( _SwCursor_SavePos )
141 _SwCursor_SavePos* pNxt = pSavePos->pNext; in ~SwCursor()177 _SwCursor_SavePos* pNew = CreateNewSavePos(); in SaveState()186 _SwCursor_SavePos* pDel = pSavePos; in RestoreState()192 _SwCursor_SavePos* SwCursor::CreateNewSavePos() const in CreateNewSavePos()194 return new _SwCursor_SavePos( *this ); in CreateNewSavePos()
87 IMPL_FIXEDMEMPOOL_NEWDEL( _SwCursor_SavePos, 20, 20 )
Completed in 35 milliseconds