Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/core/
H A Dxmlimp.cxx652 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in endDocument() local
655 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in endDocument()
662 mxImportInfo->setPropertyValue(sProgressMax, aAny); in endDocument()
1511 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local
1514 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
1525 aAny = mxImportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
H A Dxmlexp.cxx630 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in ~SvXMLExport() local
633 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in ~SvXMLExport()
640 mxExportInfo->setPropertyValue(sProgressMax, aAny); in ~SvXMLExport()
2093 OUString sProgressMax(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSMAX)); in GetProgressBarHelper() local
2096 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
2107 aAny = mxExportInfo->getPropertyValue(sProgressMax); in GetProgressBarHelper()
/aoo4110/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()

Completed in 47 milliseconds