Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx383 ::boost::optional< size_t > FindItemForPoint( const Point& i_rPoint ) const;
862 ::boost::optional< size_t > PanelTabBar_Impl::FindItemForPoint( const Point& i_rPoint ) const in FindItemForPoint() function in svt::PanelTabBar_Impl
1094 … ::boost::optional< size_t > aNewItem( m_pImpl->FindItemForPoint( i_rMouseEvent.GetPosPixel() ) ); in MouseMove()
1121 … ::boost::optional< size_t > aHitItem( m_pImpl->FindItemForPoint( i_rMouseEvent.GetPosPixel() ) ); in MouseButtonDown()
1138 … ::boost::optional< size_t > aHitItem( m_pImpl->FindItemForPoint( i_rMouseEvent.GetPosPixel() ) ); in MouseButtonUp()
1159 …::boost::optional< size_t > aHelpItem( m_pImpl->FindItemForPoint( ScreenToOutputPixel( i_rHelpEven… in RequestHelp()

Completed in 20 milliseconds