Lines Matching refs:_rValue
544 ::rtl::OUString OPropertyExport::implConvertAny(const Any& _rValue) in implConvertAny() argument
547 switch (_rValue.getValueTypeClass()) in implConvertAny()
552 _rValue >>= sCurrentValue; in implConvertAny()
558 … m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, getDouble(_rValue)); in implConvertAny()
561 aBuffer = getBOOL(_rValue) ? m_sValueTrue : m_sValueFalse; in implConvertAny()
567 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(aBuffer, getINT32(_rValue)); in implConvertAny()
577 ::cppu::enum2int(nValue, _rValue); in implConvertAny()
587 if (_rValue >>= aDate) in implConvertAny()
593 else if (_rValue >>= aTime) in implConvertAny()
598 else if (_rValue >>= aDateTime) in implConvertAny()
651 …tyExport::AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUString& _rValue) in AddAttribute() argument
656 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); in AddAttribute()
660 …:AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rtl::OUString& _rValue ) in AddAttribute() argument
665 m_rContext.getGlobalContext().AddAttribute( _nPrefix, _rName, _rValue ); in AddAttribute()
678 …ttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const ::rtl::OUString& _rValue) in AddAttribute() argument
683 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); in AddAttribute()