Searched refs:GetBoundingRectangle (Results 1 – 19 of 19) sorted by relevance
360 Rectangle aRect( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in containsPoint()379 aRect = AWTRectangle( m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ) ); in getBounds()392 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocation()406 Rectangle aRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getLocationOnScreen()420 aSize = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ).GetSize(); in getSize()481 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getCharacterBounds()506 Rectangle aItemRect = m_pListBoxHelper->GetBoundingRectangle( (sal_uInt16)m_nIndexInParent ); in getIndexAtPoint()
276 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getCharacterBounds()304 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getIndexAtPoint()
282 aBounds = AWTRectangle( m_pParent->GetBoundingRectangle( m_nItemPos ) ); in implGetBounds()
715 if ( m_pListBoxHelper->GetBoundingRectangle(i).IsInside( aPos ) ) in getAccessibleAt()
66 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in VCLListBoxHelper79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
42 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const = 0;
54 Rectangle aItemRect( rListBox.GetBoundingRectangle( nPos ) ); in lcl_ToolTipLBox_ShowToolTip()
204 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
196 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
363 Rectangle GetBoundingRectangle( sal_uInt16 nItemPos ) const;
348 Rectangle aItemRect( GetBoundingRectangle( nItemIndex ) ); in RequestHelp()
1559 Rectangle ComboBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ComboBox1561 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
1323 Rectangle ListBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ListBox1325 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
2171 Rectangle ImplListBoxWindow::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ImplListBoxWindow
689 Point aSelPos( mpThemes->GetBoundingRectangle( mpThemes->GetSelectEntryPos() ).Center() ); in IMPL_LINK()
349 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
1099 aItemRect = GetBoundingRectangle(nPos); in RequestHelp()
685 … Rectangle aEntryRect( maLstBox.GetBoundingRectangle( maLstBox.GetSelectEntryPos() ) ); in PreNotify()
3211 Rectangle Menu::GetBoundingRectangle( sal_uInt16 nPos ) const in GetBoundingRectangle() function in Menu
Completed in 275 milliseconds