Home
last modified time | relevance | path

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

/aoo42x/main/forms/source/xforms/
H A Dbinding.cxx138 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()
H A Dbinding.hxx172 sal_Int32 mnDeferModifyNotifications; member in xforms::Binding

Completed in 21 milliseconds