Home
last modified time | relevance | path

Searched refs:rXMLExport (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dnumehelp.cxx125 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE_TYPE, XML_FLOAT); in WriteAttributes()
143 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_CURRENCY, rCurrency); in WriteAttributes()
152 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE, sValue); in WriteAttributes()
161 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE_TYPE, XML_DATE); in WriteAttributes()
166 if ( rXMLExport.SetNullDateOnUnitConverter() ) in WriteAttributes()
169 rXMLExport.GetMM100UnitConverter().convertDateTime(sBuffer, rValue); in WriteAttributes()
179 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE_TYPE, XML_TIME); in WriteAttributes()
185 rXMLExport.GetMM100UnitConverter().convertTime(sBuffer, rValue); in WriteAttributes()
234 rXMLExport.AddAttribute(XML_NAMESPACE_OFFICE, XML_VALUE, sValue); in WriteAttributes()
314 WriteAttributes(rXMLExport, nTypeKey, rValue, sCurrency, bExportValue); in SetNumberFormatAttributes()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx451 SvXMLExport &rXMLExport = GetExport(); in _exportTextEmbedded() local
501 if( (rXMLExport.getExportFlags() & EXPORT_EMBEDDED) == 0 ) in _exportTextEmbedded()
529 lcl_addURL( rXMLExport, sURL, sal_False ); in _exportTextEmbedded()
579 lcl_addURL(rXMLExport, aStr); in _exportTextEmbedded()
625 lcl_addURL( rXMLExport, aStr ); in _exportTextEmbedded()
645 lcl_addURL( rXMLExport, aStr ); in _exportTextEmbedded()
671 rXMLExport.ExportEmbeddedOwnObject( xComp ); in _exportTextEmbedded()
683 rXMLExport.AddEmbeddedObjectAsBase64( sURL ); in _exportTextEmbedded()
746 if( (rXMLExport.getExportFlags() & EXPORT_EMBEDDED) == 0 ) in _exportTextEmbedded()
749 lcl_addURL( rXMLExport, sURL, sal_False ); in _exportTextEmbedded()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dnumehelp.hxx90 static void WriteAttributes(SvXMLExport& rXMLExport,
99 static void SetNumberFormatAttributes(SvXMLExport& rXMLExport,
103 static void SetNumberFormatAttributes(SvXMLExport& rXMLExport,
/trunk/main/reportdesign/source/filter/xml/
H A DxmlAutoStyle.hxx50 OXMLAutoStylePoolP(ORptExport& rXMLExport);
/trunk/main/dbaccess/source/filter/xml/
H A DxmlAutoStyle.hxx55 OXMLAutoStylePoolP(ODBExport& rXMLExport);

Completed in 24 milliseconds