Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx484 SvLBoxEntry* SvTabListBox::GetEntryOnPos( sal_uLong _nEntryPos ) const in GetEntryOnPos()
491 if ( nPos == _nEntryPos ) in GetEntryOnPos()
499 pEntry = GetChildOnPos( pParent, _nEntryPos, nPos ); in GetEntryOnPos()
508 SvLBoxEntry* SvTabListBox::GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _… in GetChildOnPos() argument
514 if ( _rPos == _nEntryPos ) in GetChildOnPos()
519 SvLBoxEntry* pEntry = GetChildOnPos( pParent, _nEntryPos, _rPos ); in GetChildOnPos()
H A Divctrl.cxx596 Rectangle SvtIconChoiceCtrl::GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _… in GetEntryCharacterBounds() argument
600 Pair aEntryCharacterRange = GetLineStartEnd( _nEntryPos ); in GetEntryCharacterBounds()
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx170 …virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacter… in GetEntryCharacterBounds() argument
174 Pair aEntryCharacterRange = m_aComboListBox.GetLineStartEnd( _nEntryPos ); in GetEntryCharacterBounds()
H A DIComboListBoxHelper.hxx60 …virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCha…
/trunk/main/svtools/inc/svtools/
H A Dsvtabbx.hxx71 SvLBoxEntry* GetEntryOnPos( sal_uLong _nEntryPos ) const;
72 …SvLBoxEntry* GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _rPos ) con…
H A Divctrl.hxx374 …Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex …

Completed in 37 milliseconds