Home
last modified time | relevance | path

Searched refs:aNotifyCache (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2132 while ( pEditEngine->aNotifyCache.Count() ) in ImplBlockInsertionCallbacks()
2134 EENotify* pNotify = pEditEngine->aNotifyCache[0]; in ImplBlockInsertionCallbacks()
2136 pEditEngine->aNotifyCache.Remove( 0 ); in ImplBlockInsertionCallbacks()
2153 pEditEngine->aNotifyCache.Insert( pNewNotify, pEditEngine->aNotifyCache.Count() ); in IMPL_LINK()
H A Doutleeng.hxx85 NotifyList aNotifyCache; member in OutlinerEditEng
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4635 aNotifyCache.Insert( pNewNotify, aNotifyCache.Count() ); in CallNotify()
4662 while ( aNotifyCache.Count() ) in LeaveBlockNotifications()
4664 EENotify* pNotify = aNotifyCache[0]; in LeaveBlockNotifications()
4666 aNotifyCache.Remove( 0 ); in LeaveBlockNotifications()
H A Dimpedit.hxx438 NotifyList aNotifyCache; member in ImpEditEngine

Completed in 61 milliseconds