Searched refs:m_pHistory (Results 1 – 10 of 10) sorted by relevance
/aoo41x/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
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 666 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 673 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 689 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 803 , m_pHistory( new SwHistory ) in SwUndoAttr() 816 , m_pHistory( new SwHistory ) in SwUndoAttr() 888 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 959 pHstHnt = (*m_pHistory)[ n ]; in RemoveIdx() 1079 , m_pHistory( new SwHistory ) in SwUndoMoveLeftMargin() 1094 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 1121 , 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 | 1358 , m_pHistory( pHst ) in SwRegHistory() 1367 , m_pHistory( pHst ) in SwRegHistory() 1375 , m_pHistory( pHst ) in SwRegHistory() 1387 if ( m_pHistory && ( pOld || pNew ) && in Modify() 1417 m_pHistory->m_SwpHstry.Insert( pNewHstr, m_pHistory->Count() ); in Modify() 1426 m_pHistory->Add( pHt, m_nNodeIndex, bNew ); in AddHint() 1443 if ( pTxtNode->GetpSwpHints() && m_pHistory ) in InsertItems() 1459 if ( m_pHistory && bInserted ) in InsertItems() 1465 m_pHistory->m_SwpHstry.Insert( pNewHstr, m_pHistory->Count() ); in InsertItems() 1473 if ( m_pHistory && pRegIn ) in RegisterInModify() [all …]
|
/aoo41x/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 | 422 SwHistory * const m_pHistory; member in SwRegHistory
|
/aoo41x/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()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 96 : m_pHistory(0) in SwpHints() 2677 if ( m_pHistory ) { m_pHistory->AddHint( pAttr, bNew ); } in NoteInHistory()
|
Completed in 64 milliseconds