Lines Matching refs:nNewKey
2894 sal_uInt32 nOldKey, nOffset, nNewKey; in MergeFormatter() local
2907 nNewKey = nCLOffset + nOffset; in MergeFormatter()
2908 if (!aFTable.Get(nNewKey)) // noch nicht da in MergeFormatter()
2912 if (!aFTable.Insert(nNewKey, pNewEntry)) in MergeFormatter()
2915 if (nNewKey != nOldKey) // neuer Index in MergeFormatter()
2917 pNewIndex = new sal_uInt32(nNewKey); in MergeFormatter()
2926 nNewKey = ImpIsEntry(pNewEntry->GetFormatstring(), in MergeFormatter()
2929 if (nNewKey != NUMBERFORMAT_ENTRY_NOT_FOUND) // schon vorhanden in MergeFormatter()
2936 nNewKey = nPos+1; in MergeFormatter()
2943 else if (!aFTable.Insert(nNewKey, pNewEntry)) in MergeFormatter()
2946 pStdFormat->SetLastInsertKey((sal_uInt16) (nNewKey - nCLOffset)); in MergeFormatter()
2948 if (nNewKey != nOldKey) // neuer Index in MergeFormatter()
2950 pNewIndex = new sal_uInt32(nNewKey); in MergeFormatter()