Home
last modified time | relevance | path

Searched refs:_SwCursor_SavePos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/inc/
H A Dswcrsr.hxx33 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 struct
237 _SwCursor_SavePos* pNext; argument
239 _SwCursor_SavePos( const SwCursor& rCrsr ) in _SwCursor_SavePos() function
244 virtual ~_SwCursor_SavePos() {} in ~_SwCursor_SavePos() argument
246 DECL_FIXEDMEMPOOL_NEWDEL( _SwCursor_SavePos )
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx141 _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()
/trunk/main/sw/source/core/bastyp/
H A Dswtypes.cxx87 IMPL_FIXEDMEMPOOL_NEWDEL( _SwCursor_SavePos, 20, 20 )

Completed in 34 milliseconds