Searched refs:m_aPropertyHandlers (Results 1 – 2 of 2) sorted by relevance
449 for ( PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.begin(); in suspendPropertyHandlers_nothrow()450 handler != m_aPropertyHandlers.end(); in suspendPropertyHandlers_nothrow()924 for ( PropertyHandlerRepository::const_iterator aHandler = m_aPropertyHandlers.begin(); in stopInspection()925 aHandler != m_aPropertyHandlers.end(); in stopInspection()950 clearContainer( m_aPropertyHandlers ); in stopInspection()957 … PropertyHandlerRepository::const_iterator handlerPos = m_aPropertyHandlers.find( _rPropertyName ); in impl_hasPropertyHandlerFor_nothrow()958 return ( handlerPos != m_aPropertyHandlers.end() ); in impl_hasPropertyHandlerFor_nothrow()965 if ( handlerPos == m_aPropertyHandlers.end() ) in impl_getHandlerForProperty_throw()1085 m_aPropertyHandlers[ remember->Name ] = *aHandler; in doInspection()1164 if ( handler == m_aPropertyHandlers.end() ) in describePropertyLine()[all …]
142 PropertyHandlerRepository m_aPropertyHandlers; member in pcr::OPropertyBrowserController
Completed in 31 milliseconds