Searched refs:SwUndoSaveSection (Results 1 – 5 of 5) sorted by relevance
187 class SwUndoSaveSection : private SwUndoSaveCntnt class199 SwUndoSaveSection();200 ~SwUndoSaveSection();275 class SwUndoFlyBase : public SwUndo, private SwUndoSaveSection289 SwNodeIndex* GetMvSttIdx() const { return SwUndoSaveSection::GetMvSttIdx(); } in GetMvSttIdx()290 sal_uLong GetMvNodeCnt() const { return SwUndoSaveSection::GetMvNodeCnt(); } in GetMvNodeCnt()
50 class SwRedlineSaveData: public SwUndRng, public SwRedlineData, private SwUndoSaveSection66 return SwUndoSaveSection::GetMvSttIdx(); in GetMvSttIdx()892 SwUndoSaveSection::SwUndoSaveSection() in SwUndoSaveSection() function in SwUndoSaveSection897 SwUndoSaveSection::~SwUndoSaveSection() in ~SwUndoSaveSection()910 void SwUndoSaveSection::SaveSection( SwDoc* pDoc, const SwNodeIndex& rSttIdx ) in SaveSection()917 void SwUndoSaveSection::SaveSection( in SaveSection()956 void SwUndoSaveSection::RestoreSection( SwDoc* pDoc, SwNodeIndex* pIdx, in RestoreSection()977 void SwUndoSaveSection::RestoreSection( SwDoc* pDoc, const SwNodeIndex& rInsPos ) in RestoreSection()
91 typedef SwUndoSaveSection* SwUndoSaveSectionPtr;1760 SwUndoSaveSection* pSave = new SwUndoSaveSection; in SaveSection()1797 SwUndoSaveSection* pSave = (*Ptrs.pDelSects)[ --n ]; in UndoImpl()
437 , m_pUndo( new SwUndoSaveSection ) in SwHistorySetFootnote()
47 class SwUndoSaveSection;216 const ::std::auto_ptr<SwUndoSaveSection> m_pUndo;
Completed in 424 milliseconds