/aoo42x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 687 if( rFillColor.GetTransparency() ) in Erase() 689 …const Color aFill( rFillColor.GetTransparency(), rFillColor.GetTransparency(), rFillColor.GetTrans… in Erase() 768 sal_uInt8 BitmapEx::GetTransparency(sal_Int32 nX, sal_Int32 nY) const in GetTransparency() function in BitmapEx
|
H A D | bmpacc3.cxx | 52 if( rColor.GetTransparency() == 255 ) in SetLineColor() 86 if( rColor.GetTransparency() == 255 ) in SetFillColor()
|
H A D | print2.cxx | 278 …const bool bLineTransparency( rOut.IsLineColor() ? rOut.GetLineColor().GetTransparency() == 255 : … in ImplIsNotTransparent() 279 …const bool bFillTransparency( rOut.IsFillColor() ? rOut.GetFillColor().GetTransparency() == 255 :… in ImplIsNotTransparent()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 231 nTransparency = lcl_TransparencyToPercent( rColor.GetTransparency() ); in NotifyChange() 814 aBgdColor.GetTransparency() < 0xff) in FillItemSet() 1424 sal_Bool bEnableTransp = aBgdColor.GetTransparency() < 0xff; in IMPL_LINK() 1815 aColTransMF.SetValue(lcl_TransparencyToPercent(rColor.GetTransparency())); in FillControls_Impl() 1817 sal_Bool bEnableTransp = rColor.GetTransparency() < 0xff; in FillControls_Impl() 1887 … aGraphTransMF.SetValue(lcl_TransparencyToPercent(pObject->GetAttr().GetTransparency())); in FillControls_Impl()
|
H A D | tpcolor.cxx | 1010 CmykToRgb_Impl (rColor, (sal_uInt16)rColor.GetTransparency() ); in ConvertColorValues() 1142 aMtrFldColorModel4.SetValue( ColorToPercent_Impl( aAktuellColor.GetTransparency() ) ); in IMPL_LINK() 1169 aMtrFldColorModel4.SetValue( ColorToPercent_Impl( aAktuellColor.GetTransparency() ) ); in ChangeColorHdl_Impl()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output.cxx | 709 pBackground->GetColor().GetTransparency() != 255 ) in lcl_FindBackground() 721 pBackground->GetColor().GetTransparency() != 255 ) in lcl_FindBackground() 865 pBackground->GetColor().GetTransparency() != 255 && in DrawBackground() 878 if ( bSolidBackground && aBackCol.GetTransparency() ) in DrawBackground() 880 if ( !aBackCol.GetTransparency() ) //! partial transparency? in DrawBackground() 895 if ( bSolidBackground && aBackCol.GetTransparency() ) in DrawBackground() 897 if ( !aBackCol.GetTransparency() ) //! partial transparency? in DrawBackground() 1542 if ( rColor.GetTransparency() != 255 ) in DrawRotatedFrame() 1555 if ( rColor.GetTransparency() == 0 ) in DrawRotatedFrame()
|
/aoo42x/main/svx/source/sdr/primitive2d/ |
H A D | sdrgrafprimitive2d.cxx | 61 if(255L != getGraphicAttr().GetTransparency()) in create2DDecomposition() 169 return ((0L != getGraphicAttr().GetTransparency()) in isTransparent()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitive2d.cxx | 52 if(255L == getGraphicAttr().GetTransparency()) in create2DDecomposition() 156 …const double fTransparency(basegfx::clamp(getGraphicAttr().GetTransparency() * (1.0 / 255.0), 0.0,… in create2DDecomposition()
|
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1320 aShadow.IsTransparent = aShadowColor.GetTransparency() > 0; in QueryValue() 1466 if ( aShadowColor.GetTransparency() ) in GetPresentation() 1482 if ( aShadowColor.GetTransparency() ) in GetPresentation() 1505 << (sal_Bool)(aShadowColor.GetTransparency() > 0) in Store() 1508 << (sal_Int8)(aShadowColor.GetTransparency() > 0 ? 0 : 1); //BRUSH_NULL : BRUSH_SOLID in Store() 3727 rVal <<= lcl_TransparencyToPercent(aColor.GetTransparency()); in QueryValue() 3738 rVal = Bool2Any( aColor.GetTransparency() == 0xff ); in QueryValue() 3915 if ( aColor.GetTransparency() ) in GetPresentation() 4020 rStream << (sal_Int8)(aColor.GetTransparency() > 0 ? 0 : 1); //BRUSH_NULL : BRUSH_SOLID in Store()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accframe.cxx | 397 if( !rBack.GetColor().GetTransparency() || in IsOpaque() 406 (rBack.GetColor().GetTransparency() != 0) && in IsOpaque()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 1535 if ( aColor.GetTransparency() != 0 ) in lcl_implDrawGraphicBackgrd() 1539 nTransparencyPercent = (aColor.GetTransparency()*100 + 0x7F)/0xFF; in lcl_implDrawGraphicBackgrd() 1541 else if ( (_rGraphicObj.GetAttr().GetTransparency() != 0) && in lcl_implDrawGraphicBackgrd() 1547 nTransparencyPercent = (_rGraphicObj.GetAttr().GetTransparency()*100 + 0x7F)/0xFF; in lcl_implDrawGraphicBackgrd() 1933 if ( (pGrfAttr.GetTransparency() != 0) && in DrawGraphic() 1938 nGrfTransparency = pGrfAttr.GetTransparency(); in DrawGraphic() 1965 ( ( aColor.GetTransparency() != 0) || in DrawGraphic() 3443 (pSectionTOXColor->GetTransparency() != 0) && in IsBackgroundTransparent() 3454 if ( (pBackgrdBrush->GetColor().GetTransparency() != 0) && in IsBackgroundTransparent() 3464 (pTmpGrf->GetAttr().GetTransparency() != 0) in IsBackgroundTransparent() [all …]
|
/aoo42x/main/vcl/inc/ |
H A D | outdata.hxx | 42 return aColor.GetTransparency(); in ImplIsColorTransparent()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 136 if( rColor.GetTransparency() == 255 ) in ImplGetColorStr() 160 if( rColor.GetTransparency() > 0 && rColor.GetTransparency() < 255 ) in AddColorAttr() 161 …aColorOpacity = ::rtl::OUString::valueOf( ImplRound( ( 255.0 - rColor.GetTransparency() ) / 255.0 … in AddColorAttr()
|
/aoo42x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 779 pRet[3] = 1.0 - toDoubleColor(rColor.GetTransparency()); in colorToStdColorSpaceSequence() 806 1.0-toDoubleColor(rColor.GetTransparency()), in colorToDoubleSequence()
|
/aoo42x/main/xmloff/source/style/ |
H A D | shadwhdl.cxx | 115 aShadow.IsTransparent = aColor.GetTransparency() > 0; in importXML()
|
/aoo42x/main/svx/source/sidebar/tools/ |
H A D | ColorControl.cxx | 175 const bool bIsTransparent(0xff == aCol.GetTransparency()); in SetCurColorSelect()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbxcolorupdate.cxx | 114 const bool bIsTransparent(0xff == aColor.GetTransparency()); in Update()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bitmapex.hxx | 383 sal_uInt8 GetTransparency(sal_Int32 nX, sal_Int32 nY) const;
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unobrushitemhelper.cxx | 55 const sal_uInt8 nTransparency(rBrush.GetColor().GetTransparency()); in setSvxBrushItemAsFillAttributesToTargetSet()
|
/aoo42x/main/tools/inc/tools/ |
H A D | color.hxx | 144 sal_uInt8 GetTransparency() const { return COLORDATA_TRANSPARENCY( mnColor ); } in GetTransparency() function in Color
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 596 if ( !aHTMLStyle.aBackgroundColor.GetTransparency() ) in WriteBody() 954 if ( rBrushItem.GetColor().GetTransparency() == 255 ) in WriteCell()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | valueset.hxx | 410 bool IsColor() const { return maColor.GetTransparency() == 0; } in IsColor()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 216 nTransparency = aColor.GetTransparency(); in setupOutDevState()
|
/aoo42x/main/vcl/source/window/ |
H A D | window2.cxx | 1051 if ( rColor.GetTransparency() ) in SetControlForeground() 1091 if ( rColor.GetTransparency() ) in SetControlBackground()
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewcontactofgraphic.cxx | 327 const bool bHasContent(255L != aLocalGrafInfo.GetTransparency()); in createViewIndependentPrimitive2DSequence()
|