Lines Matching refs:handler

449         for (   PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.begin();  in suspendPropertyHandlers_nothrow()  local
450 handler != m_aPropertyHandlers.end(); in suspendPropertyHandlers_nothrow()
451 ++handler in suspendPropertyHandlers_nothrow()
454 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), handler->second ) != aAllHandlers.end(… in suspendPropertyHandlers_nothrow()
458 aAllHandlers.push_back( handler->second ); in suspendPropertyHandlers_nothrow()
973 PropertyHandlerRef handler = impl_getHandlerForProperty_throw( _rPropertyName ); in impl_getPropertyValue_throw() local
974 return handler->getPropertyValue( _rPropertyName ); in impl_getPropertyValue_throw()
1163 … PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.find( _rProperty.Name ); in describePropertyLine() local
1164 if ( handler == m_aPropertyHandlers.end() ) in describePropertyLine()
1167 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine()
1171 _rDescriptor.xPropertyHandler = handler->second; in describePropertyLine()
1346 PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.find( _rName ); in Clicked() local
1347 …DBG_ASSERT( handler != m_aPropertyHandlers.end(), "OPropertyBrowserController::Clicked: a property… in Clicked()
1352 m_xInteractiveHandler = handler->second; in Clicked()
1354 handler->second->onInteractivePropertySelection( _rName, _bPrimary, aData, in Clicked()
1355 m_pUIRequestComposer->getUIForPropertyHandler( handler->second ) ); in Clicked()
1364 handler->second->setPropertyValue( _rName, aData ); in Clicked()
1419 PropertyHandlerRef handler = impl_getHandlerForProperty_throw( rName ); in Commit() local
1424 handler->setPropertyValue( rName, _rValue ); in Commit()
1428 Any aNormalizedValue = handler->getPropertyValue( rName ); in Commit()
1440 PropertyHandlerRef handler = impl_getHandlerForProperty_throw( rName ); in Commit() local
1441 Any aNormalizedValue = handler->getPropertyValue( rName ); in Commit()
1755 PropertyHandlerMultiRepository::const_iterator handler = aInterestedHandlers.first; in impl_broadcastPropertyChange_nothrow() local
1756 while ( handler != aInterestedHandlers.second ) in impl_broadcastPropertyChange_nothrow()
1758 handler->second->actuatingPropertyChanged( _rPropertyName, _rNewValue, _rOldValue, in impl_broadcastPropertyChange_nothrow()
1759 m_pUIRequestComposer->getUIForPropertyHandler( handler->second ), in impl_broadcastPropertyChange_nothrow()
1761 ++handler; in impl_broadcastPropertyChange_nothrow()