Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx1344 uno::Reference< awt::XProgressBar > mxProgressBar; member in layout::ProgressBarImpl
1347 , 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 …]
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx415 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()
453mxProgressBar->setValue( Min( (sal_uIntPtr)( (double) nVal / nMaxVal * GALLERY_PROGRESS_RANGE ), (… in Update()
/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx112 inline SegmentProgressBar& getProgressBar() const { return *mxProgressBar; } in getProgressBar()
246 ProgressBarPtr mxProgressBar; // The progress bar. member in oox::xls::WorkbookGlobals
531mxProgressBar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "… in initialize()
537mxProgressBar.reset( new SegmentProgressBar( mrBaseFilter.getStatusIndicator(), CREATE_OUSTRING( "… in initialize()
H A Dworksheethelper.cxx406 ISegmentProgressBarRef mxProgressBar; /// Sheet progress bar. member in oox::xls::WorksheetGlobals
430 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()
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx164 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XProgressBar > mxProgressBar;