Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dtxatritr.cxx161 if( m_nChgPos == m_aScriptIter.GetScriptChgPos() ) in SearchNextChg()
177 m_nChgPos = m_aScriptIter.GetScriptChgPos(); in SearchNextChg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxatritr.cxx161 if( nChgPos == aSIter.GetScriptChgPos() ) in SearchNextChg()
177 nChgPos = aSIter.GetScriptChgPos(); in SearchNextChg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dtxatritr.hxx45 sal_Int32 GetScriptChgPos() const { return (m_nChgPos == -1) ? COMPLETE_STRING : m_nChgPos; } in GetScriptChgPos() function in SwScriptIterator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtxatritr.hxx45 sal_Int32 GetScriptChgPos() const { return (m_nChgPos == -1) ? COMPLETE_STRING : m_nChgPos; } in GetScriptChgPos() function in SwScriptIterator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dfindtxt.cxx773 nEnd.GetAnyIndex() = pScriptIter->GetScriptChgPos(); in DoSearch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dfindtxt.cxx798 nEnd.GetAnyIndex() = pScriptIter->GetScriptChgPos(); in DoSearch()