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.cxx137 MapString2Int aSuspendedPropertyNotifications; member
142 :aSuspendedPropertyNotifications() in UnoControl_Data()
451 if ( !mpData->aSuspendedPropertyNotifications.empty() ) in propertiesChange()
457 …if ( mpData->aSuspendedPropertyNotifications.find( pEvents->PropertyName ) != mpData->aSuspendedPr… in propertiesChange()
477 MapString2Int::iterator pos = mpData->aSuspendedPropertyNotifications.find( rPropertyName ); in ImplLockPropertyChangeNotification()
480 if ( pos == mpData->aSuspendedPropertyNotifications.end() ) in ImplLockPropertyChangeNotification()
481 …pos = mpData->aSuspendedPropertyNotifications.insert( MapString2Int::value_type( rPropertyName, 0 … in ImplLockPropertyChangeNotification()
486 …OSL_ENSURE( pos != mpData->aSuspendedPropertyNotifications.end(), "UnoControl::ImplLockPropertyCha… in ImplLockPropertyChangeNotification()
487 if ( pos != mpData->aSuspendedPropertyNotifications.end() ) in ImplLockPropertyChangeNotification()
491 mpData->aSuspendedPropertyNotifications.erase( pos ); in ImplLockPropertyChangeNotification()

Completed in 24 milliseconds