Lines Matching refs:idx
325 sal_Int32 idx = 0; in loadConfig() local
326 sal_Int32 temp = sProgressFrameColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
327 if ( idx != -1 ) in loadConfig()
330 temp = sProgressFrameColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
332 if ( idx != -1 ) in loadConfig()
335 … nBlue = static_cast< sal_uInt8 >( sProgressFrameColor.getToken( 0, ',', idx ).toInt32() ); in loadConfig()
350 sal_Int32 idx = 0; in loadConfig() local
351 sal_Int32 temp = sProgressBarColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
352 if ( idx != -1 ) in loadConfig()
355 temp = sProgressBarColor.getToken( 0, ',', idx ).toInt32(); in loadConfig()
357 if ( idx != -1 ) in loadConfig()
360 nBlue = static_cast< sal_uInt8 >( sProgressBarColor.getToken( 0, ',', idx ).toInt32() ); in loadConfig()
372 sal_Int32 idx = 0; in loadConfig() local
373 sal_Int32 temp = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig()
374 if ( idx != -1 ) in loadConfig()
377 _barheight = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig()
386 sal_Int32 idx = 0; in loadConfig() local
387 sal_Int32 temp = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig()
388 if ( idx != -1 ) in loadConfig()
391 _tly = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig()
607 sal_Int32 idx = 0; in determineProgressRatioValues() local
608 double temp = sFullScreenProgressPos.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
609 if ( idx != -1 ) in determineProgressRatioValues()
612 rYRelPos = sFullScreenProgressPos.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
618 sal_Int32 idx = 0; in determineProgressRatioValues() local
619 double temp = sFullScreenProgressSize.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
620 if ( idx != -1 ) in determineProgressRatioValues()
623 rRelHeight = sFullScreenProgressSize.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()