Home
last modified time | relevance | path

Searched refs:nDelKey (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dnumfmtsh.cxx283 sal_uInt32 nDelKey = pFormatter->GetEntryKey(rFormat, eCurLanguage); in RemoveFormat() local
285 DBG_ASSERT(nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND, "entry not found!"); in RemoveFormat()
286 DBG_ASSERT(!IsRemoved_Impl(nDelKey), "entry already removed!"); in RemoveFormat()
288 if ((nDelKey == NUMBERFORMAT_ENTRY_NOT_FOUND) || IsRemoved_Impl(nDelKey)) in RemoveFormat()
291 aDelList.push_back(nDelKey); in RemoveFormat()
293 ::std::vector<sal_uInt32>::iterator nAt = GetAdded_Impl(nDelKey); in RemoveFormat()
299 nCurCategory = pFormatter->GetType(nDelKey); in RemoveFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dnumfmtsh.cxx282 sal_uInt32 nDelKey = pFormatter->GetEntryKey(rFormat, eCurLanguage); in RemoveFormat() local
284 DBG_ASSERT(nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND, "entry not found!"); in RemoveFormat()
285 DBG_ASSERT(!IsRemoved_Impl(nDelKey), "entry already removed!"); in RemoveFormat()
287 if ((nDelKey != NUMBERFORMAT_ENTRY_NOT_FOUND) && !IsRemoved_Impl(nDelKey)) in RemoveFormat()
289 aDelList.push_back(nDelKey); in RemoveFormat()
291 ::std::vector<sal_uInt32>::iterator nAt = GetAdded_Impl(nDelKey); in RemoveFormat()
297 nCurCategory = pFormatter->GetType(nDelKey); in RemoveFormat()