Home
last modified time | relevance | path

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

/aoo42x/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx174 Pair aEntryCharacterRange = m_aComboListBox.GetLineStartEnd( _nEntryPos ); in GetEntryCharacterBounds() local
175 if ( aEntryCharacterRange.A() + _nCharacterIndex <= aEntryCharacterRange.B() ) in GetEntryCharacterBounds()
177 long nIndex = aEntryCharacterRange.A() + _nCharacterIndex; in GetEntryCharacterBounds()
/aoo42x/main/svtools/source/contnr/
H A Divctrl.cxx600 Pair aEntryCharacterRange = GetLineStartEnd( _nEntryPos ); in GetEntryCharacterBounds() local
601 if ( aEntryCharacterRange.A() + _nCharacterIndex < aEntryCharacterRange.B() ) in GetEntryCharacterBounds()
603 aRect = GetCharacterBounds( aEntryCharacterRange.A() + _nCharacterIndex ); in GetEntryCharacterBounds()

Completed in 17 milliseconds