Home
last modified time | relevance | path

Searched refs:importDxf (Results 1 – 12 of 12) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/sym/
H A Dsymboleditorwidget.h98 bool importDxf() noexcept override;
H A Dsymboleditorwidget.cpp273 bool SymbolEditorWidget::importDxf() noexcept { in importDxf() function in librepcb::library::editor::SymbolEditorWidget
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/pkg/
H A Dpackageeditorwidget.h101 bool importDxf() noexcept override;
H A Dpackageeditorwidget.cpp290 bool PackageEditorWidget::importDxf() noexcept { in importDxf() function in librepcb::library::editor::PackageEditorWidget
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/common/
H A Deditorwidgetbase.h130 virtual bool importDxf() noexcept { return false; } in importDxf() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesfragment.cxx279 if( nRecId == BIFF12_ID_DXF ) getStyles().createDxf()->importDxf( rStrm ); in onCreateRecordContext()
H A Dstylesbuffer.cxx2263 void Dxf::importDxf( SequenceInputStream& rStrm ) in importDxf() function in oox::xls::Dxf
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesfragment.cxx280 if( nRecId == BIFF12_ID_DXF ) getStyles().createDxf()->importDxf( rStrm ); in onCreateRecordContext()
H A Dstylesbuffer.cxx2256 void Dxf::importDxf( SequenceInputStream& rStrm ) in importDxf() function in oox::xls::Dxf
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx663 void importDxf( SequenceInputStream& rStrm );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx665 void importDxf( SequenceInputStream& rStrm );
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/
H A Dlibraryeditor.cpp79 if (mCurrentEditorWidget) mCurrentEditorWidget->importDxf(); in LibraryEditor()