Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx360 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 Dvclxaccessiblemenuitem.cxx276 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getCharacterBounds()
304 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getIndexAtPoint()
H A Daccessiblemenuitemcomponent.cxx282 aBounds = AWTRectangle( m_pParent->GetBoundingRectangle( m_nItemPos ) ); in implGetBounds()
H A Dvclxaccessiblelist.cxx715 if ( m_pListBoxHelper->GetBoundingRectangle(i).IsInside( aPos ) ) in getAccessibleAt()
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx66 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in VCLListBoxHelper
79 aRect = m_aComboListBox.GetBoundingRectangle( nItem ); in GetBoundingRectangle()
H A DIComboListBoxHelper.hxx42 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const = 0;
/trunk/main/svtools/source/contnr/
H A Dtooltiplbox.cxx54 Rectangle aItemRect( rListBox.GetBoundingRectangle( nPos ) ); in lcl_ToolTipLBox_ShowToolTip()
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx204 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
H A Dlstbox.hxx196 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
H A Dmenu.hxx363 Rectangle GetBoundingRectangle( sal_uInt16 nItemPos ) const;
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx348 Rectangle aItemRect( GetBoundingRectangle( nItemIndex ) ); in RequestHelp()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1559 Rectangle ComboBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ComboBox
1561 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
H A Dlstbox.cxx1323 Rectangle ListBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ListBox
1325 Rectangle aRect = mpImplLB->GetMainWindow()->GetBoundingRectangle( nItem ); in GetBoundingRectangle()
H A Dilstbox.cxx2171 Rectangle ImplListBoxWindow::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle() function in ImplListBoxWindow
/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx689 Point aSelPos( mpThemes->GetBoundingRectangle( mpThemes->GetSelectEntryPos() ).Center() ); in IMPL_LINK()
/trunk/main/vcl/inc/
H A Dilstbox.hxx349 Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const;
/trunk/main/cui/source/options/
H A Doptinet2.cxx1099 aItemRect = GetBoundingRectangle(nPos); in RequestHelp()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx685 … Rectangle aEntryRect( maLstBox.GetBoundingRectangle( maLstBox.GetSelectEntryPos() ) ); in PreNotify()
/trunk/main/vcl/source/window/
H A Dmenu.cxx3211 Rectangle Menu::GetBoundingRectangle( sal_uInt16 nPos ) const in GetBoundingRectangle() function in Menu

Completed in 124 milliseconds