| /AOO41X/main/sw/source/core/inc/ |
| H A D | UndoAttribute.hxx | 74 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() function in SwUndoAttr 96 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() function in SwUndoResetAttr 213 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() function in SwUndoMoveLeftMargin 254 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() function in SwUndoChangeFootNote
|
| H A D | UndoNumbering.hxx | 67 SwHistory* GetHistory(); // will be created if necessary 91 SwHistory* GetHistory() { return pHistory; } in GetHistory() function in SwUndoDelNum
|
| H A D | UndoTable.hxx | 111 SwHistory& GetHistory(); // will be created if necessary 345 SwHistory* GetHistory() { return pHistory; } in GetHistory() function in SwUndoSplitTbl
|
| H A D | UndoCore.hxx | 161 SwHistory* GetHistory() { return pHistory; } in GetHistory() function in SwUndoFmtColl
|
| /AOO41X/main/sw/inc/ |
| H A D | undobj.hxx | 207 const SwHistory* GetHistory() const { return pHistory; } in GetHistory() function in SwUndoSaveSection 208 SwHistory* GetHistory() { return pHistory; } in GetHistory() function in SwUndoSaveSection
|
| H A D | ndhints.hxx | 191 SwRegHistory* GetHistory() const { return m_pHistory; } in GetHistory() function in SwpHints
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docftn.cxx | 451 pUndo->GetHistory().Add( *pTxtFtn ); in SetCurFtn() 483 pUndo->GetHistory().Add( *pTxtFtn ); in SetCurFtn()
|
| H A D | docfmt.cxx | 323 pHst = &pUndo->GetHistory(); in RstTxtAttrs() 411 pHst = &pUndo->GetHistory(); in ResetAttrs() 593 SwHistory* pHistory = pUndo ? &pUndo->GetHistory() : 0; in lcl_InsAttr() 1785 pHst = pUndo->GetHistory(); in SetTxtFmtColl() 2300 pHistory = &pUndo->GetHistory(); in MoveLeftMargin()
|
| H A D | docnum.cxx | 1270 pUndo->GetHistory(); in ChgNumRuleFmts() 1411 SwRegHistory aRegH( pUndo ? pUndo->GetHistory() : 0 ); in ReplaceNumRule() 1594 SwRegHistory aRegH( pUndo ? pUndo->GetHistory() : 0 ); in DelNumRules()
|
| H A D | doctxm.cxx | 196 SwRegHistory aRHst( rTxtNd, &pUndo->GetHistory() ); in DeleteTOXMark()
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | undobj1.cxx | 136 if( GetHistory() ) in InsFly() 137 GetHistory()->Rollback( pDoc ); in InsFly()
|
| H A D | undobj.cxx | 1064 if( GetHistory() ) in RedlineToDoc() 1065 GetHistory()->Rollback( &rDoc ); in RedlineToDoc()
|
| H A D | rolbck.cxx | 505 if ( m_pUndo->GetHistory() ) in SetInDoc() 508 m_pUndo->GetHistory()->Rollback( pDoc ); in SetInDoc()
|
| H A D | unnum.cxx | 184 SwHistory* SwUndoInsNum::GetHistory() in GetHistory() function in SwUndoInsNum
|
| H A D | untbl.cxx | 857 SwHistory& SwUndoTxtToTbl::GetHistory() in GetHistory() function in SwUndoTxtToTbl 1799 if( pSave->GetHistory() ) in UndoImpl() 1800 pSave->GetHistory()->Rollback( &rDoc ); in UndoImpl()
|
| H A D | unattr.cxx | 737 SwHistoryHint* pHHint = (GetHistory())[ 0 ]; in RedoImpl()
|
| /AOO41X/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 803 SwHistory* pHistory = pUndo ? &pUndo->GetHistory() : 0; in TextToTable() 3304 pHst = pUndo->GetHistory(); in SplitTable()
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | thints.cxx | 1407 ? GetpSwpHints()->GetHistory() : 0; in InsertHint()
|