Searched refs:getScrollBar (Results 1 – 3 of 3) sorted by relevance
89 return ( mpParent->getScrollBar()->IsVisible() ) ? 2 : 1; in getAccessibleChildCount()106 else if ( mpParent->getScrollBar()->IsVisible() ) in getAccessibleAtPoint()108 const Point aOutPos( mpParent->getScrollBar()->GetPosPixel() ); in getAccessibleAtPoint()109 const Size aScrollBar = mpParent->getScrollBar()->GetOutputSizePixel(); in getAccessibleAtPoint()113 xRet = mpParent->getScrollBar()->GetAccessible(); in getAccessibleAtPoint()136 if ( mpParent->getScrollBar()->IsVisible() && i == 0 ) in getAccessibleChild()137 return mpParent->getScrollBar()->GetAccessible(); in getAccessibleChild()347 if ( m_pParent->getCharSetControl()->getScrollBar()->IsVisible() ) in implGetBounds()349 … const Size aScrollBar = m_pParent->getCharSetControl()->getScrollBar()->GetOutputSizePixel(); in implGetBounds()
85 ScrollBar* getScrollBar();
702 ScrollBar* SvxShowCharSet::getScrollBar() in getScrollBar() function in SvxShowCharSet