Searched refs:aSuspendedPropertyNotifications (Results 1 – 1 of 1) sorted by relevance
137 MapString2Int aSuspendedPropertyNotifications; member142 :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 26 milliseconds