Searched refs:sProgressMax (Results 1 – 3 of 3) sorted by relevance
650 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in endDocument() local653 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in endDocument()660 mxImportInfo->setPropertyValue(sProgressMax, aAny); in endDocument()1509 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local1512 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()1523 aAny = mxImportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
628 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in ~SvXMLExport() local631 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in ~SvXMLExport()638 mxExportInfo->setPropertyValue(sProgressMax, aAny); in ~SvXMLExport()2098 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local2101 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()2112 aAny = mxExportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
203 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM("ProgressMax")); in _Write() local204 xInfoSet->setPropertyValue(sProgressMax, aAny); in _Write()