Home
last modified time | relevance | path

Searched refs:FormatJWW (Results 1 – 4 of 4) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_filedialog.cpp61 ftype = RS2::FormatJWW; in getType()
117 case RS2::FormatJWW: in getExtension()
355 *type = RS2::FormatJWW; in getSaveFileName()
494 *type = RS2::FormatJWW; in getOpenFileName()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterjww.h207 return (t==RS2::FormatJWW); in canImport()
211 return (t==RS2::FormatJWW); in canExport()
H A Drs_filterjww.cpp1298 if (type==RS2::FormatJWW) { in fileExport()
1332 if (type==RS2::FormatJWW) { in fileExport()
1370 if (type==RS2::FormatJWW) { in fileExport()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs.h116 FormatJWW, /**< JWW Format type */ enumerator