Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx127 DXFArcEntity::DXFArcEntity() : DXFBasicEntity(DXF_ARC) in DXFArcEntity() function in DXFArcEntity
134 void DXFArcEntity::EvaluateGroup(DXFGroupReader & rDGR) in EvaluateGroup()
829 else if (strcmp(rDGR.GetS(),"ARC" )==0) pE=new DXFArcEntity; in Read()
H A Ddxfentrd.hxx157 class DXFArcEntity : public DXFBasicEntity { class
166 DXFArcEntity();
H A Ddxfreprd.cxx265 const DXFArcEntity * pE = (DXFArcEntity*)pBE; in CalcBoundingBox()
H A Ddxf2mtf.hxx86 void DrawArcEntity(const DXFArcEntity & rE, const DXFTransform & rTransform);
H A Ddxf2mtf.cxx341 void DXF2GDIMetaFile::DrawArcEntity(const DXFArcEntity & rE, const DXFTransform & rTransform) in DrawArcEntity()
794 DrawArcEntity((DXFArcEntity&)*pE,*pT); in DrawEntities()

Completed in 28 milliseconds