Searched refs:m_SwpHstry (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 1063 m_SwpHstry.Insert( pHt, Count() ); in Add() 1109 m_SwpHstry.Insert( pHt, Count() ); in Add() 1119 m_SwpHstry.Insert( pHt, Count() ); in Add() 1128 m_SwpHstry.Insert( pHt, Count() ); in Add() 1135 m_SwpHstry.Insert( pHt, Count() ); in Add() 1147 m_SwpHstry.Insert( pHint, Count() ); in Add() 1179 m_SwpHstry.Insert( pHt, Count() ); in Add() 1186 m_SwpHstry.Insert(pHt, Count()); in Add() 1209 pHHt = m_SwpHstry[ --i ]; in Rollback() 1231 pHHt = m_SwpHstry[ --nEnd ]; in TmpRollback() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | rolbck.hxx | 361 SwpHstry m_SwpHstry; member in SwHistory 387 sal_uInt16 Count() const { return m_SwpHstry.Count(); } in Count() 388 sal_uInt16 GetTmpEnd() const { return m_SwpHstry.Count() - m_nEndDiff; } in GetTmpEnd() 390 SwHistoryHint * operator[]( sal_uInt16 nPos ) { return m_SwpHstry[nPos]; } in operator []() 392 { return m_SwpHstry[nPos]; } in operator []() 398 m_SwpHstry.Insert( &pIns->m_SwpHstry, nPos, nStart, nEnd ); in Move() 399 pIns->m_SwpHstry.Remove( nStart, (nEnd == USHRT_MAX) in Move()
|
Completed in 40 milliseconds