Lines Matching refs:nIntlFormat

4121             nIntlFormat  in GetEffectivePositiveFormat()
4130 switch ( nIntlFormat ) in GetEffectivePositiveFormat()
4133 nIntlFormat = 2; // $ 1 in GetEffectivePositiveFormat()
4136 nIntlFormat = 3; // 1 $ in GetEffectivePositiveFormat()
4146 return nIntlFormat; in GetEffectivePositiveFormat()
4155 sal_uInt16 lcl_MergeNegativeParenthesisFormat( sal_uInt16 nIntlFormat, sal_uInt16 nCurrFormat ) in lcl_MergeNegativeParenthesisFormat() argument
4158 switch ( nIntlFormat ) in lcl_MergeNegativeParenthesisFormat()
4240 sal_uInt16 NfCurrencyEntry::GetEffectiveNegativeFormat( sal_uInt16 nIntlFormat, in GetEffectiveNegativeFormat() argument
4248 switch ( nIntlFormat ) in GetEffectiveNegativeFormat()
4252 nIntlFormat = 9; // -$ 1 in GetEffectiveNegativeFormat()
4255 nIntlFormat = 9; // -$ 1 in GetEffectiveNegativeFormat()
4258 nIntlFormat = 11; // $ -1 in GetEffectiveNegativeFormat()
4261 nIntlFormat = 12; // $ 1- in GetEffectiveNegativeFormat()
4265 nIntlFormat = 8; // -1 $ in GetEffectiveNegativeFormat()
4268 nIntlFormat = 8; // -1 $ in GetEffectiveNegativeFormat()
4271 nIntlFormat = 13; // 1- $ in GetEffectiveNegativeFormat()
4274 nIntlFormat = 10; // 1 $- in GetEffectiveNegativeFormat()
4290 nIntlFormat = 9; // -$ 1 in GetEffectiveNegativeFormat()
4294 nIntlFormat = 8; // -1 $ in GetEffectiveNegativeFormat()
4302 else if ( nIntlFormat != nCurrFormat ) in GetEffectiveNegativeFormat()
4307 nIntlFormat = lcl_MergeNegativeParenthesisFormat( in GetEffectiveNegativeFormat()
4308 nIntlFormat, nCurrFormat ); in GetEffectiveNegativeFormat()
4311 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4314 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4317 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4320 nIntlFormat = lcl_MergeNegativeParenthesisFormat( in GetEffectiveNegativeFormat()
4321 nIntlFormat, nCurrFormat ); in GetEffectiveNegativeFormat()
4324 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4327 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4330 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4333 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4336 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4339 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4342 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4345 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4348 nIntlFormat = nCurrFormat; in GetEffectiveNegativeFormat()
4351 nIntlFormat = lcl_MergeNegativeParenthesisFormat( in GetEffectiveNegativeFormat()
4352 nIntlFormat, nCurrFormat ); in GetEffectiveNegativeFormat()
4355 nIntlFormat = lcl_MergeNegativeParenthesisFormat( in GetEffectiveNegativeFormat()
4356 nIntlFormat, nCurrFormat ); in GetEffectiveNegativeFormat()
4363 return nIntlFormat; in GetEffectiveNegativeFormat()