Searched refs:m_pHistory (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sfx2/source/appl/ |
H A D | helpinterceptor.cxx | 51 m_pHistory ( NULL ), in HelpInterceptor_Impl() 61 for ( sal_uInt16 i = 0; m_pHistory && i < m_pHistory->Count(); ++i ) in ~HelpInterceptor_Impl() 62 delete m_pHistory->GetObject(i); in ~HelpInterceptor_Impl() 63 delete m_pHistory; in ~HelpInterceptor_Impl() 70 if ( !m_pHistory ) in addURL() 76 delete m_pHistory->Remove(i); in addURL() 91 m_nCurPos = m_pHistory->Count() - 1; in addURL() 121 if ( !m_pHistory ) in SetStartURL() 126 m_nCurPos = m_pHistory->Count() - 1; in SetStartURL() 140 return m_pHistory && ( m_nCurPos < ( m_pHistory->Count() - 1 ) ); in HasHistorySucc() [all …]
|
H A D | helpinterceptor.hxx | 72 HelpHistoryList_Impl* m_pHistory; member in HelpInterceptor_Impl
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 660 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 667 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 683 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 797 , m_pHistory( new SwHistory ) in SwUndoAttr() 810 , m_pHistory( new SwHistory ) in SwUndoAttr() 882 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 953 pHstHnt = (*m_pHistory)[ n ]; in RemoveIdx() 1073 , m_pHistory( new SwHistory ) in SwUndoMoveLeftMargin() 1088 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 1115 , m_pHistory( new SwHistory() ) in SwUndoChangeFootNote() [all …]
|
H A D | unsect.cxx | 82 , m_pHistory(0) in SwUndoInsSection() 109 m_pHistory.reset( new SwHistory ); in SwUndoInsSection() 110 m_pHistory->CopyFmtAttr( aBrkSet, pCNd->GetIndex() ); in SwUndoInsSection() 155 if (m_pHistory.get()) in UndoImpl() 157 m_pHistory->TmpRollback( &rDoc, 0, false ); in UndoImpl() 184 if (m_pHistory.get()) in RedoImpl() 186 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in RedoImpl() 248 if (m_pHistory.get()) in Join() 261 if (!m_pHistory.get()) in SaveSplitNode() 263 m_pHistory.reset( new SwHistory ); in SaveSplitNode() [all …]
|
H A D | rolbck.cxx | 1383 , m_pHistory( pHst ) in SwRegHistory() 1392 , m_pHistory( pHst ) in SwRegHistory() 1400 , m_pHistory( pHst ) in SwRegHistory() 1416 m_pHistory->Add( in Modify() 1450 m_pHistory->m_SwpHstry.Insert( pNewHstr, m_pHistory->Count() ); in Modify() 1459 m_pHistory->Add( pHt, m_nNodeIndex, bNew ); in AddHint() 1476 if ( pTxtNode->GetpSwpHints() && m_pHistory ) in InsertItems() 1492 if ( m_pHistory && bInserted ) in InsertItems() 1498 m_pHistory->m_SwpHstry.Insert( pNewHstr, m_pHistory->Count() ); in InsertItems() 1506 if ( m_pHistory && pRegIn ) in RegisterInModify() [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoAttribute.hxx | 54 const ::std::auto_ptr<SwHistory> m_pHistory; // History for Undo member in SwUndoAttr 74 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() 80 const ::std::auto_ptr<SwHistory> m_pHistory; member in SwUndoResetAttr 96 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() 201 const ::std::auto_ptr<SwHistory> m_pHistory; member in SwUndoMoveLeftMargin 213 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory() 240 const ::std::auto_ptr<SwHistory> m_pHistory; member in SwUndoChangeFootNote 254 SwHistory& GetHistory() { return *m_pHistory; } in GetHistory()
|
H A D | UndoSection.hxx | 49 ::std::auto_ptr<SwHistory> m_pHistory;
|
H A D | rolbck.hxx | 424 SwHistory * const m_pHistory; member in SwRegHistory
|
/aoo42x/main/sw/inc/ |
H A D | ndhints.hxx | 139 SwRegHistory* m_pHistory; // for Undo member in SwpHints 188 void Register( SwRegHistory* pHist ) { m_pHistory = pHist; } in Register() 191 SwRegHistory* GetHistory() const { return m_pHistory; } in GetHistory()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 96 : m_pHistory(0) in SwpHints() 2684 if ( m_pHistory ) { m_pHistory->AddHint( pAttr, bNew ); } in NoteInHistory()
|
Completed in 116 milliseconds