Lines Matching refs:aModule
176 rtl::OUString aModule; in elementInserted() local
183 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementInserted()
187 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementInserted()
198 rtl::OUString aModule; in elementRemoved() local
205 if ( impl_getElementProps( aEvent.Element, aCommand, aModule, aService, aValue )) in elementRemoved()
209 rtl::OUString aHashKey( getHashKeyFromStrings( aCommand, aModule )); in elementRemoved()
280 rtl::OUString aModule; in updateConfigurationData() local
290 …Props( m_xConfigAccess->getByName( aPopupMenuControllers[i] ), aCommand, aModule, aService,aValue … in updateConfigurationData()
294 aHashKey = getHashKeyFromStrings( aCommand, aModule ); in updateConfigurationData()
308 …ementProps( const Any& aElement, rtl::OUString& aCommand, rtl::OUString& aModule, rtl::OUString& a… in impl_getElementProps() argument
319 xPropertySet->getPropertyValue( m_aPropModule ) >>= aModule; in impl_getElementProps()