Home
last modified time | relevance | path

Searched refs:HATCHSTYLE_DOUBLE (Results 1 – 9 of 9) sorted by relevance

/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx47 HATCHSTYLE_DOUBLE, enumerator
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillhatchprimitive2d.cxx87 case attribute::HATCHSTYLE_DOUBLE: in create2DDecomposition()
H A Dmetafileprimitive2d.cxx934 aHatchStyle = drawinglayer::attribute::HATCHSTYLE_DOUBLE; in createFillHatchAttribute()
/trunk/main/svx/source/xoutdev/
H A Dxtabhtch.cxx167 aHatchStyle = drawinglayer::attribute::HATCHSTYLE_DOUBLE; in CreateBitmapForUI()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx163 case attribute::HATCHSTYLE_DOUBLE: in impCreate3DDecomposition()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx350 …if(attribute::HATCHSTYLE_DOUBLE == rHatch.getStyle() || attribute::HATCHSTYLE_TRIPLE == rHatch.get… in GeoTexSvxMultiHatch()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1499 case attribute::HATCHSTYLE_DOUBLE : in processBasePrimitive2D()
1548 … attribute::HATCHSTYLE_DOUBLE == rFillHatchAttribute.getStyle() ? HATCH_DOUBLE : in processBasePrimitive2D()
H A Dvclpixelprocessor2d.cxx736 case attribute::HATCHSTYLE_DOUBLE : in processBasePrimitive2D()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx131 return attribute::HATCHSTYLE_DOUBLE; in XHatchStyleToHatchStyle()