Home
last modified time | relevance | path

Searched refs:nProgressCount (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx1707 nProgressCount(0), in ScXMLImport()
2949 nProgressCount += nInc; in ProgressBarIncrement()
2950 if (bEditCell || nProgressCount > 100) in ProgressBarIncrement()
2952 GetProgressBarHelper()->Increment(nProgressCount); in ProgressBarIncrement()
2953 nProgressCount = 0; in ProgressBarIncrement()
H A Dxmlexprt.hxx120 sal_Int32 nProgressCount; member in ScXMLExport
H A Dxmlexprt.cxx479 nProgressCount(0), in ScXMLExport()
4466 nProgressCount += nInc; in IncrementProgressBar()
4467 if (bEditCell || nProgressCount > 100) in IncrementProgressBar()
4469 GetProgressBarHelper()->Increment(nProgressCount); in IncrementProgressBar()
4470 nProgressCount = 0; in IncrementProgressBar()
H A Dxmlimprt.hxx772 sal_Int32 nProgressCount; member in ScXMLImport
/trunk/main/sfx2/inc/
H A Dprogind.hxx41 sal_uInt16 nProgressCount; member in SfxStatusInd_Impl