Home
last modified time | relevance | path

Searched refs:aShadow (Results 1 – 14 of 14) sorted by path

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextdecoratedprimitive2d.cxx229 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()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrcubeprimitive3d.cxx178 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local
180 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
H A Dsdrextrudeprimitive3d.cxx359 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local
361 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
H A Dsdrlatheprimitive3d.cxx203 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local
205 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
H A Dsdrpolypolygonprimitive3d.cxx122 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local
124 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
H A Dsdrsphereprimitive3d.cxx168 const Primitive3DSequence aShadow(createShadowPrimitive3D( in create3DDecomposition() local
170 appendPrimitive3DSequenceToPrimitive3DSequence(aRetval, aShadow); in create3DDecomposition()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1308 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 …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx715 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()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2842 SvxShadowItem aShadow( rTab.GetFrmFmt()->GetShadow() ); in SetTabCols() local
2843 nPrtWidth += aShadow.CalcShadowSpace( SHADOW_LEFT ) + in SetTabCols()
2844 aShadow.CalcShadowSpace( SHADOW_RIGHT ); in SetTabCols()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1833 SvxShadowItem aShadow( RES_SHADOW ); in MatchSdrItemsIntoFlySet() local
1849 aShadow.SetColor( Color( aShdColor ) ); in MatchSdrItemsIntoFlySet()
1851 aShadow.SetWidth(writer_cast<sal_uInt16>((Abs( nShdDistX) + in MatchSdrItemsIntoFlySet()
1869 aShadow.SetLocation( eShdPosi ); in MatchSdrItemsIntoFlySet()
1871 rFlySet.Put( aShadow ); in MatchSdrItemsIntoFlySet()
H A Dww8par6.cxx1647 SvxShadowItem aShadow( RES_SHADOW ); in SetFlyBordersShadow() local
1648 if( SetShadow( aShadow, pSizeArray, pbrc )) in SetFlyBordersShadow()
1651 rFlySet.Put( aShadow ); in SetFlyBordersShadow()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1800 Rectangle aShadow(aPage); in Paint() local
1801 aShadow += Point(3, 3); in Paint()
1802 DrawRect( aShadow, m_aShadowCol, m_aTransCol ); in Paint()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx143 Color aShadow( nBackgroundColor ); in setButtonLikeFaceColor() local
144 aShadow.DecreaseLuminance( (sal_uInt8)( nBackgroundLuminance * 1 / 3 ) ); in setButtonLikeFaceColor()
145 aStyleSettings.SetShadowColor( aShadow ); in setButtonLikeFaceColor()
/trunk/main/xmloff/source/style/
H A Dshadwhdl.cxx54 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 …]

Completed in 131 milliseconds