Home
last modified time | relevance | path

Searched refs:nCurrentLen (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dfmtfield.cxx361 sal_Int32 nCurrentLen = GetText().getLength(); in SetTextFormatted() local
362 if ((nNewLen > nCurrentLen) && (aNewSel.Max() == nCurrentLen)) in SetTextFormatted()
367 if (!nCurrentLen) in SetTextFormatted()
476 sal_Int32 nCurrentLen = GetText().getLength(); in ImplSetTextImpl() local
478 if ((nNewLen > nCurrentLen) && (aSel.Max() == nCurrentLen)) in ImplSetTextImpl()
482 if (!nCurrentLen) in ImplSetTextImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfmtfield.cxx320 sal_Int32 nCurrentLen = GetEntryText().getLength(); in SetTextFormatted() local
321 if ((nNewLen > nCurrentLen) && (aNewSel.Max() == nCurrentLen)) in SetTextFormatted()
326 if (!nCurrentLen) in SetTextFormatted()
420 sal_Int32 nCurrentLen = GetEntryText().getLength(); in ImplSetTextImpl() local
422 if ((nNewLen > nCurrentLen) && (aSel.Max() == nCurrentLen)) in ImplSetTextImpl()
426 if (!nCurrentLen) in ImplSetTextImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx1413 sal_Int32 nCurrentLen = m_xEditEngine->GetText().getLength(); in KeyInput() local
1453 sal_Int32 nAddedChars = m_xEditEngine->GetText().getLength() - nCurrentLen; in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx1410 sal_Int32 nCurrentLen = m_xEditEngine->GetText().getLength(); in KeyInput() local
1450 sal_Int32 nAddedChars = m_xEditEngine->GetText().getLength() - nCurrentLen; in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dndtxt.cxx2367 const size_t nCurrentLen = m_pSwpHints->Count(); in InsertText() local
2369 if ( nCurrentLen > m_pSwpHints->Count() && i ) in InsertText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dndtxt.cxx2366 const size_t nCurrentLen = m_pSwpHints->Count(); in InsertText() local
2368 if ( nCurrentLen > m_pSwpHints->Count() && i ) in InsertText()