Searched refs:Export (Results 1 - 20 of 20) sorted by relevance

/haiku/src/apps/icon-o-matic/document/savers/
H A DAttributeSaver.cpp34 return iconExporter.Export(document->Icon(), &node, fAttrName.String());
H A DSimpleFileSaver.cpp30 return fExporter->Export(document, fRef);
H A DMessengerSaver.cpp38 status_t ret = exporter.Export(document->Icon(), &stream);
H A DBitmapSetSaver.cpp45 exporter->Export(document, actualRef);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DSourceExporter.h21 virtual status_t Export(const Icon* icon,
H A DRDefExporter.h21 virtual status_t Export(const Icon* icon,
H A DSourceExporter.cpp27 // Export
29 SourceExporter::Export(const Icon* icon, BPositionIO* stream) function in class:SourceExporter
32 status_t ret = FlatIconExporter::Export(icon, &buffer);
H A DFlatIconExporter.h59 /*! Export to HVIF file or to an existing file's attribute. */
66 virtual status_t Export(const Icon* icon,
72 /*! Export to file attribute */
73 status_t Export(const Icon* icon, BNode* node,
H A DRDefExporter.cpp27 // Export
29 RDefExporter::Export(const Icon* icon, BPositionIO* stream) function in class:RDefExporter
32 status_t ret = FlatIconExporter::Export(icon, &buffer);
H A DFlatIconExporter.cpp79 FlatIconExporter::Export(const Icon* icon, BPositionIO* stream) function in class:FlatIconExporter
132 FlatIconExporter::Export(const Icon* icon, BNode* node, function in class:FlatIconExporter
631 // Export each shape
/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.h24 virtual status_t Export(const Icon* icon,
H A DBitmapExporter.cpp34 // Export
36 BitmapExporter::Export(const Icon* icon, BPositionIO* stream) function in class:BitmapExporter
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.h33 /*! Export the Document to the specified entry_ref.
35 Uses the virtual Export function defined after this function to do the
38 status_t Export(Document* document,
41 virtual status_t Export(const Icon* icon,
43 /*! Turns the status_t error code returned by \c Export into a string. */
H A DExporter.cpp54 Exporter::Export(Document* document, const entry_ref& ref) function in class:Exporter
183 // export using the virtual Export() version
184 ret = Export(icon, &outFile);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h33 virtual status_t Export(const Icon* icon, BPositionIO* stream);
H A DSVGExporter.cpp63 // Export
65 SVGExporter::Export(const Icon* icon, BPositionIO* stream) function in class:SVGExporter
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.h32 virtual status_t Export(const Icon* icon,
H A DMessageExporter.cpp37 // Export
39 MessageExporter::Export(const Icon* icon, BPositionIO* stream) function in class:MessageExporter
/haiku/headers/os/midi/
H A DMidiStore.h54 status_t Export(const entry_ref* ref, int32 format);
/haiku/src/kits/midi/
H A DMidiStore.cpp286 BMidiStore::Export(const entry_ref* ref, int32 format) function in class:BMidiStore

Completed in 91 milliseconds