Searched refs:m_SwpHstry (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 1075 m_SwpHstry.Insert(pHt, Count()); in Add() 1121 m_SwpHstry.Insert( pHt, Count() ); in Add() 1131 m_SwpHstry.Insert( pHt, Count() ); in Add() 1140 m_SwpHstry.Insert( pHt, Count() ); in Add() 1147 m_SwpHstry.Insert( pHt, Count() ); in Add() 1159 m_SwpHstry.Insert( pHint, Count() ); in Add() 1191 m_SwpHstry.Insert( pHt, Count() ); in Add() 1198 m_SwpHstry.Insert(pHt, Count()); in Add() 1221 pHHt = m_SwpHstry[ --i ]; in Rollback() 1243 pHHt = m_SwpHstry[ --nEnd ]; in TmpRollback() [all …]
|
/trunk/main/sw/source/core/inc/ |
H A D | rolbck.hxx | 361 SwpHstry m_SwpHstry; member in SwHistory 389 sal_uInt16 Count() const { return m_SwpHstry.Count(); } in Count() 390 sal_uInt16 GetTmpEnd() const { return m_SwpHstry.Count() - m_nEndDiff; } in GetTmpEnd() 392 SwHistoryHint * operator[]( sal_uInt16 nPos ) { return m_SwpHstry[nPos]; } in operator []() 394 { return m_SwpHstry[nPos]; } in operator []() 400 m_SwpHstry.Insert( &pIns->m_SwpHstry, nPos, nStart, nEnd ); in Move() 401 pIns->m_SwpHstry.Remove( nStart, (nEnd == USHRT_MAX) in Move()
|
Completed in 25 milliseconds