Searched refs:rNewColor (Results 1 – 4 of 4) sorted by relevance
50 …const Color& rNewColor = _bReadOnly ? aSystemStyle.GetDialogColor() : aSystemStyle.GetFieldColor(); in lcl_setSpecialReadOnly() local51 _pWin->SetBackground(Wallpaper(rNewColor)); in lcl_setSpecialReadOnly()52 _pWin->SetControlBackground(rNewColor); in lcl_setSpecialReadOnly()
1141 const Color& rNewColor = ((const SvxColorItem*)pItem)->GetValue(); in ExecFrameStyle() local1146 aBorderLine.SetColor( rNewColor ); in ExecFrameStyle()1155 ((SvxBorderLine*)aBoxItem.GetTop())->SetColor( rNewColor ); in ExecFrameStyle()1157 ((SvxBorderLine*)aBoxItem.GetBottom())->SetColor( rNewColor ); in ExecFrameStyle()1159 ((SvxBorderLine*)aBoxItem.GetLeft())->SetColor( rNewColor ); in ExecFrameStyle()1161 ((SvxBorderLine*)aBoxItem.GetRight())->SetColor( rNewColor ); in ExecFrameStyle()
2356 const Color& rNewColor = rNewColorItem.GetValue(); in ExecBckCol() local2357 aBrushItem.SetColor(rNewColor); in ExecBckCol()
703 const Color& rNewColor = aSystemStyle.GetDialogColor(); in implConstruct() local706 m_aDatasource.SetBackground( Wallpaper( rNewColor ) ); in implConstruct()707 m_aDatasource.SetControlBackground( rNewColor ); in implConstruct()710 m_aTable.SetBackground( Wallpaper( rNewColor ) ); in implConstruct()711 m_aTable.SetControlBackground( rNewColor ); in implConstruct()
Completed in 51 milliseconds