Home
last modified time | relevance | path

Searched refs:UT_SAVE_CANCELLED (Results 1 – 7 of 7) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_HTML.cpp315 return UT_SAVE_CANCELLED; in _doOptions()
342 if (errOptions == UT_SAVE_CANCELLED) //see Bug 10840 in _writeDocument()
344 return UT_SAVE_CANCELLED; in _writeDocument()
H A Die_exp.cpp323 return m_bCancelled ? UT_SAVE_CANCELLED : UT_IE_COULDNOTWRITE; in writeFile()
H A Die_exp_Text.cpp232 return UT_SAVE_CANCELLED; in _writeDocument()
/dports/editors/abiword/abiword-3.0.5/plugins/epub/exp/xp/
H A Die_exp_EPUB.cpp46 if (errOptions == UT_SAVE_CANCELLED) //see Bug 10840 in _writeDocument()
48 return UT_SAVE_CANCELLED; in _writeDocument()
898 return UT_SAVE_CANCELLED; in doOptions()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_types.h130 #define UT_SAVE_CANCELLED ((UT_Error) -205) macro
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.cpp1158 return (errorCode == UT_SAVE_CANCELLED) ? UT_SAVE_CANCELLED : UT_SAVE_WRITEERROR; in _saveAs()
1218 return (errorCode == UT_SAVE_CANCELLED) ? UT_SAVE_CANCELLED : UT_SAVE_WRITEERROR; in _saveAs()
1268 return (errorCode == UT_SAVE_CANCELLED) ? UT_SAVE_CANCELLED : UT_SAVE_WRITEERROR; in _save()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp1861 case UT_SAVE_CANCELLED: // We actually don't have a write error in s_TellSaveFailed()