Home
last modified time | relevance | path

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

/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx45 T& m_aComboListBox; member in VCLListBoxHelper
50 m_aComboListBox( _pListBox ){} in VCLListBoxHelper()
55 return m_aComboListBox.GetEntry( nPos ); in GetEntry()
60 Rectangle aTemp = m_aComboListBox.GetWindowExtentsRelative(NULL); in GetDropDownPosSizePixel()
61 Rectangle aRet = m_aComboListBox.GetDropDownPosSizePixel(); in GetDropDownPosSizePixel()
69 if ( m_aComboListBox.IsInDropDown() && IsEntryVisible( nItem ) ) in GetBoundingRectangle()
71 Rectangle aTemp = m_aComboListBox.GetDropDownPosSizePixel(); in GetBoundingRectangle()
73 aSize.Height() /= m_aComboListBox.GetDisplayLineCount(); in GetBoundingRectangle()
75 aTopLeft.Y() += aSize.Height() * ( nItem - m_aComboListBox.GetTopEntry() ); in GetBoundingRectangle()
79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
[all …]