Home
last modified time | relevance | path

Searched refs:HatchStyle (Results 1 – 25 of 27) sorted by path

12

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java689 aHatch.Style = HatchStyle.DOUBLE; in testDataSeriesAndPoints()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx44 enum HatchStyle enum
67 HatchStyle eStyle,
85 HatchStyle getStyle() const;
/trunk/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx41 HatchStyle meStyle;
51 HatchStyle eStyle, in ImpFillHatchAttribute()
68 HatchStyle getStyle() const { return meStyle; } in getStyle()
107 HatchStyle eStyle, in FillHatchAttribute()
189 HatchStyle FillHatchAttribute::getStyle() const in getStyle()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx923 drawinglayer::attribute::HatchStyle aHatchStyle(drawinglayer::attribute::HATCHSTYLE_SINGLE); in createFillHatchAttribute()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1546 const HatchStyle aHatchStyle( in processBasePrimitive2D()
H A Dvclpixelprocessor2d.cxx730 HatchStyle eHatchStyle(HATCH_SINGLE); in processBasePrimitive2D()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx359 switch ( pHatchEntry->HatchStyle ) in ImplSetFillBundle()
H A Dcgmtypes.hxx69 int HatchStyle; member
H A Delements.cxx307 pHatchEntry->HatchStyle = nStyle; in ImplInsertHatch()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1432 …aOut.DrawHatch(PolyPolygon(rRect), Hatch((HatchStyle)rHatch.Style, Color(rHatch.Color), rHatch.Dis… in lclDrawHatch()
/trunk/main/offapi/
H A DUnoApi_offapi.mk1872 offapi/com/sun/star/drawing/HatchStyle \
/trunk/main/offapi/com/sun/star/drawing/
H A DHatch.idl27 #include <com/sun/star/drawing/HatchStyle.idl>
49 /** The <type>HatchStyle</type> defines the kind of lines used to draw
52 com::sun::star::drawing::HatchStyle Style;
H A DHatchStyle.idl33 // DocMerge from xml: enum com::sun::star::drawing::HatchStyle
34 /** The <type>HatchStyle</type> defines the style of the lines in a hatch.
36 published enum HatchStyle
40 // DocMerge from xml: value com::sun::star::drawing::HatchStyle::SINGLE
47 // DocMerge from xml: value com::sun::star::drawing::HatchStyle::DOUBLE
54 // DocMerge from xml: value com::sun::star::drawing::HatchStyle::TRIPLE
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java446 _newValue.Style = com.sun.star.drawing.HatchStyle.DOUBLE; in changePValue()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DOOo.jcb3 …ar.drawing.FillStyleIsRelativebooleangetDefaultcom.sun.star.drawing.HatchStyleLEFT_valueintAU…
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx121 attribute::HatchStyle XHatchStyleToHatchStyle(XHatchStyle eStyle) in XHatchStyleToHatchStyle()
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx523 aUnoHatch.Style = (drawing::HatchStyle)aHatch.GetHatchStyle(); in getAny()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx4511 aUnoHatch.Style = (::com::sun::star::drawing::HatchStyle)aHatch.GetHatchStyle(); in QueryValue()
4530 aUnoHatch.Style = (::com::sun::star::drawing::HatchStyle)aHatch.GetHatchStyle(); in QueryValue()
4547 rVal <<= (::com::sun::star::drawing::HatchStyle)aHatch.GetHatchStyle(); break; in QueryValue()
H A Dxtabhtch.cxx156 drawinglayer::attribute::HatchStyle aHatchStyle(drawinglayer::attribute::HATCHSTYLE_TRIPLE); in CreateBitmapForUI()
/trunk/main/vcl/inc/vcl/
H A Dhatch.hxx42 HatchStyle meStyle;
68 … Hatch( HatchStyle eStyle, const Color& rHatchColor, long nDistance, sal_uInt16 nAngle10 = 0 );
76 void SetStyle( HatchStyle eStyle );
77 HatchStyle GetStyle() const { return mpImplHatch->meStyle; } in GetStyle()
H A Dvclenum.hxx100 enum HatchStyle enum
/trunk/main/vcl/source/gdi/
H A Dhatch.cxx81 Hatch::Hatch( HatchStyle eStyle, const Color& rColor, in Hatch()
146 void Hatch::SetStyle( HatchStyle eStyle ) in SetStyle()
187 rIStm >> nTmp16; rImplHatch.meStyle = (HatchStyle) nTmp16; in operator >>()
/trunk/main/xmloff/
H A DLibrary_xo.mk211 xmloff/source/style/HatchStyle \
H A DPackage_inc.mk29 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/HatchStyle.hxx,xmloff/HatchStyle.hxx))
/trunk/main/xmloff/source/style/
H A DHatchStyle.cxx138 aHatch.Style = (drawing::HatchStyle) eValue; in importXML()

Completed in 206 milliseconds

12