Lines Matching refs:aHandler
924 for ( PropertyHandlerRepository::const_iterator aHandler = m_aPropertyHandlers.begin(); in stopInspection() local
925 aHandler != m_aPropertyHandlers.end(); in stopInspection()
926 ++aHandler in stopInspection()
928 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), aHandler->second ) == aAllHandlers.end… in stopInspection()
929 aAllHandlers.push_back( aHandler->second ); in stopInspection()
1011 PropertyHandlerArray::iterator aHandler( aPropertyHandlers.begin() ); in doInspection() local
1012 while ( aHandler != aPropertyHandlers.end() ) in doInspection()
1014 … DBG_ASSERT( aHandler->get(), "OPropertyBrowserController::doInspection: invalid handler!" ); in doInspection()
1016 … StlSyntaxSequence< Property > aThisHandlersProperties = (*aHandler)->getSupportedProperties(); in doInspection()
1021 (*aHandler)->dispose(); in doInspection()
1022 aHandler = aPropertyHandlers.erase( aHandler ); in doInspection()
1058 …StlSyntaxSequence< ::rtl::OUString > aSupersededByThisHandler = (*aHandler)->getSupersededProperti… in doInspection()
1076 (*aHandler)->addPropertyChangeListener( this ); in doInspection()
1085 m_aPropertyHandlers[ remember->Name ] = *aHandler; in doInspection()
1091 …StlSyntaxSequence< ::rtl::OUString > aInterestingActuations = (*aHandler)->getActuatingProperties(… in doInspection()
1098 *aLoop, *aHandler ) ); in doInspection()
1101 ++aHandler; in doInspection()