Searched refs:CommandLineArgs (Results 1 – 7 of 7) sorted by relevance
85 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_BASE95 CommandLineArgs::GroupDefinition CommandLineArgs::m_pGroupDefinitions[ CommandLineArgs::CMD_GRPID_C…106 CommandLineArgs::Supplier::Exception &113 CommandLineArgs::CommandLineArgs() in CommandLineArgs() function in desktop::CommandLineArgs[all …]
80 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 …]
34 class CommandLineArgs class117 CommandLineArgs();118 CommandLineArgs( Supplier& supplier );188 CommandLineArgs( const CommandLineArgs& );189 CommandLineArgs operator=( const CommandLineArgs& );
383 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 …]
253 CommandLineArgs* pCmdLine = GetCommandLineArgs(); in RegisterServices()291 pCmdLine->SetBoolParam( CommandLineArgs::CMD_BOOLPARAM_SERVER, sal_False ); in RegisterServices()
178 CommandLineArgs* pCmdLineArgs = Desktop::GetCommandLineArgs(); in prepareLanguage()
56 class CommandLineArgs;105 static CommandLineArgs* GetCommandLineArgs();172 static void PreloadModuleData( CommandLineArgs* );
Completed in 53 milliseconds