/trunk/main/vcl/source/gdi/ |
H A D | hatch.cxx | 33 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 D | outdev4.cxx | 1047 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 D | hatch.hxx | 57 class VCL_DLLPUBLIC Hatch class 66 Hatch(); 67 Hatch( const Hatch& rHatch ); 68 … Hatch( 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 D | outdev.hxx | 61 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 D | metaact.hxx | 986 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 D | pdfwriter.hxx | 57 class Hatch; 812 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | Hatch.idl | 41 // 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 D | HatchTable.idl | 36 /** 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 D | FillProperties.idl | 39 #include <com/sun/star/drawing/Hatch.idl> 122 [optional, property] Hatch FillHatch;
|
/trunk/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | FillProperties.java | 43 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 D | ShapeProperties.java | 55 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/complex/chart2/ |
H A D | TestCaseOldAPI.java | 664 Hatch aHatch = new Hatch(); in testDataSeriesAndPoints() 676 Hatch aNewHatch = (Hatch) AnyConverter.toObject( in testDataSeriesAndPoints() 677 new Type( Hatch.class ), in testDataSeriesAndPoints()
|
/trunk/main/xmloff/source/style/ |
H A D | HatchStyle.cxx | 92 drawing::Hatch aHatch; in importXML() 203 drawing::Hatch aHatch; in exportXML()
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | DataPointProperties.idl | 29 #include <com/sun/star/drawing/Hatch.idl> 101 [optional, property] ::com::sun::star::drawing::Hatch Hatch;
|
/trunk/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 521 drawing::Hatch aUnoHatch; in getAny() 535 drawing::Hatch aUnoHatch; in getEntry() 553 return ::getCppuType((const drawing::Hatch*)0); in getElementType()
|
H A D | unohtabl.cxx | 89 return ::getCppuType((const struct drawing::Hatch*)0); in getElementType()
|
/trunk/main/chart2/source/tools/ |
H A D | NamedFillProperties.cxx | 72 ::getCppuType( reinterpret_cast< const drawing::Hatch * >(0)), in AddPropertiesToVector()
|
/trunk/main/svx/sdi/ |
H A D | xoitems.sdi | 72 // com::sun::star::drawing::Hatch
|
/trunk/main/comphelper/source/property/ |
H A D | TypeGeneration.cxx | 243 case CPPUTYPE_HATCH: pType = &getCppuType((drawing::Hatch*)0); break; in GenerateCppuType()
|
/trunk/main/cui/source/tabpages/ |
H A D | tabarea.hrc | 178 // Hatch-Background on Area-TabPage
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 4509 ::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 D | xmlxtexp.cxx | 325 else if( aExportType == ::getCppuType((const drawing::Hatch*)0) ) in exportTable()
|
H A D | xmlxtimp.cxx | 467 if( aType == ::getCppuType((const drawing::Hatch*)0) ) in CreateContext()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopback.cxx | 150 if ( ( pAny->getValueType() == ::getCppuType((const ::com::sun::star::drawing::Hatch*)0) ) in fillItemSet()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | ValueChanger.java | 441 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()
|