Searched refs:nDelKey (Results 1 – 1 of 1) sorted by relevance
319 sal_uInt32 nDelKey = pFormatter->GetEntryKey( rFormat, eCurLanguage ); in RemoveFormat() local321 DBG_ASSERT( nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND, "Eintrag nicht gefunden!" ); in RemoveFormat()322 DBG_ASSERT( !IsRemoved_Impl( nDelKey ), "Eintrag bereits geloescht!" ); in RemoveFormat()324 if ( (nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND) && !IsRemoved_Impl( nDelKey ) ) in RemoveFormat()326 aDelList.Insert( nDelKey, aDelList.Count() ); in RemoveFormat()328 if ( IsAdded_Impl( nDelKey ) ) in RemoveFormat()336 if ( aAddList[i] == nDelKey ) in RemoveFormat()346 nCurCategory=pFormatter->GetType(nDelKey); //@@ 01.10.97 in RemoveFormat()
Completed in 13 milliseconds