Lines Matching refs:second

454 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), handler->second ) != aAllHandlers.end(…  in suspendPropertyHandlers_nothrow()
458 aAllHandlers.push_back( handler->second ); in suspendPropertyHandlers_nothrow()
686 if ( nCurrentPage == pageId->second ) in updateViewDataFromActivePage()
706 nPageId = pagePos->second; in impl_getPageIdForCategory_nothrow()
908 getPropertyBox().RemovePage( erase->second ); in stopInspection()
928 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), aHandler->second ) == aAllHandlers.end… in stopInspection()
929 aAllHandlers.push_back( aHandler->second ); in stopInspection()
967 return handlerPos->second; in impl_getHandlerForProperty_throw()
1054 m_aDependencyHandlers.erase( aDepHandlers.first, aDepHandlers.second ); in doInspection()
1167 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine()
1171 _rDescriptor.xPropertyHandler = handler->second; in describePropertyLine()
1252 describePropertyLine( property->second, aDescriptor ); in UpdateUI()
1254 … bool bIsActuatingProperty = impl_isActuatingProperty_nothrow( property->second.Name ); in UpdateUI()
1260 …sMessage += ::rtl::OString( property->second.Name.getStr(), property->second.Name.getLength(), osl… in UpdateUI()
1282 aActuatingProperties.push_back( property->second.Name ); in UpdateUI()
1283 … aActuatingPropertyValues.push_back( impl_getPropertyValue_throw( property->second.Name ) ); in UpdateUI()
1302 if ( aUsedPages.find( pageId->second ) == aUsedPages.end() ) in UpdateUI()
1303 getPropertyBox().RemovePage( pageId->second ); in UpdateUI()
1323 m_pView->activatePage( m_aPageIds.begin()->second ); in UpdateUI()
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()
1388 if ( search->second.Name == _rName ) in hasPropertyByName()
1570 if ( search->second.Name == _rName ) in impl_findObjectProperty_nothrow()
1591 describePropertyLine( propertyPos->second, aDescriptor ); in rebuildPropertyUI()
1646 describePropertyLine( propertyPos->second, aDescriptor ); in showPropertyUI()
1662 nUIPos = getPropertyBox().GetPropertyPos( propertyPos->second.Name ); in showPropertyUI()
1747 if ( aInterestedHandlers.first == aInterestedHandlers.second ) in impl_broadcastPropertyChange_nothrow()
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()