Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/core/
H A Dxmlimp.cxx651 OUString sProgressCurrent(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSCURRENT)); in endDocument() local
654 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in endDocument()
662 mxImportInfo->setPropertyValue(sProgressCurrent, aAny); in endDocument()
1510 OUString sProgressCurrent(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSCURRENT)); in GetProgressBarHelper() local
1513 xPropertySetInfo->hasPropertyByName(sProgressCurrent) && in GetProgressBarHelper()
1526 aAny = mxImportInfo->getPropertyValue(sProgressCurrent); in GetProgressBarHelper()
H A Dxmlexp.cxx629 OUString sProgressCurrent(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSCURRENT)); in ~SvXMLExport() local
632 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in ~SvXMLExport()
640 mxExportInfo->setPropertyValue(sProgressCurrent, aAny); in ~SvXMLExport()
2099 OUString sProgressCurrent(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSCURRENT)); in GetProgressBarHelper() local
2102 xPropertySetInfo->hasPropertyByName(sProgressCurrent) && in GetProgressBarHelper()
2115 aAny = mxExportInfo->getPropertyValue(sProgressCurrent); in GetProgressBarHelper()