Lines Matching refs:mxProgressBar
1353 uno::Reference< awt::XProgressBar > mxProgressBar; member in layout::ProgressBarImpl
1356 , mxProgressBar( peer, uno::UNO_QUERY ) in ProgressBarImpl()
1364 mxProgressBar.clear (); in disposing()
1422 if ( !getImpl().mxProgressBar.is() ) in SetForegroundColor()
1424 getImpl().mxProgressBar->setForegroundColor( color ); in SetForegroundColor()
1429 if ( !getImpl().mxProgressBar.is() ) in SetBackgroundColor()
1431 getImpl().mxProgressBar->setBackgroundColor( color ); in SetBackgroundColor()
1436 if ( !getImpl().mxProgressBar.is() ) in SetValue()
1438 getImpl().mxProgressBar->setValue( i ); in SetValue()
1443 if ( !getImpl().mxProgressBar.is() ) in SetRange()
1445 getImpl().mxProgressBar->setRange( min, max ); in SetRange()
1450 if ( !getImpl().mxProgressBar.is() ) in GetValue()
1452 return getImpl().mxProgressBar->getValue(); in GetValue()