Searched refs:mnDeferModifyNotifications (Results 1 – 2 of 2) sorted by relevance
138 mnDeferModifyNotifications( 0 ), in Binding()223 mnDeferModifyNotifications += ( bDefer ? 1 : -1 ); in deferNotifications()224 OSL_ENSURE( mnDeferModifyNotifications >= 0, "you're deferring too much" ); in deferNotifications()226 if( mnDeferModifyNotifications == 0 ) in deferNotifications()234 OSL_ENSURE( ( mnDeferModifyNotifications > 0 ) in deferNotifications()719 if( mnDeferModifyNotifications > 0 ) in valueModified()788 if( mnDeferModifyNotifications > 0 ) in bindingModified()1281 mnDeferModifyNotifications++; in handleEvent()1283 --mnDeferModifyNotifications; in handleEvent()
172 sal_Int32 mnDeferModifyNotifications; member in xforms::Binding
Completed in 44 milliseconds