Home
last modified time | relevance | path

Searched refs:m_sPrintTo (Results 1 – 4 of 4) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Args.cpp44 const char * AP_Args::m_sPrintTo = NULL; member in AP_Args
64 …{"print", 'p',0, G_OPTION_ARG_STRING, &AP_Args::m_sPrintTo, "Print this file to printer","'Printer…
H A Dap_Args.h58 static const char * m_sPrintTo; variable
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32App.cpp1382 if (Args->m_sPrintTo) in doWindowlessArgs()
1401 prn.fromASCII (Args->m_sPrintTo); in doWindowlessArgs()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixApp.cpp1466 if (Args->m_sPrintTo) in doWindowlessArgs()