Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx652 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in endDocument() local
664 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in endDocument()
665 … mxImportInfo->setPropertyValue(sRepeat, cppu::bool2any(mpProgressBarHelper->GetRepeat())); in endDocument()
1511 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in GetProgressBarHelper() local
1530 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()
1532 uno::Any aAny = mxImportInfo->getPropertyValue(sRepeat); in GetProgressBarHelper()
H A Dxmlexp.cxx630 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in ~SvXMLExport() local
642 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in ~SvXMLExport()
643 … mxExportInfo->setPropertyValue(sRepeat, cppu::bool2any(mpProgressBarHelper->GetRepeat())); in ~SvXMLExport()
2100 OUString sRepeat(RTL_CONSTASCII_USTRINGPARAM(XML_PROGRESSREPEAT)); in GetProgressBarHelper() local
2119 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()
2121 uno::Any aAny = mxExportInfo->getPropertyValue(sRepeat); in GetProgressBarHelper()