/aoo42x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 95 return rLHS.Red == rRHS.Red && rLHS.Green == rRHS.Green && rLHS.Blue == rRHS.Blue; in operator ==() 99 return rLHS.Red == rRHS.Red && rLHS.Green == rRHS.Green && rLHS.Blue == rRHS.Blue; in operator ==() 153 rColor.Green < 0.0 || rColor.Green > 1.0 || in rangeCheck() 237 test( pRGBStart[0].Red == 1.0 && pRGBStart[0].Green == 1.0 && pRGBStart[0].Blue == 1.0, in checkCanvasBitmap() 254 pRGBStart[5].Green == vcl::unotools::toDoubleColor(aCol.GetGreen()) && in checkCanvasBitmap() 286 aARGBColor[0].Green = vcl::unotools::toDoubleColor(aCol.GetGreen()); in checkCanvasBitmap() 291 aRGBColor[0].Green = vcl::unotools::toDoubleColor(aCol.GetGreen()); in checkCanvasBitmap() 405 pRGBStart[5].Green == vcl::unotools::toDoubleColor(aCol.GetGreen()) && in checkBitmapImport() 437 aARGBColor[0].Green = vcl::unotools::toDoubleColor(aCol.GetGreen()); in checkBitmapImport() 442 aRGBColor[0].Green = vcl::unotools::toDoubleColor(aCol.GetGreen()); in checkBitmapImport() [all …]
|
/aoo42x/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 129 LineColor.Green == rRight.LineColor.Green && in operator ==() 133 FillColor.Green == rRight.FillColor.Green && in operator ==() 159 ^ size_t(rGC.LineColor.Green) in operator ()() 163 ^ size_t(rGC.FillColor.Green) in operator ()()
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 255 toByteColor(rColor.Green), in readBmp() 268 toByteColor(rColor.Green), in readBmp() 287 toByteColor(rColor.Green), in readBmp() 298 toByteColor(rColor.Green), in readBmp() 405 toByteColor(rColor.Green), in bitmapExFromXBitmap() 708 *pColors++ = pIn->Green; in convertFromRGB() 725 *pColors++ = pIn->Green; in convertFromARGB() 742 *pColors++ = pIn->Green/pIn->Alpha; in convertFromPARGB() 823 toByteColor(rARGBColor.Green), in doubleSequenceToColor()
|
H A D | canvasbitmap.cxx | 934 toByteColor(rgbColor[i].Green), in convertFromRGB() 947 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromRGB() 974 toByteColor(rgbColor[i].Green), in convertFromARGB() 987 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromARGB() 1015 toByteColor(rgbColor[i].Green / nAlpha), in convertFromPARGB() 1029 pColors[m_nGreenIndex] = rgbColor[i].Green / nAlpha; in convertFromPARGB() 1319 toByteColor(rgbColor[i].Green), in convertIntegerFromRGB() 1337 toByteColor(rgbColor[i].Green), in convertIntegerFromRGB() 1368 toByteColor(rgbColor[i].Green), in convertIntegerFromARGB() 1386 toByteColor(rgbColor[i].Green), in convertIntegerFromARGB() [all …]
|
/aoo42x/main/avmedia/source/framework/ |
H A D | mediacontrol.src | 118 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 137 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 156 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 175 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
|
/aoo42x/main/svtools/source/misc/ |
H A D | imagemgr.src | 119 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 133 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 147 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 161 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
/aoo42x/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 238 rContext.LineColor.Green == 1.0 && in strokePath() 258 rContext.LineColor.Green == 0.0 && in strokePath() 284 rContext.FillColor.Green == 0.0 && in fillPath() 299 rContext.FillColor.Green == 0.0 && in eoFillPath()
|
/aoo42x/main/canvas/source/tools/ |
H A D | canvastools.cxx | 357 *pColors++ = pIn->Green; in convertFromRGB() 374 *pColors++ = pIn->Green; in convertFromARGB() 391 *pColors++ = pIn->Green/pIn->Alpha; in convertFromPARGB() 538 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromRGB() 556 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromARGB() 574 *pColors++ = vcl::unotools::toByteColor(pIn->Green/pIn->Alpha); in convertIntegerFromPARGB()
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | RGBColor.idl | 37 /// Green component. Valid range is [0,1.0] 38 ColorComponent Green;
|
H A D | ARGBColor.idl | 43 /// Green component. Valid range is [0,1.0] 44 ColorComponent Green;
|
H A D | ColorComponentTag.idl | 44 /// Green colorant from RGB color space 65 /// Green colorant from hexachrome color space
|
/aoo42x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.src | 37 Green = 0x0000; 53 Green = 0x0000;
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | recfloat.src | 29 #define STD_MASKCOLOR Color { Red = 0xC000 ; Green = 0xC000 ; Blue = 0xC000 ; } 30 #define STD_HC_MASKCOLOR Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
|
H A D | templdlg.src | 33 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ; 45 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ;
|
/aoo42x/main/cui/source/dialogs/ |
H A D | colorpicker.src | 164 HelpID = "cui:RadioButton:ColorPicker:Green" ; 222 Text [ en-US ] = "~Green" ; 227 HelpID = "cui:MetricField:ColorPicker:Green" ;
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.src | 83 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 90 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | pcrmiscres.src | 92 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ; 99 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ;
|
/aoo42x/main/cui/source/tabpages/ |
H A D | numfmt.src | 240 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 252 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
H A D | align.src | 31 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } 34 #define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1674 *pColors++ = pIn->Green; in convertFromRGB() 1691 *pColors++ = pIn->Alpha*pIn->Green; in convertFromARGB() 1708 *pColors++ = pIn->Green; in convertFromPARGB() 1861 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromRGB() 1880 *pColors++ = vcl::unotools::toByteColor(fAlpha*pIn->Green); in convertIntegerFromARGB() 1897 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromPARGB()
|
/aoo42x/main/svx/source/dialog/ |
H A D | imapdlg.src | 266 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ; 272 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
|
/aoo42x/main/svx/source/form/ |
H A D | fmexpl.src | 291 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ; 298 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ;
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 466 rThisGC.FillColor.Green== rNextGC.FillColor.Green && in visit() 754 rCurGC.FillColor.Green == rNextGC.FillColor.Green && in optimizeTextElements()
|
/aoo42x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.src | 28 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } ; 804 Text [ en-US ] = "Green Circle" ; 844 Text [ en-US ] = "Dark Green Triangle" ;
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 133 rStream >> rColor.Green; in lcl_ReadRGB() 635 return ((Red == rColor.Red) && (Green == rColor.Green) && (Blue == rColor.Blue)); in operator ==() 769 Color TextColor( nColor.Red, nColor.Green, nColor.Blue ); in PutToDoc() 815 Color aBColor( nColor.Red, nColor.Green, nColor.Blue ); in PutToDoc() 817 Color aRColor( nColor.Red, nColor.Green, nColor.Blue ); in PutToDoc()
|