Lines Matching refs:String

229 	String   		aSymbol;			/// currency symbol
230 String aBankSymbol; /// currency abbreviation
247 SVL_DLLPRIVATE void Impl_BuildFormatStringNumChars( String&,
273 const String& GetSymbol() const { return aSymbol; } in GetSymbol()
274 const String& GetBankSymbol() const { return aBankSymbol; } in GetBankSymbol()
284 void BuildSymbolString( String& rStr, sal_Bool bBank,
289 void BuildPositiveFormatString( String& rStr, sal_Bool bBank,
291 void BuildNegativeFormatString( String& rStr, sal_Bool bBank,
296 void CompletePositiveFormatString( String& rStr, sal_Bool bBank,
298 void CompleteNegativeFormatString( String& rStr, sal_Bool bBank,
302 static void CompletePositiveFormatString( String& rStr,
303 const String& rSymStr, sal_uInt16 nPosiFormat );
304 static void CompleteNegativeFormatString( String& rStr,
305 const String& rSymStr, sal_uInt16 nNegaFormat );
323 typedef String* WSStringPtr;
413 sal_Bool PutEntry( String& rString, xub_StrLen& nCheckPos, short& nType, sal_uInt32& nKey,
419 sal_Bool PutandConvertEntry( String& rString, xub_StrLen& nCheckPos,
427 sal_Bool PutandConvertEntrySystem( String& rString, xub_StrLen& nCheckPos,
468 sal_uInt32 GetIndexPuttingAndConverting( String & rString, LanguageType eLnge,
475 void GenerateFormat( String& sString, sal_uInt32 nIndex,
487 sal_Bool IsNumberFormat( const String& sString, sal_uInt32& F_Index, double& fOutNumber );
491 String& sOutString, Color** ppColor );
496 void GetOutputString( String& sString, sal_uInt32 nFIndex,
497 String& sOutString, Color** ppColor );
502 sal_uInt32 nFIndex, String& sOutString );
509 sal_Bool GetPreviewString( const String& sFormatString, double fPreviewNumber,
510 String& sOutString, Color** ppColor,
515 sal_Bool GetPreviewStringGuess( const String& sFormatString, double fPreviewNumber,
516 String& sOutString, Color** ppColor,
524 sal_Bool GetPreviewString( const String& sFormatString, const String& sPreviewString,
525 String& sOutString, Color** ppColor,
532 sal_uInt32 TestNewString( const String& sFormatString,
564 sal_uInt32 GetFormatSpecialInfo( const String&, sal_Bool& bThousand, sal_Bool& IsRed,
569 sal_Bool IsUserDefined( const String& sStr, LanguageType eLnge = LANGUAGE_DONTKNOW );
573 sal_uInt32 GetEntryKey( const String& sStr, LanguageType eLnge = LANGUAGE_DONTKNOW );
668 String GetDecimalSep() const { return GetNumDecimalSep(); } in GetDecimalSep()
671 String GetFormatDecimalSep( sal_uInt32 nFormat ) const;
698 static const NfCurrencyEntry* GetCurrencyEntry( const String& rAbbrev,
711 const String& rSymbol, const String& rAbbrev );
718 static void SetDefaultSystemCurrency( const String& rAbbrev, LanguageType eLang );
736 sal_Bool GetNewCurrencySymbolString( sal_uInt32 nFormat, String& rSymbol,
776 const String& rSymbol, const String& rExtension,
780 void GetCompatibilityCurrency( String& rSymbol, String& rAbbrev ) const;
790 String GetKeyword( LanguageType eLnge, sal_uInt16 nIndex );
794 String GetStandardName( LanguageType eLnge );
799 const String& GetTrueString();
800 const String& GetFalseString();
826 String aDecimalSep;
827 String aThousandSep;
828 String aDateSep;
874 SVL_DLLPRIVATE sal_uInt32 ImpIsEntry( const String& rString,
882 SVL_DLLPRIVATE void ImpGetNegCurrFormat( String& sNegStr, const String& rCurrSymbol );
884 SVL_DLLPRIVATE void ImpGetPosCurrFormat( String& sPosStr, const String& rCurrSymbol );
925 const NfCurrencyEntry* pData, sal_uInt16 nPos, const String& rSymbol );
971 const String& rModule, LanguageType eLang ) const in GetTransliterationForModule()
989 inline const String& GetNumDecimalSep() const { return aDecimalSep; } in GetNumDecimalSep()
992 inline const String& GetNumThousandSep() const { return aThousandSep; } in GetNumThousandSep()
995 inline const String& GetDateSep() const { return aDateSep; } in GetDateSep()