/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | sdrdecompositiontools3d.cxx | 287 const attribute::SdrShadowAttribute& rShadow, in createShadowPrimitive3D() argument 291 if(rSource.hasElements() && !basegfx::fTools::moreOrEqual(rShadow.getTransparence(), 1.0)) in createShadowPrimitive3D() 295 aShadowOffset.set(0, 2, rShadow.getOffset().getX()); in createShadowPrimitive3D() 296 aShadowOffset.set(1, 2, rShadow.getOffset().getY()); in createShadowPrimitive3D() 299 …Primitive3DReference xRef(new ShadowPrimitive3D(aShadowOffset, rShadow.getColor(), rShadow.getTran… in createShadowPrimitive3D()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 519 const SvxShadowItem& rShadow = GetShadow(); in CalcTopSpace() local 521 return rShadow.CalcShadowSpace(SHADOW_TOP ) + rBox.CalcLineSpace(BOX_LINE_TOP); in CalcTopSpace() 526 const SvxShadowItem& rShadow = GetShadow(); in CalcBottomSpace() local 528 return rShadow.CalcShadowSpace(SHADOW_BOTTOM) + rBox.CalcLineSpace(BOX_LINE_BOTTOM); in CalcBottomSpace() 533 const SvxShadowItem& rShadow = GetShadow(); in CalcLeftSpace() local 535 return rShadow.CalcShadowSpace(SHADOW_LEFT) + rBox.CalcLineSpace(BOX_LINE_LEFT); in CalcLeftSpace() 540 const SvxShadowItem& rShadow = GetShadow(); in CalcRightSpace() local 542 return rShadow.CalcShadowSpace(SHADOW_RIGHT) + rBox.CalcLineSpace(BOX_LINE_RIGHT); in CalcRightSpace()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 444 const attribute::SdrShadowAttribute& rShadow) in createEmbeddedShadowPrimitive() argument 452 aShadowOffset.set(0, 2, rShadow.getOffset().getX()); in createEmbeddedShadowPrimitive() 453 aShadowOffset.set(1, 2, rShadow.getOffset().getY()); in createEmbeddedShadowPrimitive() 459 rShadow.getColor(), in createEmbeddedShadowPrimitive() 462 if(0.0 != rShadow.getTransparence()) in createEmbeddedShadowPrimitive() 470 rShadow.getTransparence())); in createEmbeddedShadowPrimitive()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | shdditem.hxx | 62 inline SvxShadowedItem& operator=(const SvxShadowedItem& rShadow) { in operator =() argument 63 SetValue(rShadow.GetValue()); in operator =()
|
/aoo41x/main/svx/source/sdr/attribute/ |
H A D | sdrshadowtextattribute.cxx | 35 const SdrShadowAttribute& rShadow, in SdrShadowTextAttribute() argument 37 : maShadow(rShadow), in SdrShadowTextAttribute()
|
H A D | sdrlineshadowtextattribute.cxx | 37 const SdrShadowAttribute& rShadow, in SdrLineShadowTextAttribute() argument 39 : SdrShadowTextAttribute(rShadow, rTextAttribute), in SdrLineShadowTextAttribute()
|
H A D | sdrlinefillshadowtextattribute.cxx | 38 const SdrShadowAttribute& rShadow, in SdrLineFillShadowTextAttribute() argument 41 : SdrLineShadowTextAttribute(rLine, rLineStartEnd, rShadow, rTextAttribute), in SdrLineFillShadowTextAttribute()
|
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrallattribute3d.cxx | 39 const SdrShadowAttribute& rShadow, in SdrLineFillShadowAttribute3D() argument 44 maShadow(rShadow), in SdrLineFillShadowAttribute3D()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | ssfrm.cxx | 788 const SvxShadowItem &rShadow = rAttrs.GetShadow(); in UnionFrm() local 789 nLeft -= rShadow.CalcShadowSpace( SHADOW_LEFT ); in UnionFrm() 790 nAdd += rShadow.CalcShadowSpace( SHADOW_RIGHT ); in UnionFrm()
|
H A D | frmtool.cxx | 1866 rShadow ( rAttrSet.GetShadow() ), in SwBorderAttrs() 1995 nTopLine = nTopLine + rShadow.CalcShadowSpace(SHADOW_TOP); in _CalcTopLine() 2004 nBottomLine = nBottomLine + rShadow.CalcShadowSpace(SHADOW_BOTTOM); in _CalcBottomLine() 2013 nLeftLine = nLeftLine + rShadow.CalcShadowSpace(SHADOW_LEFT); in _CalcLeftLine() 2022 nRightLine = nRightLine + rShadow.CalcShadowSpace(SHADOW_RIGHT); in _CalcRightLine() 2081 if ( rShadow == rCmpAttrs.GetShadow() && in _JoinWithCmp()
|
H A D | paintfrm.cxx | 1267 const SvxShadowItem &rShadow = rAttrs.GetShadow(); in lcl_CalcBorderRect() local 1269 (rRect.*fnRect->fnSubTop)(rShadow.CalcShadowSpace(SHADOW_TOP)); in lcl_CalcBorderRect() 1270 (rRect.*fnRect->fnSubLeft)(rShadow.CalcShadowSpace(SHADOW_LEFT)); in lcl_CalcBorderRect() 1273 (rShadow.CalcShadowSpace( SHADOW_BOTTOM )); in lcl_CalcBorderRect() 1274 (rRect.*fnRect->fnAddRight)(rShadow.CalcShadowSpace(SHADOW_RIGHT)); in lcl_CalcBorderRect() 3829 const SvxShadowItem &rShadow = rAttrs.GetShadow(); in PaintShadow() local 3830 const long nWidth = ::lcl_AlignWidth ( rShadow.GetWidth() ); in PaintShadow() 3831 const long nHeight = ::lcl_AlignHeight( rShadow.GetWidth() ); in PaintShadow() 3840 SvxShadowLocation eLoc = rShadow.GetLocation(); in PaintShadow() 3987 Color aShadowColor( rShadow.GetColor() ); in PaintShadow()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 256 const SvxShadowItem &rShadow; member in SwBorderAttrs 346 inline const SvxShadowItem &GetShadow() const { return rShadow; } in GetShadow()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | page.cxx | 174 Size GetMinBorderSpace_Impl( const SvxShadowItem& rShadow, const SvxBoxItem& rBox ) in GetMinBorderSpace_Impl() argument 177 aSz.Height() = rShadow.CalcShadowSpace( SHADOW_BOTTOM ) + rBox.CalcLineSpace( BOX_LINE_BOTTOM ); in GetMinBorderSpace_Impl() 178 aSz.Height() += rShadow.CalcShadowSpace( SHADOW_TOP ) + rBox.CalcLineSpace( BOX_LINE_TOP ); in GetMinBorderSpace_Impl() 179 aSz.Width() = rShadow.CalcShadowSpace( SHADOW_LEFT ) + rBox.CalcLineSpace( BOX_LINE_LEFT ); in GetMinBorderSpace_Impl() 180 aSz.Width() += rShadow.CalcShadowSpace( SHADOW_RIGHT ) + rBox.CalcLineSpace( BOX_LINE_RIGHT ); in GetMinBorderSpace_Impl()
|
/aoo41x/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrshadowtextattribute.hxx | 45 const SdrShadowAttribute& rShadow,
|
H A D | sdrlineshadowtextattribute.hxx | 48 const SdrShadowAttribute& rShadow,
|
H A D | sdrlinefillshadowtextattribute.hxx | 49 const SdrShadowAttribute& rShadow,
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | sdrallattribute3d.hxx | 58 const SdrShadowAttribute& rShadow,
|
/aoo41x/main/svx/inc/svx/sdr/primitive2d/ |
H A D | sdrdecompositiontools.hxx | 75 const attribute::SdrShadowAttribute& rShadow);
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | sdrdecompositiontools3d.hxx | 85 const attribute::SdrShadowAttribute& rShadow,
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.hxx | 291 virtual void CharShadow( const SvxShadowedItem& rShadow );
|
H A D | docxattributeoutput.hxx | 357 virtual void CharShadow( const SvxShadowedItem& rShadow );
|
H A D | ww8par6.cxx | 1591 bool SwWW8ImplReader::SetShadow(SvxShadowItem& rShadow, const short *pSizeArray, in SetShadow() argument 1601 rShadow.SetColor(Color(COL_BLACK)); in SetShadow() 1607 rShadow.SetWidth(nVal); in SetShadow() 1608 rShadow.SetLocation(SVX_SHADOW_BOTTOMRIGHT); in SetShadow()
|
H A D | docxattributeoutput.cxx | 2347 void DocxAttributeOutput::CharShadow( const SvxShadowedItem& rShadow ) in CharShadow() argument 2349 if ( rShadow.GetValue() ) in CharShadow()
|
H A D | rtfattributeoutput.cxx | 2192 void RtfAttributeOutput::CharShadow( const SvxShadowedItem& rShadow ) in CharShadow() argument 2197 if ( !rShadow.GetValue() ) in CharShadow()
|
H A D | ww8par.hxx | 1323 bool SetShadow(SvxShadowItem& rShadow, const short *pSizeArray,
|