Lines Matching refs:m_pTabBar
63 if ( m_pTabBar ) in DBG_NAME()
64 …m_aAccessibleChildren.assign( m_pTabBar->GetAccessibleChildWindowCount() + 1, Reference< XAccessib… in DBG_NAME()
134 if ( m_pTabBar ) in FillAccessibleStateSet()
136 if ( m_pTabBar->IsEnabled() ) in FillAccessibleStateSet()
144 if ( m_pTabBar->HasFocus() ) in FillAccessibleStateSet()
149 if ( m_pTabBar->IsVisible() ) in FillAccessibleStateSet()
152 if ( m_pTabBar->GetStyle() & WB_SIZEABLE ) in FillAccessibleStateSet()
164 if ( m_pTabBar ) in implGetBounds()
165 aBounds = AWTRectangle( Rectangle( m_pTabBar->GetPosPixel(), m_pTabBar->GetSizePixel() ) ); in implGetBounds()
265 if ( m_pTabBar ) in getAccessibleChild()
267 sal_Int32 nCount = m_pTabBar->GetAccessibleChildWindowCount(); in getAccessibleChild()
271 Window* pChild = m_pTabBar->GetAccessibleChildWindow( (sal_uInt16)i ); in getAccessibleChild()
277 xChild = new AccessibleTabBarPageList( m_pTabBar, i ); in getAccessibleChild()
295 if ( m_pTabBar ) in getAccessibleParent()
297 Window* pParent = m_pTabBar->GetAccessibleParentWindow(); in getAccessibleParent()
312 if ( m_pTabBar ) in getAccessibleIndexInParent()
314 Window* pParent = m_pTabBar->GetAccessibleParentWindow(); in getAccessibleIndexInParent()
320 if ( pChild == static_cast< Window* >( m_pTabBar ) ) in getAccessibleIndexInParent()
348 if ( m_pTabBar ) in getAccessibleDescription()
349 sDescription = m_pTabBar->GetAccessibleDescription(); in getAccessibleDescription()
361 if ( m_pTabBar ) in getAccessibleName()
362 sName = m_pTabBar->GetAccessibleName(); in getAccessibleName()
445 if ( m_pTabBar ) in grabFocus()
446 m_pTabBar->GrabFocus(); in grabFocus()
456 if ( m_pTabBar ) in getForeground()
458 if ( m_pTabBar->IsControlForeground() ) in getForeground()
459 nColor = m_pTabBar->GetControlForeground().GetColor(); in getForeground()
463 if ( m_pTabBar->IsControlFont() ) in getForeground()
464 aFont = m_pTabBar->GetControlFont(); in getForeground()
466 aFont = m_pTabBar->GetFont(); in getForeground()
481 if ( m_pTabBar ) in getBackground()
483 if ( m_pTabBar->IsControlBackground() ) in getBackground()
484 nColor = m_pTabBar->GetControlBackground().GetColor(); in getBackground()
486 nColor = m_pTabBar->GetBackground().GetColor().GetColor(); in getBackground()
501 if ( m_pTabBar ) in getFont()
503 Reference< awt::XDevice > xDev( m_pTabBar->GetComponentInterface(), UNO_QUERY ); in getFont()
507 if ( m_pTabBar->IsControlFont() ) in getFont()
508 aFont = m_pTabBar->GetControlFont(); in getFont()
510 aFont = m_pTabBar->GetFont(); in getFont()
527 if ( m_pTabBar ) in getTitledBorderText()
528 sText = m_pTabBar->GetText(); in getTitledBorderText()
540 if ( m_pTabBar ) in getToolTipText()
541 sText = m_pTabBar->GetQuickHelpText(); in getToolTipText()