Lines Matching refs:rLocale
49 …formatType, sal_Int16 formatUsage, const ::com::sun::star::lang::Locale& rLocale ) throw(::com::su… in getDefault() argument
55 getFormats( rLocale ); in getDefault()
77 …FormatCode( sal_Int16 formatIndex, const ::com::sun::star::lang::Locale& rLocale ) throw(::com::su… in getFormatCode() argument
79 getFormats( rLocale ); in getFormatCode()
101 …FormatCode( sal_Int16 formatUsage, const ::com::sun::star::lang::Locale& rLocale ) throw(::com::su… in getAllFormatCode() argument
103 getFormats( rLocale ); in getAllFormatCode()
134 NumberFormatCodeMapper::getAllFormatCodes( const ::com::sun::star::lang::Locale& rLocale ) throw(::… in getAllFormatCodes() argument
136 getFormats( rLocale ); in getAllFormatCodes()
155 void NumberFormatCodeMapper::setupLocale( const ::com::sun::star::lang::Locale& rLocale ) in setupLocale() argument
157 if ( aLocale.Country != rLocale.Country in setupLocale()
158 || aLocale.Language != rLocale.Language in setupLocale()
159 || aLocale.Variant != rLocale.Variant ) in setupLocale()
162 aLocale = rLocale; in setupLocale()
167 void NumberFormatCodeMapper::getFormats( const ::com::sun::star::lang::Locale& rLocale ) in getFormats() argument
169 setupLocale( rLocale ); in getFormats()