Lines Matching refs:rAccessor
90 const ::rtl::Reference< PropertyAccessorBase >& rAccessor ) in registerProperty()
92 …DBG_ASSERT( rAccessor.get(), "PropertySetBase::registerProperty: invalid property accessor, this w… in registerProperty()
93 m_aAccessors.insert( PropertyAccessors::value_type( rProperty.Handle, rAccessor ) ); in registerProperty()
95 DBG_ASSERT( ( rAccessor->isWriteable() == true ) in registerProperty()
164 PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle ); in convertFastPropertyValue() local
165 if ( !rAccessor.approveValue( rValue ) ) in convertFastPropertyValue()
168 rAccessor.getValue( rOldValue ); in convertFastPropertyValue()
180 PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle ); in setFastPropertyValue_NoBroadcast() local
181 rAccessor.setValue( rValue ); in setFastPropertyValue_NoBroadcast()
186 PropertyAccessorBase& rAccessor = locatePropertyHandler( nHandle ); in getFastPropertyValue() local
187 rAccessor.getValue( rValue ); in getFastPropertyValue()