Lines Matching refs:_rPropertyValue
220 const Any& _rPropertyValue ) in lcl_getStringResourceResolverForProperty() argument
223 const TypeClass eType = _rPropertyValue.getValueType().getTypeClass(); in lcl_getStringResourceResolverForProperty()
634 …ertToControlValue( const ::rtl::OUString& _rPropertyName, const Any& _rPropertyValue, const Type& … in convertToControlValue() argument
642 Any aControlValue( _rPropertyValue ); in convertToControlValue()
667 ::rtl::OUString sControlValue = ::comphelper::getBOOL( _rPropertyValue ) in convertToControlValue()
682 _rPropertyValue >>= sDataSource; in convertToControlValue()
698 _rPropertyValue >>= xSet; in convertToControlValue()
724 OSL_VERIFY( _rPropertyValue >>= nDate ); in convertToControlValue()
735 OSL_VERIFY( _rPropertyValue >>= nTime ); in convertToControlValue()
743 OSL_VERIFY( _rPropertyValue >>= nWritingMode ); in convertToControlValue()
763 OSL_VERIFY( _rPropertyValue >>= aFont ); in convertToControlValue()
806 …omponentPropertyHandler_Base::convertToControlValue( _rPropertyName, _rPropertyValue, _rControlVal… in convertToControlValue()