Home
last modified time | relevance | path

Searched refs:CommandLineArgs (Results 1 – 7 of 7) sorted by path

/trunk/main/desktop/inc/
H A Dapp.hxx56 class CommandLineArgs;
105 static CommandLineArgs* GetCommandLineArgs();
172 static void PreloadModuleData( CommandLineArgs* );
/trunk/main/desktop/source/app/
H A Dapp.cxx383 static bool ShouldSuppressUI(CommandLineArgs* pCmdLine) in ShouldSuppressUI()
390 CommandLineArgs* Desktop::GetCommandLineArgs() in GetCommandLineArgs()
392 static CommandLineArgs* pArgs = 0; in GetCommandLineArgs()
397 pArgs = new CommandLineArgs; in GetCommandLineArgs()
1750 CommandLineArgs* pArgs = GetCommandLineArgs(); in Exception()
1855 CommandLineArgs* pCmdLineArgs = GetCommandLineArgs(); in Main()
2283 CommandLineArgs* pCmdLineArgs = GetCommandLineArgs(); in doShutdown()
2598 void Desktop::PreloadModuleData( CommandLineArgs* pArgs ) in PreloadModuleData()
2949 CommandLineArgs* pArgs = GetCommandLineArgs(); in OpenClients()
3248 CommandLineArgs* pArgs = GetCommandLineArgs(); in OpenDefault()
[all …]
H A Dappinit.cxx253 CommandLineArgs* pCmdLine = GetCommandLineArgs(); in RegisterServices()
291 pCmdLine->SetBoolParam( CommandLineArgs::CMD_BOOLPARAM_SERVER, sal_False ); in RegisterServices()
H A Dcmdlineargs.cxx85 CommandLineArgs::CMD_BOOLPARAM_WRITER,
86 CommandLineArgs::CMD_BOOLPARAM_CALC,
87 CommandLineArgs::CMD_BOOLPARAM_DRAW,
89 CommandLineArgs::CMD_BOOLPARAM_GLOBAL,
90 CommandLineArgs::CMD_BOOLPARAM_MATH,
91 CommandLineArgs::CMD_BOOLPARAM_WEB,
92 CommandLineArgs::CMD_BOOLPARAM_BASE
95 CommandLineArgs::GroupDefinition CommandLineArgs::m_pGroupDefinitions[ CommandLineArgs::CMD_GRPID_C…
106 CommandLineArgs::Supplier::Exception &
113 CommandLineArgs::CommandLineArgs() in CommandLineArgs() function in desktop::CommandLineArgs
[all …]
H A Dcmdlineargs.hxx34 class CommandLineArgs class
117 CommandLineArgs();
118 CommandLineArgs( Supplier& supplier );
188 CommandLineArgs( const CommandLineArgs& );
189 CommandLineArgs operator=( const CommandLineArgs& );
H A Dlangselect.cxx178 CommandLineArgs* pCmdLineArgs = Desktop::GetCommandLineArgs(); in prepareLanguage()
H A Dofficeipcthread.cxx80 class Parser: public CommandLineArgs::Supplier {
86 throw CommandLineArgs::Supplier::Exception(); in Parser()
96 throw CommandLineArgs::Supplier::Exception(); in Parser()
105 throw CommandLineArgs::Supplier::Exception(); in Parser()
116 throw CommandLineArgs::Supplier::Exception(); in Parser()
132 throw CommandLineArgs::Supplier::Exception(); in next()
157 throw CommandLineArgs::Supplier::Exception(); in next()
170 throw CommandLineArgs::Supplier::Exception(); in next()
713 std::auto_ptr< CommandLineArgs > aCmdLineArgs; in run()
717 aCmdLineArgs.reset( new CommandLineArgs( p ) ); in run()
[all …]

Completed in 60 milliseconds