Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxform.cxx152 sStrg.Erase( nStartPos,1 ); in ShiftString()
158 sStrg.Insert( ch ); in StrAppendChar()
178 sStrg.SetChar( nPos, sStrg.GetChar( nPos - 1 ) ); in LeftShiftDecimalPoint()
208 while( nPos>=0 && (sStrg.GetChar( nPos )<ASCII_0 || sStrg.GetChar( nPos )>ASCII_9) ) in StrRoundDigit()
214 ShiftString( sStrg,0 ); in StrRoundDigit()
216 sStrg.SetChar( 0, '1' ); in StrRoundDigit()
228 sStrg.SetChar( nPos, '0' ); in StrRoundDigit()
232 sStrg.SetChar( nPos, c2+1 ); in StrRoundDigit()
239 ShiftString( sStrg,nPos+1 ); in StrRoundDigit()
262 i>0 && sFormatStrg.GetChar( i ) == '#' && sStrg.GetChar( (sStrg.Len()-1) ) == '0'; in ParseBack()
[all …]
/trunk/main/basic/inc/basic/
H A Dsbxform.hxx116 inline void ShiftString( String& sStrg, sal_uInt16 nStartPos );
117 inline void StrAppendChar( String& sStrg, sal_Unicode ch );
118 void AppendDigit( String& sStrg, short nDigit );
119 void LeftShiftDecimalPoint( String& sStrg );
120 void StrRoundDigit( String& sStrg, short nPos, sal_Bool& bOverflow );
121 void StrRoundDigit( String& sStrg, short nPos );
122 void ParseBack( String& sStrg, const String& sFormatStrg,

Completed in 23 milliseconds