Lines Matching refs:_pItemWindow
592 …void NavigationToolBar::setItemBackground( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const … in setItemBackground() argument
595 _pItemWindow->SetControlBackground( *static_cast< const Color* >( _pColor ) ); in setItemBackground()
597 _pItemWindow->SetControlBackground(); in setItemBackground()
601 …void NavigationToolBar::setTextLineColor( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const v… in setTextLineColor() argument
604 _pItemWindow->SetTextLineColor( *static_cast< const Color* >( _pColor ) ); in setTextLineColor()
606 _pItemWindow->SetTextLineColor(); in setTextLineColor()
610 …void NavigationToolBar::setItemWindowZoom( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const …
612 _pItemWindow->SetZoom( GetZoom() );
613 _pItemWindow->SetZoomedPointFont( IsControlFont() ? GetControlFont() : GetPointFont() );
617 …void NavigationToolBar::setItemControlFont( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const… in setItemControlFont() argument
620 _pItemWindow->SetControlFont( GetControlFont() ); in setItemControlFont()
622 _pItemWindow->SetControlFont( ); in setItemControlFont()
626 …ToolBar::setItemControlForeground( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const void* /*… in setItemControlForeground() argument
629 _pItemWindow->SetControlForeground( GetControlForeground() ); in setItemControlForeground()
631 _pItemWindow->SetControlForeground( ); in setItemControlForeground()
632 _pItemWindow->SetTextColor( GetTextColor() ); in setItemControlForeground()
636 …void NavigationToolBar::adjustItemWindowWidth( sal_uInt16 _nItemId, Window* _pItemWindow, const vo… in adjustItemWindowWidth() argument
658 …Size aSize( _pItemWindow->GetTextWidth( sItemText ), /* _pItemWindow->GetSizePixel( ).Height() */ … in adjustItemWindowWidth()
660 _pItemWindow->SetSizePixel( aSize ); in adjustItemWindowWidth()
662 m_pToolbar->SetItemWindow( _nItemId, _pItemWindow ); in adjustItemWindowWidth()
666 …void NavigationToolBar::enableItemRTL( sal_uInt16 /*_nItemId*/, Window* _pItemWindow, const void* … in enableItemRTL() argument
668 _pItemWindow->EnableRTL( *static_cast< const sal_Bool* >( _pIsRTLEnabled ) ); in enableItemRTL()