Lines Matching refs:nKey
863 sal_uInt32 nKey = pCurFmtTable->GetCurKey(); in FillEListWithSysCurrencys() local
867 if ( !IsRemoved_Impl( nKey )) in FillEListWithSysCurrencys()
876 pFormatter->GetNewCurrencySymbolString(nKey,rSymbol, in FillEListWithSysCurrencys()
891 if ( nKey == nCurFormatKey ) nSelPos =aCurEntryList.Count(); in FillEListWithSysCurrencys()
893 aCurEntryList.Insert( nKey, aCurEntryList.Count() ); in FillEListWithSysCurrencys()
968 sal_uInt32 nKey = pCurFmtTable->GetCurKey(); in FillEListWithUserCurrencys() local
972 if ( !IsRemoved_Impl( nKey ) ) in FillEListWithUserCurrencys()
996 /*sal_Bool bTstFlag=*/pFormatter->GetNewCurrencySymbolString(nKey,rTstSymbol, in FillEListWithUserCurrencys()
1011 aKeyList.Insert( nKey, aKeyList.Count() ); in FillEListWithUserCurrencys()
1126 sal_uInt32 nKey = pCurFmtTable->GetCurKey(); in FillEListWithUsD_Impl() local
1130 if ( !IsRemoved_Impl( nKey ) ) in FillEListWithUsD_Impl()
1151 if ( nKey == nCurFormatKey ) nSelPos =aCurEntryList.Count(); in FillEListWithUsD_Impl()
1153 aCurEntryList.Insert( nKey, aCurEntryList.Count() ); in FillEListWithUsD_Impl()
1181 sal_Bool SvxNumberFormatShell::IsRemoved_Impl( sal_uInt32 nKey ) in IsRemoved_Impl() argument
1185 if ( aDelList[i] == nKey ) in IsRemoved_Impl()
1192 sal_Bool SvxNumberFormatShell::IsAdded_Impl( sal_uInt32 nKey ) in IsAdded_Impl() argument
1196 if ( aAddList[i] == nKey ) in IsAdded_Impl()