Lines Matching refs:CommandLineArgs

49 class ExtCommandLineSupplier: public CommandLineArgs::Supplier {
83 static CommandLineArgs::BoolParam aModuleGroupDefinition[] =
85 CommandLineArgs::CMD_BOOLPARAM_WRITER,
86 CommandLineArgs::CMD_BOOLPARAM_CALC,
87 CommandLineArgs::CMD_BOOLPARAM_DRAW,
88 CommandLineArgs::CMD_BOOLPARAM_IMPRESS,
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…
100 CommandLineArgs::Supplier::Exception::Exception() {} in Exception()
102 CommandLineArgs::Supplier::Exception::Exception(Exception const &) {} in Exception()
104 CommandLineArgs::Supplier::Exception::~Exception() {} in ~Exception()
106 CommandLineArgs::Supplier::Exception &
107 CommandLineArgs::Supplier::Exception::operator =(Exception const &) in operator =()
110 CommandLineArgs::Supplier::~Supplier() {} in ~Supplier()
113 CommandLineArgs::CommandLineArgs() in CommandLineArgs() function in desktop::CommandLineArgs
120 CommandLineArgs::CommandLineArgs( Supplier& supplier ) in CommandLineArgs() function in desktop::CommandLineArgs
128 void CommandLineArgs::ParseCommandLine_Impl( Supplier& supplier ) in ParseCommandLine_Impl()
358 void CommandLineArgs::AddStringListParam_Impl( StringParam eParam, const rtl::OUString& aParam ) in AddStringListParam_Impl()
367 void CommandLineArgs::SetBoolParam_Impl( BoolParam eParam, sal_Bool bValue ) in SetBoolParam_Impl()
373 sal_Bool CommandLineArgs::InterpretCommandLineParameter( const ::rtl::OUString& aArg ) in InterpretCommandLineParameter()
627 sal_Bool CommandLineArgs::CheckGroupMembers( GroupParamId nGroupId, BoolParam nExcludeMember ) const in CheckGroupMembers()
640 void CommandLineArgs::ResetParamValues() in ResetParamValues()
651 void CommandLineArgs::SetBoolParam( BoolParam eParam, sal_Bool bNewValue ) in SetBoolParam()
659 sal_Bool CommandLineArgs::IsMinimized() const in IsMinimized()
665 sal_Bool CommandLineArgs::IsInvisible() const in IsInvisible()
671 sal_Bool CommandLineArgs::IsNoRestore() const in IsNoRestore()
677 sal_Bool CommandLineArgs::IsNoDefault() const in IsNoDefault()
683 sal_Bool CommandLineArgs::IsBean() const in IsBean()
689 sal_Bool CommandLineArgs::IsServer() const in IsServer()
695 sal_Bool CommandLineArgs::IsHeadless() const in IsHeadless()
701 sal_Bool CommandLineArgs::IsConversionMode() const in IsConversionMode()
707 sal_Bool CommandLineArgs::IsQuickstart() const in IsQuickstart()
713 sal_Bool CommandLineArgs::IsNoQuickstart() const in IsNoQuickstart()
719 sal_Bool CommandLineArgs::IsTerminateAfterInit() const in IsTerminateAfterInit()
725 sal_Bool CommandLineArgs::IsNoFirstStartWizard() const in IsNoFirstStartWizard()
731 sal_Bool CommandLineArgs::IsNoLogo() const in IsNoLogo()
737 sal_Bool CommandLineArgs::IsNoLockcheck() const in IsNoLockcheck()
743 sal_Bool CommandLineArgs::IsHelp() const in IsHelp()
748 sal_Bool CommandLineArgs::IsHelpWriter() const in IsHelpWriter()
754 sal_Bool CommandLineArgs::IsHelpCalc() const in IsHelpCalc()
760 sal_Bool CommandLineArgs::IsHelpDraw() const in IsHelpDraw()
766 sal_Bool CommandLineArgs::IsHelpImpress() const in IsHelpImpress()
772 sal_Bool CommandLineArgs::IsHelpBase() const in IsHelpBase()
777 sal_Bool CommandLineArgs::IsHelpMath() const in IsHelpMath()
782 sal_Bool CommandLineArgs::IsHelpBasic() const in IsHelpBasic()
788 sal_Bool CommandLineArgs::IsWriter() const in IsWriter()
794 sal_Bool CommandLineArgs::IsCalc() const in IsCalc()
800 sal_Bool CommandLineArgs::IsDraw() const in IsDraw()
806 sal_Bool CommandLineArgs::IsImpress() const in IsImpress()
812 sal_Bool CommandLineArgs::IsBase() const in IsBase()
818 sal_Bool CommandLineArgs::IsGlobal() const in IsGlobal()
824 sal_Bool CommandLineArgs::IsMath() const in IsMath()
830 sal_Bool CommandLineArgs::IsWeb() const in IsWeb()
836 sal_Bool CommandLineArgs::HasModuleParam() const in HasModuleParam()
842 sal_Bool CommandLineArgs::GetPortalConnectString( ::rtl::OUString& rPara ) const in GetPortalConnectString()
849 sal_Bool CommandLineArgs::GetAcceptString( ::rtl::OUString& rPara ) const in GetAcceptString()
856 sal_Bool CommandLineArgs::GetUnAcceptString( ::rtl::OUString& rPara ) const in GetUnAcceptString()
863 sal_Bool CommandLineArgs::GetOpenList( ::rtl::OUString& rPara) const in GetOpenList()
870 sal_Bool CommandLineArgs::GetViewList( ::rtl::OUString& rPara) const in GetViewList()
877 sal_Bool CommandLineArgs::GetStartList( ::rtl::OUString& rPara) const in GetStartList()
884 sal_Bool CommandLineArgs::GetForceOpenList( ::rtl::OUString& rPara) const in GetForceOpenList()
891 sal_Bool CommandLineArgs::GetForceNewList( ::rtl::OUString& rPara) const in GetForceNewList()
898 sal_Bool CommandLineArgs::GetPrintList( ::rtl::OUString& rPara) const in GetPrintList()
905 sal_Bool CommandLineArgs::GetPrintToList( ::rtl::OUString& rPara ) const in GetPrintToList()
912 sal_Bool CommandLineArgs::GetPrinterName( ::rtl::OUString& rPara ) const in GetPrinterName()
919 sal_Bool CommandLineArgs::GetLanguage( ::rtl::OUString& rPara ) const in GetLanguage()
926 sal_Bool CommandLineArgs::IsEmpty() const in IsEmpty()
932 sal_Bool CommandLineArgs::IsEmptyOrAcceptOnly() const in IsEmptyOrAcceptOnly()
941 sal_Bool CommandLineArgs::WantsToLoadDocument() const in WantsToLoadDocument()