Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/sbx/
H A Dsbxform.cxx187 void SbxBasicFormater::StrRoundDigit( String& sStrg, short nPos, sal_Bool& bOverflow ) in StrRoundDigit() function in SbxBasicFormater
198 StrRoundDigit( sStrg,nPos-1,bOverflow ); in StrRoundDigit()
229 StrRoundDigit( sStrg,nPos-1,bOverflow ); in StrRoundDigit()
248 void SbxBasicFormater::StrRoundDigit( String& sStrg, short nPos ) in StrRoundDigit() function in SbxBasicFormater
252 StrRoundDigit( sStrg,nPos,bOverflow ); in StrRoundDigit()
919 StrRoundDigit( sReturnStrg,sReturnStrg.Len()-1,bOverflow ); in ScanFormatString()
1034 StrRoundDigit( sReturnStrg,sReturnStrg.Len()-1 ); in ScanFormatString()
/aoo4110/main/basic/inc/basic/
H A Dsbxform.hxx119 void StrRoundDigit( String& sStrg, short nPos, sal_Bool& bOverflow );
120 void StrRoundDigit( String& sStrg, short nPos );

Completed in 23 milliseconds