Lines Matching refs:m_pProgress
427 m_pProgress( NULL ), in FontImportDialog()
477 ErrorBox aBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_OK | WB_DEF_OK, aText ); in importFontsFailed()
483 m_pProgress->setValue( ++m_nFont ); in progress()
484 m_pProgress->setFilename( rFile ); in progress()
499 …QueryBox aQueryBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_YES_NO | WB_DEF_NO, aTe… in queryOverwriteFile()
533 ErrorBox aBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_OK | WB_DEF_OK, aText ); in importFontFailed()
539 return m_pProgress->isCanceled(); in isCanceled()
612 m_pProgress = new ProgressDialog( this ); in copyFonts()
613 m_pProgress->setRange( 0, aFiles.size() ); in copyFonts()
614 m_pProgress->startOperation( m_aImportOperation ); in copyFonts()
615 m_pProgress->Show( sal_True ); in copyFonts()
616 m_pProgress->setValue( 0 ); in copyFonts()
617 m_pProgress->Invalidate(); in copyFonts()
618 m_pProgress->Sync(); in copyFonts()
620 m_pProgress->Show( sal_False ); in copyFonts()
621 delete m_pProgress; in copyFonts()
622 m_pProgress = NULL; in copyFonts()