Lines Matching refs:aCommand
175 rtl::OUString aCommand; in elementInserted() local
183 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementInserted()
187 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementInserted()
197 rtl::OUString aCommand; in elementRemoved() local
205 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementRemoved()
209 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementRemoved()
279 rtl::OUString aCommand; in updateConfigurationData() local
290 …etElementProps( m_xConfigAccess->getByName( aPopupMenuControllers[i] ), aCommand, aModule, aServic… in updateConfigurationData()
294 aHashKey = getHashKeyFromStrings( aCommand, aModule ); in updateConfigurationData()
308 …ollerFactory::impl_getElementProps( const Any& aElement, rtl::OUString& aCommand, rtl::OUString& a… in impl_getElementProps() argument
318 xPropertySet->getPropertyValue( m_aPropCommand ) >>= aCommand; in impl_getElementProps()