Searched refs:_nEntryPos (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 484 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 D | ivctrl.cxx | 596 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 D | listboxhelper.hxx | 170 …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 D | IComboListBoxHelper.hxx | 60 …virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCha…
|
/trunk/main/svtools/inc/svtools/ |
H A D | svtabbx.hxx | 71 SvLBoxEntry* GetEntryOnPos( sal_uLong _nEntryPos ) const; 72 …SvLBoxEntry* GetChildOnPos( SvLBoxEntry* _pParent, sal_uLong _nEntryPos, sal_uLong& _rPos ) con…
|
H A D | ivctrl.hxx | 374 …Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex …
|
Completed in 39 milliseconds