Home
last modified time | relevance | path

Searched refs:_rColor (Results 1 – 8 of 8) sorted by relevance

/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx551 void NavigationToolBar::SetControlBackground( const Color& _rColor ) in SetControlBackground() argument
553 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() argument
574 Window::SetTextLineColor( _rColor ); in SetTextLineColor()
575 m_pToolbar->SetTextLineColor( _rColor ); in SetTextLineColor()
576 forEachItemWindow( &NavigationToolBar::setTextLineColor, &_rColor ); in SetTextLineColor()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx377 void Condition::ApplyCommand( sal_uInt16 _nCommandId, const ::Color& _rColor) in ApplyCommand() argument
380 m_pBtnUpdaterFontColor->Update( _rColor ); in ApplyCommand()
382 m_pBtnUpdaterBackgroundColor->Update( _rColor ); in ApplyCommand()
384 m_rAction.applyCommand( m_nCondIndex, _nCommandId, _rColor ); in ApplyCommand()
/trunk/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx367 void RichTextControl::SetBackgroundColor( const Color& _rColor ) in SetBackgroundColor() argument
369 m_pImpl->SetBackgroundColor( _rColor ); in SetBackgroundColor()
H A Drichtextimplcontrol.cxx654 void RichTextControlImpl::SetBackgroundColor( const Color& _rColor ) in SetBackgroundColor() argument
656 Wallpaper aWallpaper( _rColor ); in SetBackgroundColor()
H A Drichtextvclcontrol.hxx102 void SetBackgroundColor( const Color& _rColor );
H A Drichtextimplcontrol.hxx142 void SetBackgroundColor( const Color& _rColor );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx933 void DbCellControl::SetTextLineColor(const Color& _rColor) in SetTextLineColor() argument
936 m_pWindow->SetTextLineColor(_rColor); in SetTextLineColor()
938 m_pPainter->SetTextLineColor(_rColor); in SetTextLineColor()
3273 void FmXGridCell::SetTextLineColor(const Color& _rColor) in SetTextLineColor() argument
3276 m_pCellControl->SetTextLineColor(_rColor); in SetTextLineColor()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx294 void SetTextLineColor(const Color& _rColor);
770 void SetTextLineColor(const Color& _rColor);

Completed in 85 milliseconds