Searched refs:m_pHistory (Results 1 – 10 of 10) sorted by relevance
| /trunk/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() 71 m_pHistory = new HelpHistoryList_Impl; in addURL() 72 sal_uIntPtr nCount = m_pHistory->Count(); in addURL() 76 delete m_pHistory->Remove(i); in addURL() 83 if(xController.is() && m_pHistory->Count()) in addURL() 85 m_pHistory->GetObject(m_nCurPos)->aViewData = xController->getViewData(); in addURL() [all …]
|
| H A D | helpinterceptor.hxx | 72 HelpHistoryList_Impl* m_pHistory; member in HelpInterceptor_Impl
|
| /trunk/main/sw/source/core/undo/ |
| H A D | unattr.cxx | 660 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 667 , m_pHistory( new SwHistory ) in SwUndoResetAttr() 682 m_pHistory->TmpRollback( &rDoc, 0 ); in UndoImpl() 683 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 797 , m_pHistory( new SwHistory ) in SwUndoAttr() 810 , m_pHistory( new SwHistory ) in SwUndoAttr() 881 m_pHistory->TmpRollback( pDoc, 0, !bToLast ); in UndoImpl() 882 m_pHistory->SetTmpEnd( m_pHistory->Count() ); in UndoImpl() 949 for ( sal_uInt16 n = 0; n < m_pHistory->Count(); ++n ) in RemoveIdx() 953 pHstHnt = (*m_pHistory)[ n ]; in RemoveIdx() [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() 1408 if ( m_pHistory && ( pOld || pNew ) && pOld != pNew ) in Modify() 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() 1487 if ( pTxtNode->GetpSwpHints() && m_pHistory ) in InsertItems() 1492 if ( m_pHistory && bInserted ) in InsertItems() [all …]
|
| /trunk/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 | 45 ::std::auto_ptr<SwHistory> m_pHistory;
|
| H A D | rolbck.hxx | 424 SwHistory * const m_pHistory; member in SwRegHistory
|
| /trunk/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()
|
| /trunk/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()
|