Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbitmap3.cxx1137 BitmapColor aNewCol; in Adjust() local
1142 aNewCol.SetRed( cMapR[ rCol.GetRed() ] ); in Adjust()
1143 aNewCol.SetGreen( cMapG[ rCol.GetGreen() ] ); in Adjust()
1144 aNewCol.SetBlue( cMapB[ rCol.GetBlue() ] ); in Adjust()
1145 pAcc->SetPaletteColor( i, aNewCol ); in Adjust()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbitmap.cxx1720 BitmapColor aNewCol; in Adjust() local
1725 aNewCol.SetRed( cMapR[ rCol.GetRed() ] ); in Adjust()
1726 aNewCol.SetGreen( cMapG[ rCol.GetGreen() ] ); in Adjust()
1727 aNewCol.SetBlue( cMapB[ rCol.GetBlue() ] ); in Adjust()
1728 pAcc->SetPaletteColor( i, aNewCol ); in Adjust()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Dctrlbox.cxx1528 Color aNewCol(rSettings.GetWindowColor().IsDark() ? rSettings.GetLabelTextColor() : aColor); in UpdatePaintLineColor() local
1530 bool bRet = aNewCol != maPaintCol; in UpdatePaintLineColor()
1533 maPaintCol = aNewCol; in UpdatePaintLineColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Dctrlbox.cxx1622 Color aNewCol(rSettings.GetWindowColor().IsDark() ? rSettings.GetLabelTextColor() : aColor); in UpdatePaintLineColor() local
1624 bool bRet = aNewCol != maPaintCol; in UpdatePaintLineColor()
1627 maPaintCol = aNewCol; in UpdatePaintLineColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dfrmitems.cxx2992 Color aNewCol; in PutValue() local
2993 if ( !( rVal >>= aNewCol ) ) in PutValue()
2997 aNewCol.SetAlpha(aColor.GetAlpha()); in PutValue()
2999 aColor = aNewCol; in PutValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dfrmitems.cxx2928 Color aNewCol; in PutValue() local
2929 if ( !( rVal >>= aNewCol ) ) in PutValue()
2933 aNewCol.SetTransparency(aColor.GetTransparency()); in PutValue()
2935 aColor = aNewCol; in PutValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx700 …Color aNewCol( rSettings.GetWindowColor().IsDark()? rSettings.GetLabelTextColor(… in UpdatePaintLineColor() local
702 bool bRet = aNewCol != maPaintCol; in UpdatePaintLineColor()
705 maPaintCol = aNewCol; in UpdatePaintLineColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbcontrl.cxx518 …Color aNewCol( rSettings.GetWindowColor().IsDark()? rSettings.GetLabelTextColor(… in UpdatePaintLineColor() local
520 bool bRet = aNewCol != maPaintCol; in UpdatePaintLineColor()
523 maPaintCol = aNewCol; in UpdatePaintLineColor()