Home
last modified time | relevance | path

Searched refs:Hatch (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Dhatch.cxx33 DBG_NAME( Hatch ) in DBG_NAME() argument
63 Hatch::Hatch() in Hatch() function in Hatch
65 DBG_CTOR( Hatch, NULL ); in Hatch()
71 Hatch::Hatch( const Hatch& rHatch ) in Hatch() function in Hatch
73 DBG_CTOR( Hatch, NULL ); in Hatch()
81 Hatch::Hatch( HatchStyle eStyle, const Color& rColor, in Hatch() function in Hatch
84 DBG_CTOR( Hatch, NULL ); in Hatch()
94 Hatch::~Hatch() in ~Hatch()
96 DBG_DTOR( Hatch, NULL ); in ~Hatch()
103 Hatch& Hatch::operator=( const Hatch& rHatch ) in operator =()
[all …]
H A Doutdev4.cxx1047 void OutputDevice::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in DrawHatch()
1052 Hatch aHatch( rHatch ); in DrawHatch()
1125 void OutputDevice::AddHatchActions( const PolyPolygon& rPolyPoly, const Hatch& rHatch, in AddHatchActions()
1148 void OutputDevice::ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool bMtf ) in ImplDrawHatch()
/trunk/main/vcl/inc/vcl/
H A Dhatch.hxx57 class VCL_DLLPUBLIC Hatch class
66 Hatch();
67 Hatch( const Hatch& rHatch );
68Hatch( HatchStyle eStyle, const Color& rHatchColor, long nDistance, sal_uInt16 nAngle10 = 0 );
69 ~Hatch();
71 Hatch& operator=( const Hatch& rHatch );
72 sal_Bool operator==( const Hatch& rHatch ) const;
73 …sal_Bool operator!=( const Hatch& rHatch ) const { return !(Hatch::operator==( rHatch )… in operator !=()
74 …sal_Bool IsSameInstance( const Hatch& rHatch ) const { return( mpImplHatch == rHatch.mp… in IsSameInstance()
88 friend VCL_DLLPUBLIC SvStream& operator>>( SvStream& rIStm, Hatch& rHatch );
[all …]
H A Doutdev.hxx61 class Hatch;
478 …SAL_DLLPRIVATE void ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool b…
819 void DrawHatch( const PolyPolygon& rPolyPoly, const ::Hatch& rHatch );
821 const ::Hatch& rHatch,
824 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
826 const Hatch& rHatch,
H A Dmetaact.hxx986 Hatch maHatch;
991 DECL_META_ACTION( Hatch, META_HATCH_ACTION )
993 MetaHatchAction( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
999 const Hatch& GetHatch() const { return maHatch; } in GetHatch()
H A Dpdfwriter.hxx57 class Hatch;
812 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
/trunk/main/offapi/com/sun/star/drawing/
H A DHatch.idl41 // DocMerge from xml: struct com::sun::star::drawing::Hatch
46 published struct Hatch
48 // DocMerge from xml: field com::sun::star::drawing::Hatch::Style
56 // DocMerge from xml: field com::sun::star::drawing::Hatch::Color
63 // DocMerge from xml: field com::sun::star::drawing::Hatch::Distance
70 // DocMerge from xml: field com::sun::star::drawing::Hatch::Angle
H A DHatchTable.idl36 /** this is a container for <type>Hatch</type>s
38 <p>It is used for example to access the <type>Hatch</type>s that
42 @see Hatch
46 /** this container lets you access the <type>Hatch</type>s that
H A DFillProperties.idl39 #include <com/sun/star/drawing/Hatch.idl>
122 [optional, property] Hatch FillHatch;
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java43 import com.sun.star.drawing.Hatch;
187 Hatch aHatch = new Hatch(); in testFillHatch()
201 aHatch = (Hatch) xPropSet.getPropertyValue("FillHatch"); in testFillHatch()
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java55 import com.sun.star.drawing.Hatch;
212 Hatch aHatch=new Hatch(); in testShapeFillHatch()
224 aHatch=(Hatch) xPropSet.getPropertyValue("FillHatch"); in testShapeFillHatch()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java688 Hatch aHatch = new Hatch(); in testDataSeriesAndPoints()
700 Hatch aNewHatch = (Hatch) AnyConverter.toObject( in testDataSeriesAndPoints()
701 new Type( Hatch.class ), in testDataSeriesAndPoints()
/trunk/main/xmloff/source/style/
H A DHatchStyle.cxx92 drawing::Hatch aHatch; in importXML()
203 drawing::Hatch aHatch; in exportXML()
/trunk/main/offapi/com/sun/star/chart2/
H A DDataPointProperties.idl29 #include <com/sun/star/drawing/Hatch.idl>
101 [optional, property] ::com::sun::star::drawing::Hatch Hatch;
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx521 drawing::Hatch aUnoHatch; in getAny()
535 drawing::Hatch aUnoHatch; in getEntry()
553 return ::getCppuType((const drawing::Hatch*)0); in getElementType()
H A Dunohtabl.cxx89 return ::getCppuType((const struct drawing::Hatch*)0); in getElementType()
/trunk/main/chart2/source/tools/
H A DNamedFillProperties.cxx72 ::getCppuType( reinterpret_cast< const drawing::Hatch * >(0)), in AddPropertiesToVector()
/trunk/main/svx/sdi/
H A Dxoitems.sdi72 // com::sun::star::drawing::Hatch
/trunk/main/comphelper/source/property/
H A DTypeGeneration.cxx243 case CPPUTYPE_HATCH: pType = &getCppuType((drawing::Hatch*)0); break; in GenerateCppuType()
/trunk/main/cui/source/tabpages/
H A Dtabarea.hrc178 // Hatch-Background on Area-TabPage
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx4509 ::com::sun::star::drawing::Hatch aUnoHatch; in QueryValue()
4528 ::com::sun::star::drawing::Hatch aUnoHatch; in QueryValue()
4572 ::com::sun::star::drawing::Hatch aUnoHatch; in PutValue()
4606 ::com::sun::star::drawing::Hatch aUnoHatch; in PutValue()
/trunk/main/svx/source/xml/
H A Dxmlxtexp.cxx325 else if( aExportType == ::getCppuType((const drawing::Hatch*)0) ) in exportTable()
H A Dxmlxtimp.cxx467 if( aType == ::getCppuType((const drawing::Hatch*)0) ) in CreateContext()
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx150 if ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::drawing::Hatch*)0) ) in fillItemSet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java441 if (oldValue instanceof com.sun.star.drawing.Hatch){ in changePValue()
442 com.sun.star.drawing.Hatch _newValue = (com.sun.star.drawing.Hatch) oldValue; in changePValue()

Completed in 139 milliseconds

12