Searched refs:sProgressMax (Results 1 – 3 of 3) sorted by relevance
652 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in endDocument() local655 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in endDocument()662 mxImportInfo->setPropertyValue(sProgressMax, aAny); in endDocument()1511 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local1514 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()1525 aAny = mxImportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
630 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in ~SvXMLExport() local633 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in ~SvXMLExport()640 mxExportInfo->setPropertyValue(sProgressMax, aAny); in ~SvXMLExport()2100 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local2103 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()2114 aAny = mxExportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
203 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM("ProgressMax")); in _Write() local204 xInfoSet->setPropertyValue(sProgressMax, aAny); in _Write()
Completed in 39 milliseconds