Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/misc/
H A Dhangulhanja.cxx144 …sal_Int32 m_nCurrentStartIndex; // the start index within m_sCurrentPortion of the… member in editeng::HangulHanjaConversion_Impl
294 , m_nCurrentStartIndex( 0 ) in HangulHanjaConversion_Impl()
380 sal_Int32 nStartSearch = m_nCurrentStartIndex; in implUpdateSuggestions()
443 m_nCurrentStartIndex = aResult.Boundary.startPos; in implUpdateSuggestions()
449 if( m_nCurrentStartIndex == aResult.Boundary.startPos in implUpdateSuggestions()
458 if( m_sCurrentPortion.getLength() >= m_nCurrentStartIndex+1 ) in implUpdateSuggestions()
459 m_nCurrentEndIndex = m_nCurrentStartIndex+1; in implUpdateSuggestions()
523 (m_nCurrentStartIndex < m_sCurrentPortion.getLength()); in implNextConvertibleUnit()
535 m_nCurrentStartIndex = m_nCurrentEndIndex = 0; in implRetrieveNextPortion()
552 ? ( IsByCharacter() ? m_nCurrentStartIndex : m_nCurrentStartIndex ) in implNextConvertible()
[all …]