Lines Matching refs:mxProgressBar
1347 uno::Reference< awt::XProgressBar > mxProgressBar; member in layout::ProgressBarImpl
1350 , mxProgressBar( peer, uno::UNO_QUERY ) in ProgressBarImpl()
1358 mxProgressBar.clear (); in disposing()
1416 if ( !getImpl()->mxProgressBar.is() ) in SetForegroundColor()
1418 getImpl()->mxProgressBar->setForegroundColor( color ); in SetForegroundColor()
1423 if ( !getImpl()->mxProgressBar.is() ) in SetBackgroundColor()
1425 getImpl()->mxProgressBar->setBackgroundColor( color ); in SetBackgroundColor()
1430 if ( !getImpl()->mxProgressBar.is() ) in SetValue()
1432 getImpl()->mxProgressBar->setValue( i ); in SetValue()
1437 if ( !getImpl()->mxProgressBar.is() ) in SetRange()
1439 getImpl()->mxProgressBar->setRange( min, max ); in SetRange()
1444 if ( !getImpl()->mxProgressBar.is() ) in GetValue()
1446 return getImpl()->mxProgressBar->getValue(); in GetValue()