Lines Matching refs:nCurCategory
194 short nOldCategory = nCurCategory; in CategoryChanged()
195 PosToCategory_Impl( nCatLbPos, nCurCategory ); in CategoryChanged()
196 pCurFmtTable = &( pFormatter->GetEntryTable( nCurCategory, in CategoryChanged()
200 if ( nCurCategory == NUMBERFORMAT_CURRENCY && nOldCategory != nCurCategory ) in CategoryChanged()
212 pCurFmtTable = &(pFormatter->ChangeCL( nCurCategory, in LanguageChanged()
234 else if(nCurCategory==NUMBERFORMAT_CURRENCY) in FormatChanged()
282 nCurCategory, nAddKey, in AddFormat()
293 pCurFmtTable = &(pFormatter->GetEntryTable( nCurCategory, in AddFormat()
296 nCurCategory=pFormatter->GetType(nAddKey); //@@ ??? in AddFormat()
297 CategoryToPos_Impl( nCurCategory, rCatLbSelPos ); in AddFormat()
346 nCurCategory=pFormatter->GetType(nDelKey); //@@ 01.10.97 in RemoveFormat()
347 pCurFmtTable = &(pFormatter->GetEntryTable( nCurCategory, in RemoveFormat()
351 nCurFormatKey=pFormatter->GetStandardFormat(nCurCategory, in RemoveFormat()
354 CategoryToPos_Impl( nCurCategory, rCatLbSelPos ); in RemoveFormat()
551 PosToCategory_Impl( CAT_ALL, nCurCategory ); // Kategorie = Alle in GetInitSettings()
553 nCurCategory = NUMBERFORMAT_UNDEFINED; // Kategorie = Undefiniert in GetInitSettings()
555 pCurFmtTable = &(pFormatter->GetFirstEntryTable( nCurCategory, in GetInitSettings()
561 CategoryToPos_Impl( nCurCategory, nCatLbPos ); in GetInitSettings()
586 if(nCurCategory==NUMBERFORMAT_ALL) in FillEntryList_Impl()
600 CategoryToPos_Impl(nCurCategory, nPrivCat); in FillEntryList_Impl()
790 nCurCategory==NUMBERFORMAT_ALL) in FillEListWithCurrency_Impl()
792 if ( nCurCategory == NUMBERFORMAT_ALL ) in FillEListWithCurrency_Impl()
857 if(nCurCategory!=NUMBERFORMAT_ALL) in FillEListWithSysCurrencys()
1020 if ( pTmpCurrencyEntry && nCurCategory != NUMBERFORMAT_ALL ) in FillEListWithUserCurrencys()
1030 if ( !bTmpBanking && nCurCategory != NUMBERFORMAT_ALL ) in FillEListWithUserCurrencys()
1094 if ( nSelPos == SELPOS_NONE && nCurCategory != NUMBERFORMAT_ALL ) in FillEListWithUserCurrencys()
1122 nCurCategory != NUMBERFORMAT_ALL); in FillEListWithUsD_Impl()