Lines Matching refs:end
450 handler != m_aPropertyHandlers.end(); in suspendPropertyHandlers_nothrow()
454 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), handler->second ) != aAllHandlers.end(… in suspendPropertyHandlers_nothrow()
462 loop != aAllHandlers.end(); in suspendPropertyHandlers_nothrow()
650 loop != m_aInspectedObjects.end(); in disposing()
682 pageId != m_aPageIds.end(); in updateViewDataFromActivePage()
705 if ( pagePos != m_aPageIds.end() ) in impl_getPageIdForCategory_nothrow()
862 loop != m_aInspectedObjects.end(); in impl_toggleInspecteeListening_nothrow()
905 erase != m_aPageIds.end(); in stopInspection()
925 aHandler != m_aPropertyHandlers.end(); in stopInspection()
928 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), aHandler->second ) == aAllHandlers.end… in stopInspection()
932 loop != aAllHandlers.end(); in stopInspection()
958 return ( handlerPos != m_aPropertyHandlers.end() ); in impl_hasPropertyHandlerFor_nothrow()
965 if ( handlerPos == m_aPropertyHandlers.end() ) in impl_getHandlerForProperty_throw()
1012 while ( aHandler != aPropertyHandlers.end() ) in doInspection()
1029 copyProperty != aThisHandlersProperties.end(); in doInspection()
1035 aProperties.end(), in doInspection()
1038 if ( previous == aProperties.end() ) in doInspection()
1060 superseded != aSupersededByThisHandler.end(); in doInspection()
1066 aProperties.end(), in doInspection()
1069 if ( existent != aProperties.end() ) in doInspection()
1081 remember != aThisHandlersProperties.end(); in doInspection()
1093 aLoop != aInterestingActuations.end(); in doInspection()
1109 sourceProps != aProperties.end(); in doInspection()
1116 while ( m_aProperties.find( nRelativePropertyOrder ) != m_aProperties.end() ) in doInspection()
1164 if ( handler == m_aPropertyHandlers.end() ) in describePropertyLine()
1211 category != aCategories.end(); in impl_buildCategories_throw()
1215 OSL_ENSURE( m_aPageIds.find( category->ProgrammaticName ) == m_aPageIds.end(), in impl_buildCategories_throw()
1249 for ( ; property != m_aProperties.end(); ++property ) in UpdateUI()
1291 for ( ; aProperty != aActuatingProperties.end(); ++aProperty, ++aPropertyValue ) in UpdateUI()
1298 pageId != m_aPageIds.end(); in UpdateUI()
1302 if ( aUsedPages.find( pageId->second ) == aUsedPages.end() ) in UpdateUI()
1347 …DBG_ASSERT( handler != m_aPropertyHandlers.end(), "OPropertyBrowserController::Clicked: a property… in Clicked()
1385 search != m_aProperties.end(); in hasPropertyByName()
1540 InterfaceArray::const_iterator pObjectEnd = _rObjects.end(); in getPropertyHandlers()
1569 for ( ; search != m_aProperties.end(); ++search ) in impl_findObjectProperty_nothrow()
1574 return ( search != m_aProperties.end() ); in impl_findObjectProperty_nothrow()