Home
last modified time | relevance | path

Searched refs:nCatEnd (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/ui/dlg/
H A Dfuncpage.cxx145 sal_uInt32 nCatEnd; in UpdateFunctionList() local
149 nCatEnd = nCategoryCount; in UpdateFunctionList()
153 nCatEnd = nCatBeg + 1; in UpdateFunctionList()
155 for (sal_uInt32 i = nCatBeg; i < nCatEnd; ++i) in UpdateFunctionList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/formula/source/ui/dlg/
H A Dfuncpage.cxx149 sal_uInt32 nCatEnd; in UpdateFunctionList() local
153 nCatEnd = nCategoryCount; in UpdateFunctionList()
157 nCatEnd = nCatBeg + 1; in UpdateFunctionList()
159 for (sal_uInt32 i = nCatBeg; i < nCatEnd; ++i) in UpdateFunctionList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dreffld.cxx500 const sal_Int32 nCatEnd = bHasCat ? nCatStart + m_sSetRefName.getLength() : -1; in UpdateField() local
527 nEnd = std::max(nNumEnd, nCatEnd); in UpdateField()
542 ? std::max(nNumStart + 1, nCatEnd) in UpdateField()
546 nStart = bHasCat ? std::max(nNumEnd, nCatEnd) : nNumEnd; in UpdateField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dreffld.cxx503 const sal_Int32 nCatEnd = bHasCat ? nCatStart + m_sSetRefName.getLength() : -1; in UpdateField() local
530 nEnd = std::max(nNumEnd, nCatEnd); in UpdateField()
545 ? std::max(nNumStart + 1, nCatEnd) in UpdateField()
549 nStart = bHasCat ? std::max(nNumEnd, nCatEnd) : nNumEnd; in UpdateField()