LibreOffice Module vcl (master) 1
|
#include <dxfvec.hxx>
Public Member Functions | |
DXFLineInfo () | |
Public Attributes | |
LineStyle | eStyle |
sal_Int32 | nDashCount |
double | fDashLen |
sal_Int32 | nDotCount |
double | fDotLen |
double | fDistance |
Definition at line 27 of file dxfvec.hxx.
|
inline |
Definition at line 36 of file dxfvec.hxx.
References Solid.
LineStyle DXFLineInfo::eStyle |
Definition at line 29 of file dxfvec.hxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::GetEntityDXFLineInfo(), DXF2GDIMetaFile::LTypeToDXFLineInfo(), and DXFTransform::Transform().
double DXFLineInfo::fDashLen |
Definition at line 31 of file dxfvec.hxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::GetEntityDXFLineInfo(), DXF2GDIMetaFile::LTypeToDXFLineInfo(), and DXFTransform::Transform().
double DXFLineInfo::fDistance |
Definition at line 34 of file dxfvec.hxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::GetEntityDXFLineInfo(), DXF2GDIMetaFile::LTypeToDXFLineInfo(), and DXFTransform::Transform().
double DXFLineInfo::fDotLen |
Definition at line 33 of file dxfvec.hxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::GetEntityDXFLineInfo(), DXF2GDIMetaFile::LTypeToDXFLineInfo(), and DXFTransform::Transform().
sal_Int32 DXFLineInfo::nDashCount |
Definition at line 30 of file dxfvec.hxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::GetEntityDXFLineInfo(), DXF2GDIMetaFile::LTypeToDXFLineInfo(), and DXFTransform::Transform().
sal_Int32 DXFLineInfo::nDotCount |
Definition at line 32 of file dxfvec.hxx.
Referenced by DXF2GDIMetaFile::Convert(), DXF2GDIMetaFile::GetEntityDXFLineInfo(), DXF2GDIMetaFile::LTypeToDXFLineInfo(), and DXFTransform::Transform().