Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/core/
H A Dxmlimp.cxx650 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in endDocument() local
653 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in endDocument()
660 mxImportInfo->setPropertyValue(sProgressMax, aAny); in endDocument()
1509 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local
1512 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
1523 aAny = mxImportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
H A Dxmlexp.cxx628 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in ~SvXMLExport() local
631 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in ~SvXMLExport()
638 mxExportInfo->setPropertyValue(sProgressMax, aAny); in ~SvXMLExport()
2098 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local
2101 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
2112 aAny = mxExportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
/AOO42X/main/sw/source/filter/xml/
H A Dwrtxml.cxx203 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM("ProgressMax")); in _Write() local
204 xInfoSet->setPropertyValue(sProgressMax, aAny); in _Write()