Lines Matching refs:m_rContext

68 		:m_rContext(_rContext)  in OPropertyExport()
75 m_rContext.getGlobalContext().GetMM100UnitConverter().convertBool(aBuffer, sal_True); in OPropertyExport()
77 m_rContext.getGlobalContext().GetMM100UnitConverter().convertBool(aBuffer, sal_False); in OPropertyExport()
125 …pPropertiesTag = new SvXMLElementExport(m_rContext.getGlobalContext(), XML_NAMESPACE_FORM, token::… in exportRemainingProperties()
177 SvXMLElementExport aValueTag1(m_rContext.getGlobalContext(), in exportRemainingProperties()
223 m_rContext.getGlobalContext(), in exportRemainingProperties()
336m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(sBuffer, (sal_Int32)nCurrentVa… in exportInt16PropertyAttribute()
360 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber( sBuffer, nCurrentValue ); in exportInt32PropertyAttribute()
390m_rContext.getGlobalContext().GetMM100UnitConverter().convertEnum(sBuffer, (sal_uInt16)nCurrentVal… in exportEnumPropertyAttribute()
430 sTargetLocation = m_rContext.getGlobalContext().AddEmbeddedGraphicObject(sTargetLocation); in exportRelativeTargetLocation()
445 …UniReference< XMLPropertySetMapper > xStylePropertiesSupplier = m_rContext.getStylePropertyMapper(… in flagStyleProperties()
558m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, getDouble(_rValue)); in implConvertAny()
567 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(aBuffer, getINT32(_rValue)); in implConvertAny()
578 m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(aBuffer, nValue); in implConvertAny()
617 m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, fValue); in implConvertAny()
653 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName(::rtl::OUString::crea… in AddAttribute()
656 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); in AddAttribute()
662 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName( _rName ).getLength(), in AddAttribute()
665 m_rContext.getGlobalContext().AddAttribute( _nPrefix, _rName, _rValue ); in AddAttribute()
671 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName(::rtl::OUString::crea… in AddAttributeASCII()
674 m_rContext.getGlobalContext().AddAttributeASCII(_nPrefix, _pName, pValue); in AddAttributeASCII()
680 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetX… in AddAttribute()
683 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); in AddAttribute()
689 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetX… in AddAttribute()
692 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); in AddAttribute()