Home
last modified time | relevance | path

Searched refs:maHatch (Results 1 – 5 of 5) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillattribute.cxx47 FillHatchAttribute maHatch; // fill hatch (if used) member in drawinglayer::attribute::ImpSdrFillAttribute
61 maHatch(rHatch), in ImpSdrFillAttribute()
70 const FillHatchAttribute& getHatch() const { return maHatch; } in getHatch()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dhatchtextureprimitive3d.hxx48 attribute::FillHatchAttribute maHatch; member in drawinglayer::primitive3d::HatchTexturePrimitive3D
71 const attribute::FillHatchAttribute& getHatch() const { return maHatch; } in getHatch()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx82 if(maHatch.isFillBackground()) in impCreate3DDecomposition()
293 maHatch(rHatch), in HatchTexturePrimitive3D()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx2649 maHatch ( rHatch ) in IMPL_META_ACTION()
2657 pOut->DrawHatch( maPolyPoly, maHatch ); in Execute()
2689 ( maHatch == ((MetaHatchAction&)rMetaAction).maHatch ); in Compare()
2703 rOStm << maHatch; in Write()
2711 rIStm >> maPolyPoly >> maHatch; in Read()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx986 Hatch maHatch; member in MetaHatchAction
999 const Hatch& GetHatch() const { return maHatch; } in GetHatch()

Completed in 48 milliseconds