Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBar.cxx162 …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()
[all …]
/trunk/main/svtools/inc/svtools/toolpanel/
H A Dpaneltabbar.hxx69 PushButton& GetScrollButton( const bool i_bForward );
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx1305 PushButton& PanelTabBar::GetScrollButton( const bool i_bForward ) in GetScrollButton() function in svt::PanelTabBar