Home
last modified time | relevance | path

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

/aoo41x/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBar.cxx334 const bool bHasScrollBack = m_pImpl->getTabBar()->GetScrollButton( false ).IsVisible(); in getAccessibleChildCount() local
338 + ( bHasScrollBack ? 1 : 0 ) in getAccessibleChildCount()
347 const bool bHasScrollBack = m_pImpl->getTabBar()->GetScrollButton( false ).IsVisible(); in getAccessibleChild() local
350 const bool bScrollBackRequested = ( bHasScrollBack && ( i_nIndex == 0 ) ); in getAccessibleChild()
367 return m_pImpl->getAccessiblePanelItem( i_nIndex - ( bHasScrollBack ? 1 : 0 ) ); in getAccessibleChild()
413 const bool bHasScrollBack = m_pImpl->getTabBar()->GetScrollButton( false ).IsVisible(); in getAccessibleAtPoint() local
414 …if ( bHasScrollBack && lcl_covers( m_pImpl->getTabBar()->GetScrollButton( false ), aRequestedClien… in getAccessibleAtPoint()

Completed in 7 milliseconds