Home
last modified time | relevance | path

Searched refs:rColorCfg (Results 1 – 11 of 11) sorted by path

/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx1695 const svtools::ColorConfig& rColorCfg = SC_MOD()->GetColorConfig(); in InitializeColors() local
1696 nArrowColor = rColorCfg.GetColorValue(svtools::CALCDETECTIVE).nColor; in InitializeColors()
1697 nErrorColor = rColorCfg.GetColorValue(svtools::CALCDETECTIVEERROR).nColor; in InitializeColors()
1698 nCommentColor = rColorCfg.GetColorValue(svtools::CALCNOTESBACKGROUND).nColor; in InitializeColors()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx555 const svtools::ColorConfig& rColorCfg = pScMod->GetColorConfig(); in Draw() local
556 Color aGridColor( rColorCfg.GetColorValue( svtools::CALCGRID, sal_False ).nColor ); in Draw()
686 pContentDev->SetFillColor( rColorCfg.GetColorValue(svtools::APPBACKGROUND).nColor ); in Draw()
874 Color aRefColor( rColorCfg.GetColorValue(svtools::CALCREFERENCE).nColor ); in Draw()
1008 const svtools::ColorConfig& rColorCfg = SC_MOD()->GetColorConfig(); in DrawPagePreview() local
1009 Color aManual( rColorCfg.GetColorValue(svtools::CALCPAGEBREAKMANUAL).nColor ); in DrawPagePreview()
1010 Color aAutomatic( rColorCfg.GetColorValue(svtools::CALCPAGEBREAK).nColor ); in DrawPagePreview()
H A Doutput.cxx325 const svtools::ColorConfig& rColorCfg = SC_MOD()->GetColorConfig(); in DrawGrid() local
326 aPageColor.SetColor( rColorCfg.GetColorValue(svtools::CALCPAGEBREAKAUTOMATIC).nColor ); in DrawGrid()
327 aManualColor.SetColor( rColorCfg.GetColorValue(svtools::CALCPAGEBREAKMANUAL).nColor ); in DrawGrid()
H A Dpreview.cxx354 const svtools::ColorConfig& rColorCfg = pScMod->GetColorConfig(); in DoPrint() local
355 Color aBackColor( rColorCfg.GetColorValue(svtools::APPBACKGROUND).nColor ); in DoPrint()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.hxx118 void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg );
/trunk/main/starmath/inc/
H A Dedit.hxx135 void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg );
H A Dsmmod.hxx133 void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg );
H A Dview.hxx101 void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg );
/trunk/main/starmath/source/
H A Dedit.cxx200 void SmEditWindow::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) in ApplyColorConfigValues() argument
206 SetTextColor( rColorCfg.GetColorValue(svtools::FONTCOLOR).nColor ); in ApplyColorConfigValues()
H A Dsmmod.cxx268 void SmModule::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) in ApplyColorConfigValues() argument
278 pSmView->GetGraphicWindow().ApplyColorConfigValues( rColorCfg ); in ApplyColorConfigValues()
281 pEditWin->ApplyColorConfigValues( rColorCfg ); in ApplyColorConfigValues()
H A Dview.cxx136 void SmGraphicWindow::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ) in ApplyColorConfigValues() argument
143 SetBackground( Color( (ColorData) rColorCfg.GetColorValue(svtools::DOCCOLOR).nColor ) ); in ApplyColorConfigValues()

Completed in 65 milliseconds