Home
last modified time | relevance | path

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

/trunk/main/desktop/source/splash/
H A Dsplash.cxx46 #define NOT_LOADED ((long)-1) macro
57 , _cProgressFrameColor(sal::static_int_cast< ColorData >(NOT_LOADED)) in SplashScreen()
59 , _cProgressBarColor(sal::static_int_cast< ColorData >(NOT_LOADED)) in SplashScreen()
69 , _tlx(NOT_LOADED) in SplashScreen()
70 , _tly(NOT_LOADED) in SplashScreen()
71 , _barwidth(NOT_LOADED) in SplashScreen()
72 , _barheight(NOT_LOADED) in SplashScreen()
192 if ( NOT_LOADED == _tlx || NOT_LOADED == _tly ) in initialize()
197 if ( NOT_LOADED == _barwidth ) in initialize()
199 if ( NOT_LOADED == _barheight ) in initialize()
[all …]