Searched refs:aXStatInd (Results 1 – 1 of 1) sorted by relevance
873 uno::Reference< task::XStatusIndicator > aXStatInd; in ImportCGM() local877 aXStatInd = *(uno::Reference< task::XStatusIndicator > *)pProgressBar; in ImportCGM()878 bProgressBar = aXStatInd.is(); in ImportCGM()880 aXStatInd->start( rtl::OUString::createFromAscii("CGM Import"), nInSize ); in ImportCGM()894 aXStatInd->setValue( nCurrentPos ); in ImportCGM()909 aXStatInd->end(); in ImportCGM()
Completed in 18 milliseconds