Lines Matching refs:sal_Int32

94 void SAL_CALL SplashScreen::start(const OUString&, sal_Int32 nRange)  in start()
153 void SAL_CALL SplashScreen::setValue(sal_Int32 nValue) in setValue()
206 _tlx = sal_Int32( double( aSize.Width() ) * _fXPos ); in initialize()
207 _tly = sal_Int32( double( aSize.Height() ) * _fYPos ); in initialize()
210 _barwidth = sal_Int32( double( aSize.Width() ) * _fWidth ); in initialize()
212 _barheight = sal_Int32( double( aSize.Width() ) * _fHeight ); in initialize()
325 sal_Int32 idx = 0; in loadConfig()
326 sal_Int32 temp = sProgressFrameColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
350 sal_Int32 idx = 0; in loadConfig()
351 sal_Int32 temp = sProgressBarColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
372 sal_Int32 idx = 0; in loadConfig()
373 sal_Int32 temp = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig()
386 sal_Int32 idx = 0; in loadConfig()
387 sal_Int32 temp = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig()
409 sal_Int32 nIndex = 0; in initBitmap()
482 sal_Int32 nWidth( 0 ); in findScreenBitmap()
483 sal_Int32 nHeight( 0 ); in findScreenBitmap()
566 sal_Int32 nWidth( 0 ); in determineProgressRatioValues()
567 sal_Int32 nHeight( 0 ); in determineProgressRatioValues()
568 sal_Int32 nScreenRatio( 0 ); in determineProgressRatioValues()
578 nScreenRatio = sal_Int32( math::round( double( nWidth ) / double( nHeight ), 2 ) * 100 ); in determineProgressRatioValues()
584 for ( sal_Int32 i = 0; i <= 9; i++ ) in determineProgressRatioValues()
597 sal_Int32 nRatio = sal_Int32( math::round( fRatio, 2 ) * 100 ); in determineProgressRatioValues()
607 sal_Int32 idx = 0; in determineProgressRatioValues()
618 sal_Int32 idx = 0; in determineProgressRatioValues()