Home
last modified time | relevance | path

Searched refs:m_pHistory (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx51 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 Dhelpinterceptor.hxx72 HelpHistoryList_Impl* m_pHistory; member in HelpInterceptor_Impl
/trunk/main/sw/source/core/undo/
H A Dunattr.cxx660 , 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 Dunsect.cxx82 , 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 Drolbck.cxx1383 , 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 …]
/trunk/main/sw/source/core/inc/
H A DUndoAttribute.hxx54 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 DUndoSection.hxx49 ::std::auto_ptr<SwHistory> m_pHistory;
H A Drolbck.hxx424 SwHistory * const m_pHistory; member in SwRegHistory
/trunk/main/sw/inc/
H A Dndhints.hxx139 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 Dthints.cxx96 : m_pHistory(0) in SwpHints()
2684 if ( m_pHistory ) { m_pHistory->AddHint( pAttr, bNew ); } in NoteInHistory()

Completed in 111 milliseconds