Home
last modified time | relevance | path

Searched refs:rColor (Results 176 – 200 of 300) sorted by relevance

12345678910>>...12

/trunk/main/sw/source/ui/docvw/
H A DAnchorOverlayObject.cxx72 const basegfx::BColor& rColor, in AnchorPrimitive() argument
81 maColor(rColor), in AnchorPrimitive()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx404 void setColor(const SvgPaint& rColor) { maColor = rColor; } in setColor() argument
/trunk/main/vcl/inc/
H A Dprintergfx.hxx267 void PSSetColor (const PrinterColor& rColor) in PSSetColor() argument
268 { maVirtualStatus.maColor = rColor; } in PSSetColor()
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx201 void addRGBA( const Color& rColor );
202 void addRGB( const Color& rColor );
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx199 static void GetCSS1Color( const Color& rColor, ByteString& rStr ) in GetCSS1Color() argument
203 ConvToHex( rColor.GetRed(), rStr ); in GetCSS1Color()
204 ConvToHex( rColor.GetGreen(), rStr ); in GetCSS1Color()
205 ConvToHex( rColor.GetBlue(), rStr ); in GetCSS1Color()
3371 const Color & rColor = ((const SvxBrushItem &)rHt).GetColor(); in OutCSS1_SvxBrush() local
3389 sal_Bool bTransparent = (rColor.GetColor() == COL_TRANSPARENT); in OutCSS1_SvxBrush()
3393 aColor = rColor; in OutCSS1_SvxBrush()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx453 …DLLPUBLIC ::Color stdIntSequenceToColor( const ::com::sun::star::uno::Sequence<sal_Int8>& rColor );
456 …DLLPUBLIC ::com::sun::star::uno::Sequence<sal_Int8> colorToStdIntSequence( const ::Color& rColor );
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx250 void HTMLOption::GetColor( Color& rColor ) const in GetColor()
287 rColor.SetRed( (sal_uInt8)((nColor & 0x00ff0000) >> 16) ); in GetColor()
288 rColor.SetGreen( (sal_uInt8)((nColor & 0x0000ff00) >> 8)); in GetColor()
289 rColor.SetBlue( (sal_uInt8)(nColor & 0x000000ff) ); in GetColor()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx191 sal_Bool GetXPixels( XColor &rColor,
195 inline sal_Bool GetXPixel( XColor &rColor,
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx212 const basegfx::BColor& rColor, in OverlayRectanglePrimitive() argument
219 maColor(rColor), in OverlayRectanglePrimitive()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx293 const Color& rColor, sal_uInt16 nFlags,
296 const Color& rColor, sal_uInt16 nFlags );
H A Dviewfunc.hxx274 bool SetTabBgColor( const Color& rColor, SCTAB nTabNr );
288 const Color& rColor, sal_uInt16 nFlags );
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx306 …, ::sd::View& rView, const Reference< XAnnotation >& xAnnotation, Color& rColor, int nIndex, const… in AnnotationTag() argument
310 , maColor( rColor ) in AnnotationTag()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx734 const basegfx::BColor& rColor, in PolyPolygonSelectionPrimitive2D() argument
740 maColor(rColor), in PolyPolygonSelectionPrimitive2D()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx3160 sal_Bool Svx3DWin::LBSelectColor( ColorLB* pLb, const Color& rColor ) in LBSelectColor() argument
3165 pLb->SelectEntry( rColor ); in LBSelectColor()
3170 aStr += String::CreateFromInt32((sal_Int32)rColor.GetRed()); in LBSelectColor()
3173 aStr += String::CreateFromInt32((sal_Int32)rColor.GetGreen()); in LBSelectColor()
3176 aStr += String::CreateFromInt32((sal_Int32)rColor.GetBlue()); in LBSelectColor()
3178 sal_uInt16 nPos = pLb->InsertEntry( rColor, aStr ); in LBSelectColor()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx102 void Outliner::SetBackgroundColor( const Color& rColor ) in SetBackgroundColor() argument
105 pEditEngine->SetBackgroundColor( rColor ); in SetBackgroundColor()
/trunk/main/vcl/inc/aqua/
H A Dsalcolorutils.hxx44 void SetSalColor( const SalColor& rColor, float* pQuartzColor );
/trunk/main/slideshow/source/inc/
H A Dcoloranimation.hxx53 virtual bool operator()( const ValueType& rColor ) = 0;
H A Dhslcoloranimation.hxx53 virtual bool operator()( const ValueType& rColor ) = 0;
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx601 sal_Bool SvXMLUnitConverter::convertColor( Color& rColor, in convertColor() argument
607 rColor.SetRed( in convertColor()
611 rColor.SetGreen( in convertColor()
615 rColor.SetBlue( in convertColor()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3524 const Color& rColor ) in ImplDrawWaveLine() argument
3535 mpGraphics->SetLineColor( ImplColorToSal( rColor ) ); in ImplDrawWaveLine()
3568 mpGraphics->SetFillColor( ImplColorToSal( rColor ) ); in ImplDrawWaveLine()
5170 void OutputDevice::SetTextColor( const Color& rColor ) in SetTextColor() argument
5175 Color aColor( rColor ); in SetTextColor()
5235 void OutputDevice::SetTextFillColor( const Color& rColor ) in SetTextFillColor() argument
5240 Color aColor( rColor ); in SetTextFillColor()
5315 void OutputDevice::SetTextLineColor( const Color& rColor ) in SetTextLineColor() argument
5320 Color aColor( rColor ); in SetTextLineColor()
5374 void OutputDevice::SetOverlineColor( const Color& rColor ) in SetOverlineColor() argument
[all …]
H A Dpdfwriter_impl.cxx901 if( rColor != Color( COL_TRANSPARENT ) ) in appendColor()
905 sal_uInt8 cByte = rColor.GetLuminance(); in appendColor()
921 if( rColor != Color( COL_TRANSPARENT ) ) in appendStrokingColor()
924 appendColor( rColor, rBuffer, bGrey ); in appendStrokingColor()
931 if( rColor != Color( COL_TRANSPARENT ) ) in appendNonStrokingColor()
934 appendColor( rColor, rBuffer, bGrey ); in appendNonStrokingColor()
9268 …Color aColor = ( rColor == Color( COL_TRANSPARENT ) ? m_aGraphicsStack.front().m_aLineColor : rCol… in drawPixel()
9804 m_pEncryptionBuffer[nChar++] = rColor.GetRed(); in writeBitmapObject()
9825 appendHex( rColor.GetRed(), aLine ); in writeBitmapObject()
9826 appendHex( rColor.GetGreen(), aLine ); in writeBitmapObject()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dcolrdlg.hxx45 void SetColor( const Color& rColor );
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlayobjectcell.hxx55 … OverlayObjectCell( CellOverlayType eType, const Color& rColor, const RangeVector& rRects);
/trunk/main/sw/source/core/crsr/
H A Doverlayrangesoutline.hxx49 const Color& rColor,
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrshadowattribute.hxx54 const basegfx::BColor& rColor);

Completed in 260 milliseconds

12345678910>>...12