Home
last modified time | relevance | path

Searched refs:GetTransparency (Results 1 – 25 of 56) sorted by relevance

123

/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrgrafprimitive2d.cxx59 if(255L != getGraphicAttr().GetTransparency()) in create2DDecomposition()
164 return ((0L != getGraphicAttr().GetTransparency()) in isTransparent()
/aoo41x/main/vcl/source/gdi/
H A Dbitmapex.cxx685 if( rFillColor.GetTransparency() ) in Erase()
687 …const Color aFill( rFillColor.GetTransparency(), rFillColor.GetTransparency(), rFillColor.GetTrans… in Erase()
766 sal_uInt8 BitmapEx::GetTransparency(sal_Int32 nX, sal_Int32 nY) const in GetTransparency() function in BitmapEx
H A Dbmpacc3.cxx52 if( rColor.GetTransparency() == 255 ) in SetLineColor()
86 if( rColor.GetTransparency() == 255 ) in SetFillColor()
H A Dprint2.cxx278 …const bool bLineTransparency( rOut.IsLineColor() ? rOut.GetLineColor().GetTransparency() == 255 : … in ImplIsNotTransparent()
279 …const bool bFillTransparency( rOut.IsFillColor() ? rOut.GetFillColor().GetTransparency() == 255 :… in ImplIsNotTransparent()
/aoo41x/main/cui/source/tabpages/
H A Dbackgrnd.cxx231 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 Dtpcolor.cxx1010 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()
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitive2d.cxx52 if(255L == getGraphicAttr().GetTransparency()) in create2DDecomposition()
156 …const double fTransparency(basegfx::clamp(getGraphicAttr().GetTransparency() * (1.0 / 255.0), 0.0,… in create2DDecomposition()
H A Dsceneprimitive2d.cxx397 o_rResult = (0xff != maOldRenderedBitmap.GetTransparency(nX, nY)); in tryToCheckLastVisualisationDirectHit()
/aoo41x/main/sc/source/ui/view/
H A Doutput.cxx709 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()
/aoo41x/main/editeng/source/items/
H A Dfrmitems.cxx1320 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()
/aoo41x/main/sw/source/core/access/
H A Daccframe.cxx397 if( !rBack.GetColor().GetTransparency() || in IsOpaque()
406 (rBack.GetColor().GetTransparency() != 0) && in IsOpaque()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx1536 if ( aColor.GetTransparency() != 0 ) in lcl_implDrawGraphicBackgrd()
1540 nTransparencyPercent = (aColor.GetTransparency()*100 + 0x7F)/0xFF; in lcl_implDrawGraphicBackgrd()
1542 else if ( (_rGraphicObj.GetAttr().GetTransparency() != 0) && in lcl_implDrawGraphicBackgrd()
1548 nTransparencyPercent = (_rGraphicObj.GetAttr().GetTransparency()*100 + 0x7F)/0xFF; in lcl_implDrawGraphicBackgrd()
1842 if ( (pGrfAttr.GetTransparency() != 0) && in DrawGraphic()
1847 nGrfTransparency = pGrfAttr.GetTransparency(); in DrawGraphic()
1874 ( ( aColor.GetTransparency() != 0) || in DrawGraphic()
3350 (pSectionTOXColor->GetTransparency() != 0) && in IsBackgroundTransparent()
3357 if ( (pBackgrdBrush->GetColor().GetTransparency() != 0) && in IsBackgroundTransparent()
3367 (pTmpGrf->GetAttr().GetTransparency() != 0) in IsBackgroundTransparent()
[all …]
/aoo41x/main/vcl/inc/
H A Doutdata.hxx42 return aColor.GetTransparency(); in ImplIsColorTransparent()
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx136 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()
/aoo41x/main/xmloff/source/style/
H A Dshadwhdl.cxx115 aShadow.IsTransparent = aColor.GetTransparency() > 0; in importXML()
/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx779 pRet[3] = 1.0 - toDoubleColor(rColor.GetTransparency()); in colorToStdColorSpaceSequence()
806 1.0-toDoubleColor(rColor.GetTransparency()), in colorToDoubleSequence()
/aoo41x/main/vcl/inc/vcl/
H A Dbitmapex.hxx383 sal_uInt8 GetTransparency(sal_Int32 nX, sal_Int32 nY) const;
H A Doutdev.hxx949 …sal_Bool IsTextLineColor() const { return (maTextLineColor.GetTransparency() == 0);… in IsTextLineColor()
953 …sal_Bool IsOverlineColor() const { return (maOverlineColor.GetTransparency() == 0);… in IsOverlineColor()
/aoo41x/main/tools/inc/tools/
H A Dcolor.hxx144 sal_uInt8 GetTransparency() const { return COLORDATA_TRANSPARENCY( mnColor ); } in GetTransparency() function in Color
/aoo41x/main/svtools/inc/svtools/
H A Dvalueset.hxx410 bool IsColor() const { return maColor.GetTransparency() == 0; } in IsColor()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx216 nTransparency = aColor.GetTransparency(); in setupOutDevState()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx596 if ( !aHTMLStyle.aBackgroundColor.GetTransparency() ) in WriteBody()
954 if ( rBrushItem.GetColor().GetTransparency() == 255 ) in WriteCell()
/aoo41x/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx327 const bool bHasContent(255L != aLocalGrafInfo.GetTransparency()); in createViewIndependentPrimitive2DSequence()
/aoo41x/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx508 mbHit = (0xff != rBitmapEx.GetTransparency(nX, nY)); in processBasePrimitive2D()
/aoo41x/main/vcl/source/window/
H A Dwindow2.cxx1051 if ( rColor.GetTransparency() ) in SetControlForeground()
1091 if ( rColor.GetTransparency() ) in SetControlBackground()

Completed in 168 milliseconds

123