Home
last modified time | relevance | path

Searched refs:nBlockNotifications (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx126 nBlockNotifications = 0; in ImpEditEngine()
4628 if ( !nBlockNotifications ) in CallNotify()
4641 if( !nBlockNotifications ) in EnterBlockNotifications()
4651 nBlockNotifications++; in EnterBlockNotifications()
4656 DBG_ASSERT( nBlockNotifications, "LeaveBlockNotifications - Why?" ); in LeaveBlockNotifications()
4658 nBlockNotifications--; in LeaveBlockNotifications()
4659 if ( !nBlockNotifications ) in LeaveBlockNotifications()
H A Dimpedit.hxx448 sal_uInt32 nBlockNotifications; member in ImpEditEngine

Completed in 45 milliseconds