/aoo4110/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 1020 SwHistory::SwHistory( sal_uInt16 nInitSz, sal_uInt16 nGrowSz ) in SwHistory() function in SwHistory 1026 SwHistory::~SwHistory() in ~SwHistory() 1132 void SwHistory::Add( SwFrmFmt& rFmt ) in Add() 1138 void SwHistory::Add( SwFlyFrmFmt& rFmt, sal_uInt16& rSetPos ) in Add() 1176 void SwHistory::Add( const SwTxtFtn& rFtn ) in Add() 1200 bool SwHistory::Rollback( SwDoc* pDoc, sal_uInt16 nStart ) in Rollback() 1247 void SwHistory::Delete( sal_uInt16 nStart ) in Delete() 1257 sal_uInt16 SwHistory::SetTmpEnd( sal_uInt16 nNewTmpEnd ) in SetTmpEnd() 1296 void SwHistory::CopyAttr( in CopyAttr() 1356 SwRegHistory::SwRegHistory( SwHistory* pHst ) in SwRegHistory() [all …]
|
H A D | undobj.cxx | 600 pHistory = new SwHistory; in DelCntntIndex() 624 pHistory = new SwHistory; in DelCntntIndex() 662 pHistory = new SwHistory; in DelCntntIndex() 694 pHistory = new SwHistory; in DelCntntIndex() 727 pHistory = new SwHistory; in DelCntntIndex() 758 pHistory = new SwHistory; in DelCntntIndex() 873 pHistory = new SwHistory; in DelCntntIndex()
|
H A D | unattr.cxx | 666 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 673 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 803 , m_pHistory( new SwHistory ) in SwUndoAttr() 816 , m_pHistory( new SwHistory ) in SwUndoAttr() 1079 , m_pHistory( new SwHistory ) in SwUndoMoveLeftMargin() 1121 , m_pHistory( new SwHistory() ) in SwUndoChangeFootNote()
|
H A D | unnum.cxx | 184 SwHistory* SwUndoInsNum::GetHistory() in GetHistory() 187 pHistory = new SwHistory; in GetHistory() 204 pHistory = new SwHistory; in SwUndoDelNum()
|
H A D | unins.cxx | 605 pHistory = new SwHistory; in Impl() 713 SwHistory aHstr; in UndoImpl() 750 SwHistory* pSave = pHistory; in RedoImpl() 751 SwHistory aHst; in RedoImpl() 761 pHistory = new SwHistory; in RedoImpl()
|
H A D | untbl.cxx | 218 SwHistory* m_pHstry; 395 m_pHstry = new SwHistory; in SwTblToTxtSave() 442 pHistory = new SwHistory; in SwUndoTblToTxt() 857 SwHistory& SwUndoTxtToTbl::GetHistory() in GetHistory() 860 pHistory = new SwHistory; in GetHistory() 2215 pHistory = new SwHistory; in SaveCollection() 2245 pHistory = new SwHistory; in SwUndoTblNumFmt() 2962 pHistory = new SwHistory; in SwUndoSplitTbl() 3064 void SwUndoSplitTbl::SaveFormula( SwHistory& rHistory ) in SaveFormula() 3067 pHistory = new SwHistory; in SaveFormula() [all …]
|
H A D | unovwr.cxx | 86 pHistory = new SwHistory; in SwUndoOverwrite() 347 SwHistory* pHistory; 463 pNew->pHistory = new SwHistory; in AddChanges()
|
H A D | undel.cxx | 148 pHistory = new SwHistory; in SwUndoDelete() 545 static SwRewriter lcl_RewriterFromHistory(SwHistory & rHistory) in lcl_RewriterFromHistory() 830 SwHistory aHstr; in UndoImpl() 893 SwHistory aHstr; in RedoImpl()
|
H A D | unsect.cxx | 109 m_pHistory.reset( new SwHistory ); in SwUndoInsSection() 263 m_pHistory.reset( new SwHistory ); in SaveSplitNode()
|
H A D | unfmco.cxx | 48 pHistory( new SwHistory ), in SwUndoFmtColl()
|
H A D | unspnd.cxx | 59 pHistory = new SwHistory; in SwUndoSplitNode()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 94 SwHistory* pHistory; 111 SwHistory& GetHistory(); // will be created if necessary 121 SwHistory* pHistory; 234 SwHistory* pHistory; 259 SwHistory* pHistory; 331 SwHistory* pHistory; 345 SwHistory* GetHistory() { return pHistory; } in GetHistory() 346 void SaveFormula( SwHistory& rHistory ); 354 SwHistory* pHistory; 367 void SaveFormula( SwHistory& rHistory );
|
H A D | UndoAttribute.hxx | 54 const ::std::auto_ptr<SwHistory> m_pHistory; // History for Undo 74 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() 80 const ::std::auto_ptr<SwHistory> m_pHistory; 96 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() 201 const ::std::auto_ptr<SwHistory> m_pHistory; 213 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() 240 const ::std::auto_ptr<SwHistory> m_pHistory; 254 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
|
H A D | rolbck.hxx | 355 class SwHistory class 365 SwHistory( sal_uInt16 nInitSz = 0, sal_uInt16 nGrowSz = 2 ); 366 ~SwHistory(); 395 void Move( sal_uInt16 nPos, SwHistory *pIns, in Move() 422 SwHistory * const m_pHistory; 432 SwRegHistory( SwHistory* pHst ); 434 SwRegHistory( const SwNode& rNd, SwHistory* pHst ); 435 SwRegHistory( SwModify* pRegIn, const SwNode& rNd, SwHistory* pHst );
|
H A D | UndoNumbering.hxx | 47 SwHistory* pHistory; 67 SwHistory* GetHistory(); // will be created if necessary 80 SwHistory* pHistory; 91 SwHistory* GetHistory() { return pHistory; } in GetHistory()
|
H A D | tblrwcl.hxx | 42 class SwHistory; 86 SwHistory* pHst; 92 SwCollectTblLineBoxes( sal_Bool bTop, sal_uInt16 nMd = 0, SwHistory* pHist=0 ) in SwCollectTblLineBoxes()
|
H A D | UndoCore.hxx | 119 SwHistory* pHistory; 161 SwHistory* GetHistory() { return pHistory; } in GetHistory()
|
H A D | UndoSection.hxx | 49 ::std::auto_ptr<SwHistory> m_pHistory;
|
H A D | UndoSplitMove.hxx | 32 SwHistory* pHistory;
|
/aoo4110/main/sw/inc/ |
H A D | undobj.hxx | 36 class SwHistory; 153 SwHistory* pHistory; 207 const SwHistory* GetHistory() const { return pHistory; } in GetHistory() 208 SwHistory* GetHistory() { return pHistory; } in GetHistory()
|
H A D | fmtpdsc.hxx | 34 class SwHistory; 50 SwHistory* );
|
H A D | hints.hxx | 40 class SwHistory; 159 SwHistory* pHistory;
|
H A D | ndarr.hxx | 49 class SwHistory; 313 sal_uInt16 nMode = 0, SwHistory* pHistory = 0 );
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 114 SwHistory* pHistory; 124 SwHistory* pHst, sal_uInt16 nWhch = 0, const SfxItemSet* pSet = 0 ) in ParaRstFmt() 138 ParaRstFmt( SwHistory* pHst ) in ParaRstFmt() 318 SwHistory* pHst = 0; in RstTxtAttrs() 402 SwHistory* pHst = 0; in ResetAttrs() 593 SwHistory* pHistory = pUndo ? &pUndo->GetHistory() : 0; in lcl_InsAttr() 1777 SwHistory* pHst = 0; in SetTxtFmtColl() 2295 SwHistory* pHistory = 0; in MoveLeftMargin()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 803 SwHistory* pHistory = pUndo ? &pUndo->GetHistory() : 0; in TextToTable() 3228 SwHistory aHistory; in SplitTable() 3302 SwHistory* pHst = 0; in SplitTable() 3594 SwHistory* pHistory = 0; in MergeTable() 3599 pHistory = new SwHistory; in MergeTable() 3628 sal_uInt16 nMode, SwHistory* ) in MergeTable() argument
|