Searched refs:sStrg (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/basic/source/sbx/ |
H A D | sbxform.cxx | 152 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 …]
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxform.hxx | 115 inline void ShiftString( String& sStrg, sal_uInt16 nStartPos ); 116 inline void StrAppendChar( String& sStrg, sal_Unicode ch ); 117 void AppendDigit( String& sStrg, short nDigit ); 118 void LeftShiftDecimalPoint( String& sStrg ); 119 void StrRoundDigit( String& sStrg, short nPos, sal_Bool& bOverflow ); 120 void StrRoundDigit( String& sStrg, short nPos ); 121 void ParseBack( String& sStrg, const String& sFormatStrg,
|
Completed in 18 milliseconds