Home
last modified time | relevance | path

Searched refs:m_sPluginArgs (Results 1 – 5 of 5) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Args.cpp46 const char ** AP_Args::m_sPluginArgs = NULL; member in AP_Args
65 …{"plugin", 'E', 0, G_OPTION_ARG_STRING_ARRAY, &AP_Args::m_sPluginArgs, "Execute plugin NAME instea…
160 arr=m_sPluginArgs; in parseOptions()
179 UT_ASSERT(m_sPluginArgs && m_sPluginArgs[0]); in getPluginOptions()
182 while (m_sPluginArgs[i]) { in getPluginOptions()
183 (*opts) += m_sPluginArgs[i]; in getPluginOptions()
H A Dap_App.cpp133 if(Args->m_sPluginArgs) in openCmdLinePlugins()
142 if(Args->m_sPluginArgs[0]) in openCmdLinePlugins()
144 szRequest = Args->m_sPluginArgs[0]; in openCmdLinePlugins()
174 Args->m_sPluginArgs[0],evExecute); in openCmdLinePlugins()
H A Dap_Args.h64 static const char ** m_sPluginArgs; variable
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32App.cpp1426 if(Args->m_sPluginArgs) in doWindowlessArgs()
1434 if(Args->m_sPluginArgs[0]) in doWindowlessArgs()
1436 const char * szRequest = Args->m_sPluginArgs[0]; in doWindowlessArgs()
1452 UT_DEBUGMSG(("Plugin %s not found or loaded \n",Args->m_sPluginArgs[0])); in doWindowlessArgs()
1467 Args->m_sPluginArgs[0],evExecute)); in doWindowlessArgs()
/dports/editors/abiword/abiword-3.0.5/plugins/garble/xp/
H A Dabiword-garble.cpp367 const char** argv = AP_Args::m_sPluginArgs; in Garble_invoke()