Lines Matching refs:NavigationToolBar

147     DBG_NAME( NavigationToolBar )  in DBG_NAME()  argument
149NavigationToolBar::NavigationToolBar( Window* _pParent, WinBits _nStyle, const PCommandImageProvid… in DBG_NAME()
158 DBG_CTOR( NavigationToolBar, NULL ); in DBG_NAME()
163 NavigationToolBar::~NavigationToolBar( ) in ~NavigationToolBar()
173 DBG_DTOR( NavigationToolBar, NULL ); in ~NavigationToolBar()
177 void NavigationToolBar::setDispatcher( const IFeatureDispatcher* _pDispatcher ) in setDispatcher()
192 void NavigationToolBar::updateFeatureStates( ) in updateFeatureStates()
208 void NavigationToolBar::implEnableItem( sal_uInt16 _nItemId, bool _bEnabled ) in implEnableItem()
220 void NavigationToolBar::enableFeature( sal_Int16 _nFeatureId, bool _bEnabled ) in enableFeature()
229 void NavigationToolBar::checkFeature( sal_Int16 _nFeatureId, bool _bEnabled ) in checkFeature()
238 void NavigationToolBar::setFeatureText( sal_Int16 _nFeatureId, const ::rtl::OUString& _rText ) in setFeatureText()
251 void NavigationToolBar::implInit( ) in implInit()
354 forEachItemWindow( &NavigationToolBar::adjustItemWindowWidth, NULL ); in implInit()
360 void NavigationToolBar::implUpdateImages() in implUpdateImages()
410 void NavigationToolBar::implSetImageSize( ImageSize _eSize ) in implSetImageSize()
420 void NavigationToolBar::SetImageSize( ImageSize _eSize ) in SetImageSize()
426 void NavigationToolBar::ShowFunctionGroup( FunctionGroup _eGroup, bool _bShow ) in ShowFunctionGroup()
474 bool NavigationToolBar::IsFunctionGroupVisible( FunctionGroup _eGroup ) in IsFunctionGroupVisible()
491 void NavigationToolBar::StateChanged( StateChangedType nType ) in StateChanged()
505 forEachItemWindow( &NavigationToolBar::setItemControlFont, NULL ); in StateChanged()
506 forEachItemWindow( &NavigationToolBar::adjustItemWindowWidth, NULL ); in StateChanged()
510 forEachItemWindow( &NavigationToolBar::setItemControlForeground, NULL ); in StateChanged()
517 forEachItemWindow( &NavigationToolBar::enableItemRTL, &bIsRTLEnabled ); in StateChanged()
525 void NavigationToolBar::Resize() in Resize()
538 void NavigationToolBar::SetControlBackground() in SetControlBackground()
542 forEachItemWindow( &NavigationToolBar::setItemBackground, NULL ); in SetControlBackground()
551 void NavigationToolBar::SetControlBackground( const Color& _rColor ) in SetControlBackground()
555 forEachItemWindow( &NavigationToolBar::setItemBackground, &_rColor ); in SetControlBackground()
564 void NavigationToolBar::SetTextLineColor( ) in SetTextLineColor()
568 forEachItemWindow( &NavigationToolBar::setTextLineColor, NULL ); in SetTextLineColor()
572 void NavigationToolBar::SetTextLineColor( const Color& _rColor ) in SetTextLineColor()
576 forEachItemWindow( &NavigationToolBar::setTextLineColor, &_rColor ); in SetTextLineColor()
580 void NavigationToolBar::forEachItemWindow( ItemWindowHandler _handler, const void* _pParam ) in forEachItemWindow()
592 …void NavigationToolBar::setItemBackground( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const … in setItemBackground()
601 …void NavigationToolBar::setTextLineColor( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const v… in setTextLineColor()
610 …void NavigationToolBar::setItemWindowZoom( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const …
617 …void NavigationToolBar::setItemControlFont( sal_uInt16 /* _nItemId */, Window* _pItemWindow, const… in setItemControlFont()
626 …void NavigationToolBar::setItemControlForeground( sal_uInt16 /* _nItemId */, Window* _pItemWindow,… in setItemControlForeground()
636 …void NavigationToolBar::adjustItemWindowWidth( sal_uInt16 _nItemId, Window* _pItemWindow, const vo… in adjustItemWindowWidth()
666 …void NavigationToolBar::enableItemRTL( sal_uInt16 /*_nItemId*/, Window* _pItemWindow, const void* … in enableItemRTL()