Home
last modified time | relevance | path

Searched refs:FormatDXFRW (Results 1 – 9 of 9) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/fileio/
H A Drs_fileio.cpp101 {"dxf", RS2::FormatDXFRW}, in detectFormat()
113 if (forRead && type==RS2::FormatDXFRW) { in detectFormat()
114 type = RS2::FormatDXFRW; in detectFormat()
137 type = RS2::FormatDXFRW; in detectFormat()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_filedialog.cpp47 ftype = RS2::FormatDXFRW; in getType()
85 ftype= RS2::FormatDXFRW; in QG_FileDialog()
154 ftype= RS2::FormatDXFRW; in getOpenFile()
216 ftype = RS2::FormatDXFRW; in getSaveFile()
357 *type = RS2::FormatDXFRW; in getSaveFileName()
486 *type = RS2::FormatDXFRW; in getOpenFileName()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterdxfrw.h67 return (t==RS2::FormatDXFRW || t==RS2::FormatDWG); in canImport()
69 return (t==RS2::FormatDXFRW); in canImport()
74 return (t==RS2::FormatDXFRW || t==RS2::FormatDXFRW2004 || t==RS2::FormatDXFRW2000 in canExport()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actionblockssave.cpp86 RS2::FormatType t = RS2::FormatDXFRW; in trigger()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/main/
H A Dqc_mdiwindow.cpp416 RS2::FormatType t = RS2::FormatDXFRW; in slotFileSaveAs()
H A Dqc_applicationwindow.cpp1561 RS2::FormatType type = RS2::FormatDXFRW; in slotFileNewHelper()
1644 RS2::FormatType type = RS2::FormatDXFRW; in slotFileNewTemplate()
2838 RS2::FormatType type = RS2::FormatDXFRW; in slotImportBlock()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs.h106 FormatDXFRW, /**< DXF format. v2007. */ enumerator
H A Drs_graphic.cpp323 actualType = RS2::FormatDXFRW; in save()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_dlgoptionsgeneral.cpp230 RS2::FormatType type = RS2::FormatDXFRW; in setTemplateFile()