Home
last modified time | relevance | path

Searched refs:_iProgress (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/desktop/source/splash/
H A Dsplash.cxx62 , _iProgress(0) in SplashScreen()
112 _iProgress = _iMax; in end()
125 _iProgress = 0; in reset()
164 if (nValue >= _iMax) _iProgress = _iMax; in setValue()
165 else _iProgress = nValue; in setValue()
645 ImplControlValue aValue( _iProgress * _barwidth / _iMax); in Paint()
672 long length = (_iProgress * _barwidth / _iMax); in Paint()
H A Dsplash.hxx95 sal_Int32 _iProgress; member in desktop::SplashScreen

Completed in 48 milliseconds