Lines Matching refs:rFormat
247 sal_Bool SvxNumberFormatShell::AddFormat( String& rFormat, xub_StrLen& rErrPos, in AddFormat() argument
252 sal_uInt32 nAddKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in AddFormat()
281 bInserted = pFormatter->PutEntry( rFormat, rErrPos, in AddFormat()
314 sal_Bool SvxNumberFormatShell::RemoveFormat( const String& rFormat, in RemoveFormat() argument
319 sal_uInt32 nDelKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in RemoveFormat()
363 void SvxNumberFormatShell::MakeFormat( String& rFormat, in MakeFormat() argument
385 pFormatter->GenerateFormat( rFormat, nCurFormatKey, in MakeFormat()
394 pFormatter->GenerateFormat( rFormat, nCurFormatKey, in MakeFormat()
403 void SvxNumberFormatShell::GetOptions( const String& rFormat, in GetOptions() argument
411 sal_uInt32 nFmtKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in GetOptions()
429 sal_uInt16 nPos=FindCurrencyTableEntry(rFormat, bTestBanking ); in GetOptions()
431 if(IsInTable(nPos,bTestBanking,rFormat) && in GetOptions()
432 pFormatter->GetFormatSpecialInfo( rFormat,rThousand, rNegRed, in GetOptions()