Home
last modified time | relevance | path

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

123

/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx687 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 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()
/trunk/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()
/trunk/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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrgrafprimitive2d.cxx61 if(255L != getGraphicAttr().GetTransparency()) in create2DDecomposition()
169 return ((0L != getGraphicAttr().GetTransparency()) in isTransparent()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/core/access/
H A Daccframe.cxx397 if( !rBack.GetColor().GetTransparency() || in IsOpaque()
406 (rBack.GetColor().GetTransparency() != 0) && in IsOpaque()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1535 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 …]
/trunk/main/vcl/inc/
H A Doutdata.hxx42 return aColor.GetTransparency(); in ImplIsColorTransparent()
/trunk/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()
/trunk/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()
/trunk/main/xmloff/source/style/
H A Dshadwhdl.cxx115 aShadow.IsTransparent = aColor.GetTransparency() > 0; in importXML()
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx175 const bool bIsTransparent(0xff == aCol.GetTransparency()); in SetCurColorSelect()
/trunk/main/svx/source/tbxctrls/
H A Dtbxcolorupdate.cxx114 const bool bIsTransparent(0xff == aColor.GetTransparency()); in Update()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx383 sal_uInt8 GetTransparency(sal_Int32 nX, sal_Int32 nY) const;
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx55 const sal_uInt8 nTransparency(rBrush.GetColor().GetTransparency()); in setSvxBrushItemAsFillAttributesToTargetSet()
/trunk/main/tools/inc/tools/
H A Dcolor.hxx144 sal_uInt8 GetTransparency() const { return COLORDATA_TRANSPARENCY( mnColor ); } in GetTransparency() function in Color
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx596 if ( !aHTMLStyle.aBackgroundColor.GetTransparency() ) in WriteBody()
954 if ( rBrushItem.GetColor().GetTransparency() == 255 ) in WriteCell()
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx410 bool IsColor() const { return maColor.GetTransparency() == 0; } in IsColor()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx216 nTransparency = aColor.GetTransparency(); in setupOutDevState()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx1051 if ( rColor.GetTransparency() ) in SetControlForeground()
1091 if ( rColor.GetTransparency() ) in SetControlBackground()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx327 const bool bHasContent(255L != aLocalGrafInfo.GetTransparency()); in createViewIndependentPrimitive2DSequence()

Completed in 155 milliseconds

123