Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/core/
H A Dxmlimp.cxx654 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in endDocument() local
666 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in endDocument()
667 … mxImportInfo->setPropertyValue(sRepeat, cppu::bool2any(mpProgressBarHelper->GetRepeat())); in endDocument()
1513 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in GetProgressBarHelper() local
1532 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()
1534 uno::Any aAny = mxImportInfo->getPropertyValue(sRepeat); in GetProgressBarHelper()
H A Dxmlexp.cxx632 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in ~SvXMLExport() local
644 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in ~SvXMLExport()
645 … mxExportInfo->setPropertyValue(sRepeat, cppu::bool2any(mpProgressBarHelper->GetRepeat())); in ~SvXMLExport()
2095 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in GetProgressBarHelper() local
2114 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()
2116 uno::Any aAny = mxExportInfo->getPropertyValue(sRepeat); in GetProgressBarHelper()

Completed in 27 milliseconds