/aoo41x/main/sw/source/core/access/ |
H A D | accframe.cxx | 396 const SvxBrushItem &rBack = pFrm->GetAttrSet()->GetBackground(); in IsOpaque() local 397 if( !rBack.GetColor().GetTransparency() || in IsOpaque() 398 rBack.GetGraphicPos() != GPOS_NONE ) in IsOpaque() 406 (rBack.GetColor().GetTransparency() != 0) && in IsOpaque() 407 (rBack.GetColor() != COL_TRANSPARENT) in IsOpaque()
|
H A D | acccell.cxx | 498 const SvxBrushItem &rBack = GetFrm()->GetAttrSet()->GetBackground(); in getBackground() local 499 sal_uInt32 crBack = rBack.GetColor().GetColor(); in getBackground()
|
H A D | acctable.cxx | 1848 const SvxBrushItem &rBack = GetFrm()->GetAttrSet()->GetBackground(); in getBackground() local 1849 sal_uInt32 crBack = rBack.GetColor().GetColor(); in getBackground()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | helperhittest3d.cxx | 70 const basegfx::B3DPoint& rBack, in getAllHit3DObjectWithRelativePoint() argument 78 if(!rFront.equal(rBack)) in getAllHit3DObjectWithRelativePoint() 91 const basegfx::B3DRange aFrontBackRange(rFront, rBack); in getAllHit3DObjectWithRelativePoint() 96 …:processor3d::CutFindProcessor aCutFindProcessor(rObjectViewInformation3D, rFront, rBack, bAnyHit); in getAllHit3DObjectWithRelativePoint()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 146 Color ScfTools::GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans ) in GetMixedColor() argument 149 GetMixedColorComp( rFore.GetRed(), rBack.GetRed(), nTrans ), in GetMixedColor() 150 GetMixedColorComp( rFore.GetGreen(), rBack.GetGreen(), nTrans ), in GetMixedColor() 151 GetMixedColorComp( rFore.GetBlue(), rBack.GetBlue(), nTrans ) ); in GetMixedColor()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 242 ScVbaInterior::GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans ) in GetMixedColor() argument 246 GetMixedColorComp( rFore.GetRed(), rBack.GetRed(), nTrans ), in GetMixedColor() 247 GetMixedColorComp( rFore.GetGreen(), rBack.GetGreen(), nTrans ), in GetMixedColor() 248 GetMixedColorComp( rFore.GetBlue(), rBack.GetBlue(), nTrans )); in GetMixedColor()
|
H A D | vbainterior.hxx | 55 Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans );
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | cutfindprocessor3d.cxx | 45 const basegfx::B3DPoint& rBack, in CutFindProcessor() argument 49 maBack(rBack), in CutFindProcessor()
|
/aoo41x/main/vcl/source/control/ |
H A D | combobox.cxx | 1516 const Wallpaper& rBack = mpSubEdit->GetBackground(); in GetDisplayBackground() local 1517 if( ! rBack.IsBitmap() && in GetDisplayBackground() 1518 ! rBack.IsGradient() && in GetDisplayBackground() 1519 rBack.GetColor().GetColor() == COL_TRANSPARENT in GetDisplayBackground() 1522 return rBack; in GetDisplayBackground()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/processor3d/ |
H A D | cutfindprocessor3d.hxx | 73 const basegfx::B3DPoint& rBack,
|
/aoo41x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 3590 const SvxBrushItem &rBack = GetFmt()->GetBackground(); in Paint() local 3595 bPaintCompleteBack = !(rBack.GetColor() == COL_TRANSPARENT) || in Paint() 3596 rBack.GetGraphicPos() != GPOS_NONE; in Paint() 6571 const SvxBrushItem &rBack = pFrm->GetAttrSet()->GetBackground(); in GetBackgroundBrush() local 6586 (rBack.GetColor() == COL_TRANSPARENT) && in GetBackgroundBrush() 6588 rBack.GetGraphicPos() == GPOS_NONE && in GetBackgroundBrush() 6611 if ( !rBack.GetColor().GetTransparency() || in GetBackgroundBrush() 6612 rBack.GetGraphicPos() != GPOS_NONE || in GetBackgroundBrush() 6614 (bConsiderBackgroundTransparency && (rBack.GetColor() != COL_TRANSPARENT)) in GetBackgroundBrush() 6617 rpBrush = &rBack; in GetBackgroundBrush()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 1183 const SvxBrushItem &rBack = in GetBoxAttr() local 1187 (SvxBrushItem&)rToFill = rBack; in GetBoxAttr() 1190 else if( rToFill != rBack ) in GetBoxAttr()
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 707 static inline Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt16 nFact ) in GetMixedColor() argument 709 return Color( GetMixedCol( rBack.GetRed(), rFore.GetRed(), nFact ), in GetMixedColor() 710 GetMixedCol( rBack.GetGreen(), rFore.GetGreen(), nFact ), in GetMixedColor() 711 GetMixedCol( rBack.GetBlue(), rFore.GetBlue(), nFact ) ); in GetMixedColor()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1223 const SvxBrushItem &rBack = in Modify() local 1233 if ( (rBack.GetColor() == COL_TRANSPARENT) && in Modify() 1235 rBack.GetGraphicPos() == GPOS_NONE ) in Modify()
|
/aoo41x/main/svtools/source/control/ |
H A D | valueset.cxx | 783 const Color& rBack = rWall.GetColor(); in ImplDrawSelect() local 784 if( rBack.IsDark() && ! aDoubleColor.IsBright() ) in ImplDrawSelect() 789 else if( rBack.IsBright() && ! aDoubleColor.IsDark() ) in ImplDrawSelect()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 280 static Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans );
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 921 const SvxBrushItem& rBack = (SvxBrushItem&)*pItem; in TableBackgrounds() local 922 if( !rBack.GetColor().GetTransparency() ) in TableBackgrounds() 925 m_aRowDefs.append((sal_Int32)m_rExport.GetColor(rBack.GetColor())); in TableBackgrounds()
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 8182 const Wallpaper& rBack = GetBackground(); in GetDisplayBackground() local 8183 if( ! rBack.IsBitmap() && in GetDisplayBackground() 8184 ! rBack.IsGradient() && in GetDisplayBackground() 8185 rBack.GetColor().GetColor() == COL_TRANSPARENT && in GetDisplayBackground() 8188 return rBack; in GetDisplayBackground()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 292 const ::Color& rLine, const ::Color& rBack );
|