Searched refs:mxProgressBar (Results 1 – 5 of 5) sorted by relevance
1344 uno::Reference< awt::XProgressBar > mxProgressBar; member in layout::ProgressBarImpl1347 , mxProgressBar( peer, uno::UNO_QUERY ) in ProgressBarImpl()1355 mxProgressBar.clear (); in disposing()1413 if ( !getImpl()->mxProgressBar.is() ) in SetForegroundColor()1415 getImpl()->mxProgressBar->setForegroundColor( color ); in SetForegroundColor()1420 if ( !getImpl()->mxProgressBar.is() ) in SetBackgroundColor()1422 getImpl()->mxProgressBar->setBackgroundColor( color ); in SetBackgroundColor()1427 if ( !getImpl()->mxProgressBar.is() ) in SetValue()1429 getImpl()->mxProgressBar->setValue( i ); in SetValue()1434 if ( !getImpl()->mxProgressBar.is() ) in SetRange()[all …]
415 mxProgressBar = uno::Reference< awt::XProgressBar >( xMonitor, uno::UNO_QUERY ); in DBG_NAME()417 if( mxProgressBar.is() ) in DBG_NAME()432 mxProgressBar->setRange( 0, GALLERY_PROGRESS_RANGE ); in DBG_NAME()452 if( mxProgressBar.is() && nMaxVal ) in Update()453 …mxProgressBar->setValue( Min( (sal_uIntPtr)( (double) nVal / nMaxVal * GALLERY_PROGRESS_RANGE ), (… in Update()
112 inline SegmentProgressBar& getProgressBar() const { return *mxProgressBar; } in getProgressBar()246 ProgressBarPtr mxProgressBar; // The progress bar. member in oox::xls::WorkbookGlobals531 …mxProgressBar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "… in initialize()537 …mxProgressBar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "… in initialize()
406 ISegmentProgressBarRef mxProgressBar; /// Sheet progress bar. member in oox::xls::WorksheetGlobals430 mxProgressBar( rxProgressBar ), in WorksheetGlobals()469 if( mxProgressBar.get() ) in WorksheetGlobals()471 mxRowProgress = mxProgressBar->createSegment( 0.5 ); in WorksheetGlobals()472 mxFinalProgress = mxProgressBar->createSegment( 0.5 ); in WorksheetGlobals()
164 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XProgressBar > mxProgressBar;