Home
last modified time | relevance | path

Searched refs:UT_go_file_create (Results 1 – 17 of 17) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_go_file.h80 ABI_EXPORT GsfOutput *UT_go_file_create (char const *uri, GError **err);
H A Dut_bytebuf.cpp298 GsfOutput *fp = UT_go_file_create(pszURI, NULL); in writeToURI()
H A Dut_go_file.cpp1277 UT_go_file_create (char const *uri, GError **err) in UT_go_file_create() function
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp.cpp219 return UT_go_file_create(szFilename, NULL); in _openFile()
778 GsfOutput * out = UT_go_file_create (path.c_str (), &error); in writeBufferToFile()
H A Die_exp_HTML_util.cpp402 UT_go_file_create((m_baseDirectory + SEPARATOR + in saveData()
H A Die_exp_HTML.cpp659 output = UT_go_file_create(outputUri.utf8_str(), NULL); in _createChapter()
/dports/editors/abiword/abiword-3.0.5/plugins/epub/imp/xp/
H A Die_imp_EPUB.cpp336 output = UT_go_file_create(uri, NULL); in createFileByPath()
/dports/editors/abiword/abiword-3.0.5/plugins/loadbindings/xp/
H A DLoadBindings.cpp382 file = UT_go_file_create( targetFilename.c_str(), NULL ); in SaveBindings_invoke()
385 file = UT_go_file_create( URI, NULL ); in SaveBindings_invoke()
/dports/editors/abiword/abiword-3.0.5/plugins/garble/xp/
H A Dabiword-garble.cpp270 GsfOutput* out = UT_go_file_create( uri, NULL ); in save()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/fake/xp/
H A DFakeAccountHandler.cpp355 GsfOutput* sink = UT_go_file_create(abwFile.utf8_str(), &e); in process()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/cocoa/
H A Dap_CocoaPlugin.cpp492 GsfOutput * out = UT_go_file_create([path UTF8String], NULL);
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixDialog_RDFEditor.cpp476 GsfOutput* gsf = UT_go_file_create( afp.getPath().c_str(), &err ); in onExportRDFXML()
/dports/editors/abiword/abiword-3.0.5/plugins/kword/xp/
H A Die_exp_KWord_1.cpp595 GsfOutput *fp = UT_go_file_create(fname.c_str(), NULL); in _handleDataItems()
/dports/editors/abiword/abiword-3.0.5/plugins/wml/xp/
H A Die_exp_WML.cpp1158 GsfOutput *fp = UT_go_file_create (fname.utf8_str(), NULL); in _handleDataItems()
/dports/editors/abiword/abiword-3.0.5/plugins/xslfo/xp/
H A Die_exp_XSL-FO.cpp1423 GsfOutput *fp = UT_go_file_create (fname.utf8_str(), NULL); in _handleDataItems()
/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/session/xp/
H A DAbiCollabSessionManager.cpp523 GsfOutput* out = UT_go_file_create (uri, &error); in storeProfile()
/dports/editors/abiword/abiword-3.0.5/plugins/docbook/xp/
H A Die_exp_DocBook.cpp2289 GsfOutput *fp = UT_go_file_create (fname.utf8_str(), NULL); in _handleDataItems()