Lines Matching refs:bTmpBanking
782 sal_Bool bTmpBanking; in FillEListWithCurrency_Impl() local
786 &pTmpCurrencyEntry,&bTmpBanking); in FillEListWithCurrency_Impl()
873 sal_Bool bTmpBanking; in FillEListWithSysCurrencys() local
877 &pTmpCurrencyEntry,&bTmpBanking); in FillEListWithSysCurrencys()
922 sal_Bool bTmpBanking, bAdaptSelPos; in FillEListWithUserCurrencys() local
930 &pTmpCurrencyEntry,&bTmpBanking); in FillEListWithUserCurrencys()
942 bBankingSymbol=bTmpBanking; in FillEListWithUserCurrencys()
943 nCurCurrencyEntryPos=FindCurrencyFormat(pTmpCurrencyEntry,bTmpBanking); in FillEListWithUserCurrencys()
954 bTmpBanking=bBankingSymbol; in FillEListWithUserCurrencys()
961 pTmpCurrencyEntry->BuildSymbolString(rShortSymbol,bTmpBanking,sal_True); in FillEListWithUserCurrencys()
985 else if( (!bTmpBanking && aNewFormNInfo.Search(rSymbol)!=STRING_NOTFOUND) || in FillEListWithUserCurrencys()
986 (bTmpBanking && aNewFormNInfo.Search(rBankSymbol)!=STRING_NOTFOUND) ) in FillEListWithUserCurrencys()
999 if(pTmpCurrencyEntry==pTstCurrencyEntry && bTstBanking==bTmpBanking) in FillEListWithUserCurrencys()
1023 aWSStringsDtor, *pTmpCurrencyEntry, bTmpBanking ); in FillEListWithUserCurrencys()
1024 if ( !bTmpBanking ) in FillEListWithUserCurrencys()
1030 if ( !bTmpBanking && nCurCategory != NUMBERFORMAT_ALL ) in FillEListWithUserCurrencys()
1802 …umberFormatShell::FindCurrencyFormat(const NfCurrencyEntry* pTmpCurrencyEntry,sal_Bool bTmpBanking) in FindCurrencyFormat() argument
1819 if(bTmpBanking && aCurCurrencyList.Count()>nPos) in FindCurrencyFormat()
1830 sal_Bool SvxNumberFormatShell::IsInTable(sal_uInt16 nPos,sal_Bool bTmpBanking,const String &rFmtStr… in IsInTable() argument
1849 *pTmpCurrencyEntry, bTmpBanking ); in IsInTable()