Theme.cxx (0c7fe49e) Theme.cxx (c4aa4ee9)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 390 unchanged lines hidden (view full) ---

399 Any(true));
400
401 */
402
403 // Gradient style
404 Color aGradientStop2 (aBaseBackgroundColor);
405 aGradientStop2.IncreaseLuminance(0);
406 Color aToolBoxBorderColor (aBaseBackgroundColor);
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 390 unchanged lines hidden (view full) ---

399 Any(true));
400
401 */
402
403 // Gradient style
404 Color aGradientStop2 (aBaseBackgroundColor);
405 aGradientStop2.IncreaseLuminance(0);
406 Color aToolBoxBorderColor (aBaseBackgroundColor);
407 aToolBoxBorderColor.DecreaseLuminance(25);
407 aToolBoxBorderColor.DecreaseLuminance(40);
408 setPropertyValue(
409 maPropertyIdToNameMap[Paint_ToolBoxBackground],
410 Any(Tools::VclToAwtGradient(Gradient(
411 GRADIENT_LINEAR,
412 aBaseBackgroundColor.GetRGBColor(),
413 aGradientStop2.GetRGBColor()
414 ))));
415 setPropertyValue(

--- 703 unchanged lines hidden ---
408 setPropertyValue(
409 maPropertyIdToNameMap[Paint_ToolBoxBackground],
410 Any(Tools::VclToAwtGradient(Gradient(
411 GRADIENT_LINEAR,
412 aBaseBackgroundColor.GetRGBColor(),
413 aGradientStop2.GetRGBColor()
414 ))));
415 setPropertyValue(

--- 703 unchanged lines hidden ---