Home
last modified time | relevance | path

Searched refs:writeElement (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/core/
H A Dxmlfilterbase.cxx310 writeElement( FSHelperPtr pDoc, sal_Int32 nXmlElement, const OUString& sValue ) in writeElement() function
320 writeElement( FSHelperPtr pDoc, sal_Int32 nXmlElement, const sal_Int32 nValue ) in writeElement() function
328 writeElement( FSHelperPtr pDoc, sal_Int32 nXmlElement, const DateTime& rTime ) in writeElement() function
352 writeElement( FSHelperPtr pDoc, sal_Int32 nXmlElement, Sequence< rtl::OUString > aItems ) in writeElement() function
365 writeElement( pDoc, nXmlElement, sRep.makeStringAndClear() ); in writeElement()
369 writeElement( FSHelperPtr pDoc, sal_Int32 nXmlElement, const Locale& rLocale ) in writeElement() function
372 writeElement( pDoc, nXmlElement, rLocale.Language ); in writeElement()
393 writeElement( pCoreProps, FSNS( XML_cp, XML_category ), "category" ); in writeCoreProperties()
394 writeElement( pCoreProps, FSNS( XML_cp, XML_contentStatus ), "status" ); in writeCoreProperties()
395 writeElement( pCoreProps, FSNS( XML_cp, XML_contentType ), "contentType" ); in writeCoreProperties()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java207 writeElement(element); in writeFontFaces()
240 private void writeElement(final Element element) in writeElement() method in StylesWriter
279 writeElement((Element) node); in writeSectionChilds()