Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/ !
H A Dxmlexp.cxx647 … OUString sWrittenNumberFormats(RTL_CONSTASCII_USTRINGPARAM(XML_WRITTENNUMBERSTYLES)); in ~SvXMLExport() local
648 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in ~SvXMLExport()
654 mxExportInfo->setPropertyValue(sWrittenNumberFormats, aAny); in ~SvXMLExport()
716 … OUString sWrittenNumberFormats(RTL_CONSTASCII_USTRINGPARAM(XML_WRITTENNUMBERSTYLES)); in setSourceDocument() local
717 if (xPropertySetInfo->hasPropertyByName(sWrittenNumberFormats)) in setSourceDocument()
719 uno::Any aAny = mxExportInfo->getPropertyValue(sWrittenNumberFormats); in setSourceDocument()