Lines Matching refs:Window

113         ImplNavToolBar( Window* _pParent )  in ImplNavToolBar()
149 …NavigationToolBar::NavigationToolBar( Window* _pParent, WinBits _nStyle, const PCommandImageProvid… in DBG_NAME()
151 :Window( _pParent, _nStyle ) in DBG_NAME()
165 for ( ::std::vector< Window* >::iterator loopChildWins = m_aChildWins.begin(); in ~NavigationToolBar()
243 Window* pItemWindow = m_pToolbar->GetItemWindow( (sal_uInt16)_nFeatureId ); in setFeatureText()
315 Window* pItemWindow = NULL; in implInit()
493 Window::StateChanged( nType ); in StateChanged()
534 Window::Resize(); in Resize()
540 Window::SetControlBackground(); in SetControlBackground()
553 Window::SetControlBackground( _rColor ); in SetControlBackground()
566 Window::SetTextLineColor( ); in SetTextLineColor()
574 Window::SetTextLineColor( _rColor ); in SetTextLineColor()
585 Window* pItemWindow = m_pToolbar->GetItemWindow( nItemId ); 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()
675 RecordPositionInput::RecordPositionInput( Window* _pParent ) in RecordPositionInput()