Lines Matching refs:bOverflow
187 void SbxBasicFormater::StrRoundDigit( String& sStrg, short nPos, sal_Bool& bOverflow ) in StrRoundDigit() argument
193 bOverflow = sal_False; in StrRoundDigit()
198 StrRoundDigit( sStrg,nPos-1,bOverflow ); in StrRoundDigit()
217 bOverflow = sal_True; in StrRoundDigit()
229 StrRoundDigit( sStrg,nPos-1,bOverflow ); in StrRoundDigit()
242 bOverflow = sal_True; in StrRoundDigit()
250 sal_Bool bOverflow; in StrRoundDigit() local
252 StrRoundDigit( sStrg,nPos,bOverflow ); in StrRoundDigit()
912 sal_Bool bOverflow = sal_False; in ScanFormatString() local
919 StrRoundDigit( sReturnStrg,sReturnStrg.Len()-1,bOverflow ); in ScanFormatString()
920 if( bOverflow ) in ScanFormatString()