Lines Matching refs:nNFEntry

688 	sal_uInt32			nNFEntry;  in FillEListWithFormats_Impl()  local
701 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithFormats_Impl()
703 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithFormats_Impl()
714 if ( nNFEntry == nCurFormatKey ) in FillEListWithFormats_Impl()
716 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithFormats_Impl()
720 aCurEntryList.Insert( nNFEntry, aCurEntryList.Count() ); in FillEListWithFormats_Impl()
734 sal_uInt32 nNFEntry; in FillEListWithDateTime_Impl() local
747 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithDateTime_Impl()
749 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithDateTime_Impl()
759 if ( nNFEntry == nCurFormatKey ) in FillEListWithDateTime_Impl()
761 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithDateTime_Impl()
765 aCurEntryList.Insert( nNFEntry, aCurEntryList.Count() ); in FillEListWithDateTime_Impl()
818 sal_uInt32 nNFEntry; in FillEListWithSysCurrencys() local
835 nNFEntry=pFormatter->GetFormatIndex((NfIndexTableOffset)nIndex,eCurLanguage); in FillEListWithSysCurrencys()
837 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithSysCurrencys()
848 if ( nNFEntry == nCurFormatKey ) in FillEListWithSysCurrencys()
850 nSelPos = ( !IsRemoved_Impl( nNFEntry ) ) ? aCurEntryList.Count() : SELPOS_NONE; in FillEListWithSysCurrencys()
854 aCurEntryList.Insert( nNFEntry, aCurEntryList.Count() ); in FillEListWithSysCurrencys()