Lines Matching refs:GetScrollButton

162 …i_rTabBar.GetScrollButton( true ).AddEventListener( LINK( this, AccessibleToolPanelTabBar_Impl, On…  in AccessibleToolPanelTabBar_Impl()
163 …i_rTabBar.GetScrollButton( false ).AddEventListener( LINK( this, AccessibleToolPanelTabBar_Impl, O… in AccessibleToolPanelTabBar_Impl()
187 …m_pTabBar->GetScrollButton( true ).RemoveEventListener( LINK( this, AccessibleToolPanelTabBar_Impl… in dispose()
188 …m_pTabBar->GetScrollButton( false ).RemoveEventListener( LINK( this, AccessibleToolPanelTabBar_Imp… in dispose()
268 … const bool bForwardButton = ( pWindowEvent->GetWindow() == &m_pTabBar->GetScrollButton( true ) ); in IMPL_LINK()
269 …const bool bBackwardButton = ( pWindowEvent->GetWindow() == &m_pTabBar->GetScrollButton( false ) ); in IMPL_LINK()
278 …const Reference< XAccessible > xButtonAccessible( m_pTabBar->GetScrollButton( bForwardButton ).Get… in IMPL_LINK()
334 const bool bHasScrollBack = m_pImpl->getTabBar()->GetScrollButton( false ).IsVisible(); in getAccessibleChildCount()
335 const bool bHasScrollForward = m_pImpl->getTabBar()->GetScrollButton( true ).IsVisible(); in getAccessibleChildCount()
347 const bool bHasScrollBack = m_pImpl->getTabBar()->GetScrollButton( false ).IsVisible(); in getAccessibleChild()
348 const bool bHasScrollForward = m_pImpl->getTabBar()->GetScrollButton( true ).IsVisible(); in getAccessibleChild()
356 …Reference< XAccessible > xScrollButtonAccessible( m_pImpl->getTabBar()->GetScrollButton( bScrollFo… in getAccessibleChild()
413 const bool bHasScrollBack = m_pImpl->getTabBar()->GetScrollButton( false ).IsVisible(); in getAccessibleAtPoint()
414 …if ( bHasScrollBack && lcl_covers( m_pImpl->getTabBar()->GetScrollButton( false ), aRequestedClien… in getAccessibleAtPoint()
415 return m_pImpl->getTabBar()->GetScrollButton( false ).GetAccessible(); in getAccessibleAtPoint()
417 const bool bHasScrollForward = m_pImpl->getTabBar()->GetScrollButton( true ).IsVisible(); in getAccessibleAtPoint()
418 …if ( bHasScrollForward && lcl_covers( m_pImpl->getTabBar()->GetScrollButton( true ), aRequestedCli… in getAccessibleAtPoint()
419 return m_pImpl->getTabBar()->GetScrollButton( true ).GetAccessible(); in getAccessibleAtPoint()