Lines Matching refs:mxProgressBar
1344 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()
1436 getImpl()->mxProgressBar->setRange( min, max ); in SetRange()
1441 if ( !getImpl()->mxProgressBar.is() ) in GetValue()
1443 return getImpl()->mxProgressBar->getValue(); in GetValue()