/aoo4110/main/dbaccess/source/ui/imagelists/ |
H A D | dbimagelists.src | 126 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 141 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 147 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 153 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 159 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 168 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 174 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 183 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 189 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 195 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; [all …]
|
/aoo4110/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 ==() 152 return rColor.Red < 0.0 || rColor.Red > 1.0 || in rangeCheck() 237 test( pRGBStart[0].Red == 1.0 && pRGBStart[0].Green == 1.0 && pRGBStart[0].Blue == 1.0, in checkCanvasBitmap() 253 test( pRGBStart[5].Red == vcl::unotools::toDoubleColor(aCol.GetRed()) && in checkCanvasBitmap() 285 aARGBColor[0].Red = vcl::unotools::toDoubleColor(aCol.GetRed()); in checkCanvasBitmap() 290 aRGBColor[0].Red = vcl::unotools::toDoubleColor(aCol.GetRed()); in checkCanvasBitmap() 404 test( pRGBStart[5].Red == vcl::unotools::toDoubleColor(aCol.GetRed()) && in checkBitmapImport() 436 aARGBColor[0].Red = vcl::unotools::toDoubleColor(aCol.GetRed()); in checkBitmapImport() 441 aRGBColor[0].Red = vcl::unotools::toDoubleColor(aCol.GetRed()); in checkBitmapImport() [all …]
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.src | 42 Red = 0xFFFF ; 56 Red = 0xFFFF ; 70 Red = 0xFFFF ; 84 Red = 0xFFFF ; 183 Red = 0xFFFF ; 203 Red = 0xFFFF ; 223 Red = 0xFFFF ; 243 Red = 0xFFFF ;
|
H A D | sqlmessage.src | 38 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 44 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 50 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 55 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 61 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; }; 67 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
|
H A D | CollectionView.src | 145 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 150 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 155 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 160 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | WizardPages.src | 158 Red = 0xFFFF; 179 Red = 0xFFFF; 199 Red = 0xFFFF; 219 Red = 0xFFFF; 387 Red = 0xFFFF ; 407 Red = 0xFFFF ; 428 Red = 0xFFFF ; 448 Red = 0xFFFF ; 598 Red = 0xFFFF ; 612 Red = 0xFFFF ;
|
/aoo4110/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 126 return LineColor.Red == rRight.LineColor.Red && in operator ==() 130 FillColor.Red == rRight.FillColor.Red && in operator ==() 156 return size_t(rGC.LineColor.Red) in operator ()() 160 ^ size_t(rGC.FillColor.Red) in operator ()()
|
/aoo4110/main/vcl/source/helper/ |
H A D | canvastools.cxx | 254 BitmapColor( toByteColor(rColor.Red), in readBmp() 267 BitmapColor( toByteColor(rColor.Red), in readBmp() 286 BitmapColor( toByteColor(rColor.Red), in readBmp() 297 BitmapColor( toByteColor(rColor.Red), in readBmp() 404 aPalette[j] = BitmapColor(toByteColor(rColor.Red), in bitmapExFromXBitmap() 707 *pColors++ = pIn->Red; in convertFromRGB() 724 *pColors++ = pIn->Red; in convertFromARGB() 741 *pColors++ = pIn->Red/pIn->Alpha; in convertFromPARGB() 822 toByteColor(rARGBColor.Red), in doubleSequenceToColor()
|
H A D | canvasbitmap.cxx | 933 BitmapColor(toByteColor(rgbColor[i].Red), in convertFromRGB() 946 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromRGB() 973 BitmapColor(toByteColor(rgbColor[i].Red), in convertFromARGB() 986 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromARGB() 1014 BitmapColor(toByteColor(rgbColor[i].Red / nAlpha), in convertFromPARGB() 1028 pColors[m_nRedIndex] = rgbColor[i].Red / nAlpha; in convertFromPARGB() 1318 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB() 1336 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB() 1367 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB() 1385 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB() [all …]
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svcontnr.src | 29 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 35 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 41 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 47 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
|
/aoo4110/main/avmedia/source/framework/ |
H A D | mediacontrol.src | 120 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 139 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 158 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }; 177 MaskColor = Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; };
|
/aoo4110/main/svx/source/dialog/ |
H A D | sdstring.src | 91 Text [ en-US ] = "Red" ; 326 Text [ en-US ] = "Red"; 395 Text = "Red" ; 629 Text = "Red Crossed 45 Degrees"; 634 Text = "Red Crossed 0 Degrees"; 680 Text [ en-US ] = "Red crossed 45 degrees"; 684 Text [ en-US ] = "Red crossed 0 degrees"; 780 Text = "Red Wall";
|
H A D | langbox.src | 31 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 36 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 41 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.src | 96 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 102 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 108 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; }; 114 MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
|
/aoo4110/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.src | 28 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 800 Text [en-US] = "Blue Red" ; 812 Text [en-US] = "Dark Red Circle" ; 844 Text [en-US] = "Red Diamond" ; 864 Text [en-US] = "Red Arrow" ; 876 Text [en-US] = "Red Box" ; 884 Text [en-US] = "Red Leaves" ;
|
/aoo4110/main/cui/source/dialogs/ |
H A D | colorpicker.src | 128 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; 142 MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ; 156 HelpID = "cui:RadioButton:ColorPicker:Red"; 202 Text [ en-US ] = "~Red" ; 207 HelpID = "cui:MetricField:ColorPicker:Red";
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | report.src | 109 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 115 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 121 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 127 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }; 584 MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
|
/aoo4110/main/svtools/source/misc/ |
H A D | imagemgr.src | 118 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 132 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 146 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 160 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 240 rContext.LineColor.Red == 0.0 && in strokePath() 264 rContext.LineColor.Red == 0.0 && in strokePath() 299 rContext.FillColor.Red == 0.0 && in fillPath() 318 rContext.FillColor.Red == 1.0 && in eoFillPath()
|
/aoo4110/main/canvas/source/tools/ |
H A D | canvastools.cxx | 356 *pColors++ = pIn->Red; in convertFromRGB() 373 *pColors++ = pIn->Red; in convertFromARGB() 390 *pColors++ = pIn->Red/pIn->Alpha; in convertFromPARGB() 537 *pColors++ = vcl::unotools::toByteColor(pIn->Red); in convertIntegerFromRGB() 555 *pColors++ = vcl::unotools::toByteColor(pIn->Red); in convertIntegerFromARGB() 573 *pColors++ = vcl::unotools::toByteColor(pIn->Red/pIn->Alpha); in convertIntegerFromPARGB()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XColorSpace.idl | 50 /// Red component. Valid range is [0,1.0] 51 ColorComponent Red; 69 /// Red component. Valid range is [0,1.0] 70 ColorComponent Red;
|
/aoo4110/main/cui/source/options/ |
H A D | readonlyimage.src | 38 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; }; 46 MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
|
/aoo4110/main/svtools/source/brwbox/ |
H A D | editbrowsebox.src | 36 Red = 0xFFFF; 52 Red = 0xFFFF;
|
/aoo4110/main/svtools/source/inc/ |
H A D | sgfbram.hxx | 145 sal_uInt8 Red; member in RGBQuad 150 RGBQuad(sal_uInt8 R, sal_uInt8 G, sal_uInt8 B) { Red=R; Grn=G; Blu=B; Fil=0; } in RGBQuad()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | recfloat.src | 28 #define STD_MASKCOLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; } 29 #define STD_HC_MASKCOLOR Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
|