Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dtxatritr.cxx35 , m_nChgPos(rStr.getLength()) in SwScriptIterator()
60 m_nChgPos = m_bForward in SwScriptIterator()
70 if (m_bForward && m_nChgPos >= 0 && m_nChgPos < m_rText.getLength()) in Next()
79 --m_nChgPos; in Next()
93 m_nChgPos( nStt ) in SwLanguageIterator()
126 m_nChgPos = nEndPos; in Next()
176 sal_Int32 nStt = m_nChgPos; in SearchNextChg()
198 if( nHtStt >= m_nChgPos ) in SearchNextChg()
207 m_nChgPos = nHtStt; in SearchNextChg()
212 if( *pEnd < m_nChgPos ) in SearchNextChg()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxatritr.cxx35 , m_nChgPos(rStr.getLength()) in SwScriptIterator()
60 m_nChgPos = bForward in SwScriptIterator()
70 if (bForward && m_nChgPos >= 0 && m_nChgPos < m_rText.getLength()) in Next()
73 g_pBreakIt->GetBreakIter()->getScriptType(m_rText, m_nChgPos); in Next()
74 m_nChgPos = g_pBreakIt->GetBreakIter()->endOfScript( in Next()
75 m_rText, m_nChgPos, nCurScript); in Next()
77 else if (!bForward && m_nChgPos > 0) in Next()
79 --m_nChgPos; in Next()
81 g_pBreakIt->GetBreakIter()->getScriptType(m_rText, m_nChgPos); in Next()
82 m_nChgPos = g_pBreakIt->GetBreakIter()->beginOfScript( in Next()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dtxatritr.hxx34 sal_Int32 m_nChgPos; member in SwScriptIterator
45 sal_Int32 GetScriptChgPos() const { return (m_nChgPos == -1) ? COMPLETE_STRING : m_nChgPos; } in GetScriptChgPos()
58 sal_Int32 m_nChgPos; member in SwLanguageIterator
67 sal_Int32 GetChgPos() const { return m_nChgPos; } in GetChgPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtxatritr.hxx34 sal_Int32 m_nChgPos; member in SwScriptIterator
45 sal_Int32 GetScriptChgPos() const { return (m_nChgPos == -1) ? COMPLETE_STRING : m_nChgPos; } in GetScriptChgPos()