Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx135 MapString2Int aSuspendedPropertyNotifications; member
140 :aSuspendedPropertyNotifications() in UnoControl_Data()
449 if ( !mpData->aSuspendedPropertyNotifications.empty() ) in propertiesChange()
455 …if ( mpData->aSuspendedPropertyNotifications.find( pEvents->PropertyName ) != mpData->aSuspendedPr… in propertiesChange()
475 MapString2Int::iterator pos = mpData->aSuspendedPropertyNotifications.find( rPropertyName ); in ImplLockPropertyChangeNotification()
478 if ( pos == mpData->aSuspendedPropertyNotifications.end() ) in ImplLockPropertyChangeNotification()
479 …pos = mpData->aSuspendedPropertyNotifications.insert( MapString2Int::value_type( rPropertyName, 0 … in ImplLockPropertyChangeNotification()
484 …OSL_ENSURE( pos != mpData->aSuspendedPropertyNotifications.end(), "UnoControl::ImplLockPropertyCha… in ImplLockPropertyChangeNotification()
485 if ( pos != mpData->aSuspendedPropertyNotifications.end() ) in ImplLockPropertyChangeNotification()
489 mpData->aSuspendedPropertyNotifications.erase( pos ); in ImplLockPropertyChangeNotification()