| /AOO42X/main/accessibility/source/standard/ |
| H A D | vclxaccessiblelistitem.cxx | 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()
|
| H A D | vclxaccessiblemenuitem.cxx | 276 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getCharacterBounds() 304 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getIndexAtPoint()
|
| H A D | accessiblemenuitemcomponent.cxx | 282 aBounds = AWTRectangle( m_pParent->GetBoundingRectangle( m_nItemPos ) ); in implGetBounds()
|
| H A D | vclxaccessiblelist.cxx | 715 if ( m_pListBoxHelper->GetBoundingRectangle(i).IsInside( aPos ) ) in getAccessibleAt()
|
| /AOO42X/main/accessibility/inc/accessibility/helper/ |
| H A D | listboxhelper.hxx | 66 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in VCLListBoxHelper 79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
|
| H A D | IComboListBoxHelper.hxx | 42 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const = 0;
|
| /AOO42X/main/svtools/source/contnr/ |
| H A D | tooltiplbox.cxx | 54 Rectangle aItemRect( rListBox.GetBoundingRectangle( nPos ) ); in lcl_ToolTipLBox_ShowToolTip()
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | combobox.hxx | 204 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
|
| H A D | lstbox.hxx | 196 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
|
| H A D | menu.hxx | 363 Rectangle GetBoundingRectangle( sal_uInt16 nItemPos ) const;
|
| /AOO42X/main/dbaccess/source/ui/control/ |
| H A D | opendoccontrols.cxx | 348 Rectangle aItemRect( GetBoundingRectangle( nItemIndex ) ); in RequestHelp()
|
| /AOO42X/main/vcl/source/control/ |
| H A D | lstbox.cxx | 1323 Rectangle ListBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ListBox 1325 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
|
| H A D | combobox.cxx | 1557 Rectangle ComboBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ComboBox 1559 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
|
| H A D | ilstbox.cxx | 2171 Rectangle ImplListBoxWindow::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ImplListBoxWindow
|
| /AOO42X/main/svx/source/gallery2/ |
| H A D | galbrws1.cxx | 689 …Point aSelPos( mpThemes->GetBoundingRectangle( mpThemes->GetSelectEntryPos() ).Center() … in IMPL_LINK()
|
| /AOO42X/main/vcl/inc/ |
| H A D | ilstbox.hxx | 349 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
|
| /AOO42X/main/cui/source/options/ |
| H A D | optinet2.cxx | 1099 aItemRect = GetBoundingRectangle(nPos); in RequestHelp()
|
| /AOO42X/main/vcl/source/app/ |
| H A D | dbggui.cxx | 685 … Rectangle aEntryRect( maLstBox.GetBoundingRectangle( maLstBox.GetSelectEntryPos() ) ); in PreNotify()
|
| /AOO42X/main/vcl/source/window/ |
| H A D | menu.cxx | 3211 Rectangle Menu::GetBoundingRectangle( sal_uInt16 nPos ) const in GetBoundingRectangle() function in Menu
|