Searched refs:_rColor (Results 1 – 8 of 8) sorted by relevance
551 void NavigationToolBar::SetControlBackground( const Color& _rColor ) in SetControlBackground() argument553 Window::SetControlBackground( _rColor ); in SetControlBackground()554 m_pToolbar->SetControlBackground( _rColor ); in SetControlBackground()555 forEachItemWindow( &NavigationToolBar::setItemBackground, &_rColor ); in SetControlBackground()572 void NavigationToolBar::SetTextLineColor( const Color& _rColor ) in SetTextLineColor() argument574 Window::SetTextLineColor( _rColor ); in SetTextLineColor()575 m_pToolbar->SetTextLineColor( _rColor ); in SetTextLineColor()576 forEachItemWindow( &NavigationToolBar::setTextLineColor, &_rColor ); in SetTextLineColor()
377 void Condition::ApplyCommand( sal_uInt16 _nCommandId, const ::Color& _rColor) in ApplyCommand() argument380 m_pBtnUpdaterFontColor->Update( _rColor ); in ApplyCommand()382 m_pBtnUpdaterBackgroundColor->Update( _rColor ); in ApplyCommand()384 m_rAction.applyCommand( m_nCondIndex, _nCommandId, _rColor ); in ApplyCommand()
367 void RichTextControl::SetBackgroundColor( const Color& _rColor ) in SetBackgroundColor() argument369 m_pImpl->SetBackgroundColor( _rColor ); in SetBackgroundColor()
654 void RichTextControlImpl::SetBackgroundColor( const Color& _rColor ) in SetBackgroundColor() argument656 Wallpaper aWallpaper( _rColor ); in SetBackgroundColor()
102 void SetBackgroundColor( const Color& _rColor );
142 void SetBackgroundColor( const Color& _rColor );
933 void DbCellControl::SetTextLineColor(const Color& _rColor) in SetTextLineColor() argument936 m_pWindow->SetTextLineColor(_rColor); in SetTextLineColor()938 m_pPainter->SetTextLineColor(_rColor); in SetTextLineColor()3273 void FmXGridCell::SetTextLineColor(const Color& _rColor) in SetTextLineColor() argument3276 m_pCellControl->SetTextLineColor(_rColor); in SetTextLineColor()
294 void SetTextLineColor(const Color& _rColor);770 void SetTextLineColor(const Color& _rColor);
Completed in 379 milliseconds