Lines Matching refs:aValue

199 	const Any&	aValue	)  in convertFastPropertyValue()  argument
212 bReturn = impl_tryToChangeProperty( m_aCommandURL, aValue, aOldValue, aConvertedValue ); in convertFastPropertyValue()
216 bReturn = impl_tryToChangeProperty( m_aHelpURL, aValue, aOldValue, aConvertedValue ) ; in convertFastPropertyValue()
220 bReturn = impl_tryToChangeProperty( m_xBitmap, aValue, aOldValue, aConvertedValue ) ; in convertFastPropertyValue()
224 …bReturn = impl_tryToChangeProperty( m_xActionTriggerContainer, aValue, aOldValue, aConvertedValue … in convertFastPropertyValue()
228 bReturn = impl_tryToChangeProperty( m_aText, aValue, aOldValue, aConvertedValue ) ; in convertFastPropertyValue()
238 sal_Int32 nHandle, const Any& aValue ) in setFastPropertyValue_NoBroadcast() argument
247 aValue >>= m_aCommandURL; in setFastPropertyValue_NoBroadcast()
251 aValue >>= m_aHelpURL; in setFastPropertyValue_NoBroadcast()
255 aValue >>= m_xBitmap; in setFastPropertyValue_NoBroadcast()
259 aValue >>= m_xActionTriggerContainer; in setFastPropertyValue_NoBroadcast()
263 aValue >>= m_aText; in setFastPropertyValue_NoBroadcast()
269 Any& aValue, sal_Int32 nHandle ) const in getFastPropertyValue() argument
277 aValue <<= m_aCommandURL; in getFastPropertyValue()
281 aValue <<= m_aHelpURL; in getFastPropertyValue()
285 aValue <<= m_xBitmap; in getFastPropertyValue()
289 aValue <<= m_xActionTriggerContainer; in getFastPropertyValue()
293 aValue <<= m_aText; in getFastPropertyValue()
417 Reference< XBitmap > aValue ; in impl_tryToChangeProperty() local
418 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
421 if( aValue != aCurrentValue ) in impl_tryToChangeProperty()
425 aConvertedValue <<= aValue ; in impl_tryToChangeProperty()
452 Reference< XInterface > aValue ; in impl_tryToChangeProperty() local
453 convertPropertyValue( aValue, aNewValue ); in impl_tryToChangeProperty()
456 if( aValue != aCurrentValue ) in impl_tryToChangeProperty()
460 aConvertedValue <<= aValue ; in impl_tryToChangeProperty()