Home
last modified time | relevance | path

Searched refs:aHslLine (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DDashedLine.cxx63 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl(aColor); in Paint() local
64 double nLuminance = aHslLine.getZ(); in Paint()
66 if (aHslLine.getZ() > 0.7) in Paint()
67 nLuminance = aHslLine.getZ() * 0.7; in Paint()
68 aHslLine.setZ(nLuminance); in Paint()
69 const basegfx::BColor aOtherColor = basegfx::utils::hsl2rgb(aHslLine); in Paint()
H A DPageBreakWin.cxx154 BColor aHslLine = rgb2hsl(aColor); in PaintButton() local
155 double nLuminance = aHslLine.getZ(); in PaintButton()
157 if ( aHslLine.getZ() > 0.7 ) in PaintButton()
158 nLuminance = aHslLine.getZ() * 0.7; in PaintButton()
159 aHslLine.setZ(nLuminance); in PaintButton()
160 BColor aOtherColor = hsl2rgb(aHslLine); in PaintButton()
H A DHeaderFooterWin.cxx65 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl(rLineColor); in lcl_GetFillColor() local
66 double nLuminance = aHslLine.getZ() * 2.5; in lcl_GetFillColor()
70 nLuminance = aHslLine.getZ() * 0.4; in lcl_GetFillColor()
71 aHslLine.setZ( nLuminance ); in lcl_GetFillColor()
72 return basegfx::utils::hsl2rgb( aHslLine ); in lcl_GetFillColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DDashedLine.cxx63 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl(aColor); in Paint() local
64 double nLuminance = aHslLine.getZ(); in Paint()
66 if (aHslLine.getZ() > 0.7) in Paint()
67 nLuminance = aHslLine.getZ() * 0.7; in Paint()
68 aHslLine.setZ(nLuminance); in Paint()
69 const basegfx::BColor aOtherColor = basegfx::utils::hsl2rgb(aHslLine); in Paint()
H A DPageBreakWin.cxx148 BColor aHslLine = rgb2hsl(aColor); in Paint() local
149 double nLuminance = aHslLine.getZ(); in Paint()
151 if ( aHslLine.getZ() > 0.7 ) in Paint()
152 nLuminance = aHslLine.getZ() * 0.7; in Paint()
153 aHslLine.setZ(nLuminance); in Paint()
154 BColor aOtherColor = hsl2rgb(aHslLine); in Paint()
H A DHeaderFooterWin.cxx72 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl(rLineColor); in lcl_GetFillColor() local
73 double nLuminance = aHslLine.getZ() * 2.5; in lcl_GetFillColor()
77 nLuminance = aHslLine.getZ() * 0.4; in lcl_GetFillColor()
78 aHslLine.setZ( nLuminance ); in lcl_GetFillColor()
79 return basegfx::utils::hsl2rgb( aHslLine ); in lcl_GetFillColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A DFormFieldButton.cxx83 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl(rLineColor); in lcl_GetFillColor() local
84 aHslLine.setZ(aLuminance); in lcl_GetFillColor()
85 return basegfx::utils::hsl2rgb(aHslLine); in lcl_GetFillColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A DFormFieldButton.cxx96 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl(rLineColor); in lcl_GetFillColor() local
97 aHslLine.setZ(aLuminance); in lcl_GetFillColor()
98 return basegfx::utils::hsl2rgb(aHslLine); in lcl_GetFillColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpaintfrm.cxx3475 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl( aColor ); in lcl_CreateDashedIndicatorPrimitive() local
3476 double nLuminance = aHslLine.getZ() * 2.5; in lcl_CreateDashedIndicatorPrimitive()
3480 nLuminance = aHslLine.getZ() * 0.4; in lcl_CreateDashedIndicatorPrimitive()
3481 aHslLine.setZ( nLuminance ); in lcl_CreateDashedIndicatorPrimitive()
3482 const basegfx::BColor aOtherColor = basegfx::utils::hsl2rgb( aHslLine ); in lcl_CreateDashedIndicatorPrimitive()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpaintfrm.cxx3585 basegfx::BColor aHslLine = basegfx::utils::rgb2hsl( aColor ); in lcl_CreateDashedIndicatorPrimitive() local
3586 double nLuminance = aHslLine.getZ() * 2.5; in lcl_CreateDashedIndicatorPrimitive()
3590 nLuminance = aHslLine.getZ() * 0.4; in lcl_CreateDashedIndicatorPrimitive()
3591 aHslLine.setZ( nLuminance ); in lcl_CreateDashedIndicatorPrimitive()
3592 const basegfx::BColor aOtherColor = basegfx::utils::hsl2rgb( aHslLine ); in lcl_CreateDashedIndicatorPrimitive()