/aoo4110/main/xmloff/source/style/ |
H A D | shadwhdl.cxx | 54 table::ShadowFormat aShadow; in importXML() local 55 aShadow.Location = table::ShadowLocation_BOTTOM_RIGHT; in importXML() 67 aShadow.Location = table::ShadowLocation_NONE; in importXML() 116 aShadow.Color = aColor.GetColor(); in importXML() 120 rValue <<= aShadow; in importXML() 129 table::ShadowFormat aShadow; in exportXML() local 131 if( rValue >>= aShadow ) in exportXML() 135 switch( aShadow.Location ) in exportXML() 155 nX *= aShadow.ShadowWidth; in exportXML() 156 nY *= aShadow.ShadowWidth; in exportXML() [all …]
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 715 const attribute::SdrShadowAttribute aShadow(createNewSdrShadowAttribute(rSet)); in createNewSdrShadowTextAttribute() local 717 return attribute::SdrShadowTextAttribute(aShadow, aText); in createNewSdrShadowTextAttribute() 759 const attribute::SdrShadowAttribute aShadow(createNewSdrShadowAttribute(rSet)); in createNewSdrLineShadowTextAttribute() local 761 return attribute::SdrLineShadowTextAttribute(aLine, aLineStartEnd, aShadow, aText); in createNewSdrLineShadowTextAttribute() 775 attribute::SdrShadowAttribute aShadow; in createNewSdrLineFillShadowTextAttribute() local 821 aShadow = createNewSdrShadowAttribute(rSet); in createNewSdrLineFillShadowTextAttribute() 824 aLine, aFill, aLineStartEnd, aShadow, aFillFloatTransGradient, aText); in createNewSdrLineFillShadowTextAttribute() 834 attribute::SdrShadowAttribute aShadow; in createNewSdrLineFillShadowAttribute() local 861 aShadow = createNewSdrShadowAttribute(rSet); in createNewSdrLineFillShadowAttribute() 864 aLine, aFill, aLineStartEnd, aShadow, aFillFloatTransGradient); in createNewSdrLineFillShadowAttribute()
|
/aoo4110/main/editeng/source/items/ |
H A D | frmitems.cxx | 1308 table::ShadowFormat aShadow; in QueryValue() local 1318 aShadow.Location = eSet; in QueryValue() 1321 aShadow.Color = aShadowColor.GetRGBColor(); in QueryValue() 1329 case 0: rVal <<= aShadow; break; in QueryValue() 1341 table::ShadowFormat aShadow; in PutValue() local 1348 bRet = (rVal >>= aShadow.Location); in PutValue() 1353 aShadow.Location = (table::ShadowLocation) nVal; in PutValue() 1362 case 0: rVal >>= aShadow; break; in PutValue() 1369 switch( aShadow.Location ) in PutValue() 1378 nWidth = bConvert ? MM100_TO_TWIP(aShadow.ShadowWidth) : aShadow.ShadowWidth; in PutValue() [all …]
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | textdecoratedprimitive2d.cxx | 229 Primitive2DReference aShadow; in create2DDecomposition() local 246 aShadow = Primitive2DReference(new ShadowPrimitive2D( in create2DDecomposition() 302 if(aShadow.is()) in create2DDecomposition() 307 aRetval = Primitive2DSequence(&aShadow, 1); in create2DDecomposition()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrpolypolygonprimitive3d.cxx | 122 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local 124 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
|
H A D | sdrsphereprimitive3d.cxx | 168 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local 170 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
|
H A D | sdrcubeprimitive3d.cxx | 178 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local 180 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
|
H A D | sdrlatheprimitive3d.cxx | 203 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local 205 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
|
H A D | sdrextrudeprimitive3d.cxx | 359 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local 361 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1836 SvxShadowItem aShadow( RES_SHADOW ); in MatchSdrItemsIntoFlySet() local 1852 aShadow.SetColor( Color( aShdColor ) ); in MatchSdrItemsIntoFlySet() 1854 aShadow.SetWidth(writer_cast<sal_uInt16>((Abs( nShdDistX) + in MatchSdrItemsIntoFlySet() 1872 aShadow.SetLocation( eShdPosi ); in MatchSdrItemsIntoFlySet() 1874 rFlySet.Put( aShadow ); in MatchSdrItemsIntoFlySet()
|
H A D | ww8par6.cxx | 1647 SvxShadowItem aShadow( RES_SHADOW ); in SetFlyBordersShadow() local 1648 if( SetShadow( aShadow, pSizeArray, pbrc )) in SetFlyBordersShadow() 1651 rFlySet.Put( aShadow ); in SetFlyBordersShadow()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1803 Rectangle aShadow(aPage); in Paint() local 1804 aShadow += Point(3, 3); in Paint() 1805 DrawRect( aShadow, m_aShadowCol, m_aTransCol ); in Paint()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2842 SvxShadowItem aShadow( rTab.GetFrmFmt()->GetShadow() ); in SetTabCols() local 2843 nPrtWidth += aShadow.CalcShadowSpace( SHADOW_LEFT ) + in SetTabCols() 2844 aShadow.CalcShadowSpace( SHADOW_RIGHT ); in SetTabCols()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 143 Color aShadow( nBackgroundColor ); in setButtonLikeFaceColor() local 144 aShadow.DecreaseLuminance( (sal_uInt8)( nBackgroundLuminance * 1 / 3 ) ); in setButtonLikeFaceColor() 145 aStyleSettings.SetShadowColor( aShadow ); in setButtonLikeFaceColor()
|