Home
last modified time | relevance | path

Searched refs:m_sToFormat (Results 1 – 2 of 2) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Args.cpp43 const char * AP_Args::m_sToFormat = NULL; member in AP_Args
62 …{"to", 't', 0, G_OPTION_ARG_STRING, &AP_Args::m_sToFormat, "Target format of the file (abw, zabw, …
224 if (m_sToFormat) in doWindowlessArgs()
237 UT_DEBUGMSG(("Converting file (%s) to type (%s)\n", m_sFiles[i], m_sToFormat)); in doWindowlessArgs()
239 … bSuccessful = bSuccessful && conv->convertTo(m_sFiles[i], m_sFileExtension, m_sName, m_sToFormat); in doWindowlessArgs()
241 bSuccessful = bSuccessful && conv->convertTo(m_sFiles[i], m_sFileExtension, m_sToFormat); in doWindowlessArgs()
H A Dap_Args.h57 static const char * m_sToFormat; variable