LibreOffice Module desktop (master) 1
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
desktop::CommandLineArgs Class Reference

#include <cmdlineargs.hxx>

Classes

struct  Supplier
 

Public Member Functions

 CommandLineArgs ()
 
 CommandLineArgs (Supplier &supplier)
 
 CommandLineArgs (const CommandLineArgs &)=delete
 
const CommandLineArgsoperator= (const CommandLineArgs &)=delete
 
const std::optional< OUString > & getCwdUrl () const
 
bool IsMinimized () const
 
bool IsInvisible () const
 
bool IsNoRestore () const
 
bool IsNoDefault () const
 
bool IsHeadless () const
 
bool IsQuickstart () const
 
bool IsNoQuickstart () const
 
bool IsTerminateAfterInit () const
 
bool IsNoLogo () const
 
bool IsNoLockcheck () const
 
bool IsHelp () const
 
bool IsHelpWriter () const
 
bool IsHelpCalc () const
 
bool IsHelpDraw () const
 
bool IsHelpImpress () const
 
bool IsHelpBase () const
 
bool IsHelpMath () const
 
bool IsHelpBasic () const
 
bool IsWriter () const
 
bool IsCalc () const
 
bool IsDraw () const
 
bool IsImpress () const
 
bool IsBase () const
 
bool IsGlobal () const
 
bool IsMath () const
 
bool IsWeb () const
 
bool IsVersion () const
 
bool HasModuleParam () const
 
bool WantsToLoadDocument () const
 
bool IsTextCat () const
 
bool IsScriptCat () const
 
bool IsSafeMode () const
 
const OUString & GetUnknown () const
 
bool HasSplashPipe () const
 
std::vector< OUString > const & GetAccept () const
 
std::vector< OUString > const & GetUnaccept () const
 
std::vector< OUString > GetOpenList () const
 
std::vector< OUString > GetViewList () const
 
std::vector< OUString > GetStartList () const
 
std::vector< OUString > GetForceOpenList () const
 
std::vector< OUString > GetForceNewList () const
 
std::vector< OUString > GetPrintList () const
 
std::vector< OUString > GetPrintToList () const
 
const OUString & GetPrinterName () const
 
const OUString & GetLanguage () const
 
std::vector< OUString > const & GetInFilter () const
 
std::vector< OUString > GetConversionList () const
 
const OUString & GetConversionParams () const
 
OUString GetConversionOut () const
 
OUString const & GetImageConversionType () const
 
const OUString & GetPidfileName () const
 
bool IsEmpty () const
 
void setHeadless ()
 

Private Member Functions

void ParseCommandLine_Impl (Supplier &supplier)
 
void InitParamValues ()
 

Private Attributes

std::optional< OUString > m_cwdUrl
 
bool m_minimized
 
bool m_invisible
 
bool m_norestore
 
bool m_headless
 
bool m_quickstart
 
bool m_noquickstart
 
bool m_terminateafterinit
 
bool m_nologo
 
bool m_nolockcheck
 
bool m_nodefault
 
bool m_help
 
bool m_writer
 
bool m_calc
 
bool m_draw
 
bool m_impress
 
bool m_global
 
bool m_math
 
bool m_web
 
bool m_base
 
bool m_helpwriter
 
bool m_helpcalc
 
bool m_helpdraw
 
bool m_helpbasic
 
bool m_helpmath
 
bool m_helpimpress
 
bool m_helpbase
 
bool m_version
 
bool m_splashpipe
 
bool m_textcat
 
bool m_scriptcat
 
bool m_safemode
 
OUString m_unknown
 
bool m_bEmpty
 
bool m_bDocumentArgs
 
std::vector< OUString > m_accept
 
std::vector< OUString > m_unaccept
 
std::vector< OUString > m_openlist
 
std::vector< OUString > m_viewlist
 
std::vector< OUString > m_startlist
 
std::vector< OUString > m_forceopenlist
 
std::vector< OUString > m_forcenewlist
 
std::vector< OUString > m_printlist
 
std::vector< OUString > m_printtolist
 
OUString m_printername
 
std::vector< OUString > m_conversionlist
 
OUString m_conversionparams
 
OUString m_conversionout
 
OUString m_convertimages
 
std::vector< OUString > m_infilter
 
OUString m_language
 
OUString m_pidfile
 

Detailed Description

Definition at line 32 of file cmdlineargs.hxx.

Constructor & Destructor Documentation

◆ CommandLineArgs() [1/3]

desktop::CommandLineArgs::CommandLineArgs ( )

Definition at line 267 of file cmdlineargs.cxx.

References InitParamValues(), and ParseCommandLine_Impl().

◆ CommandLineArgs() [2/3]

desktop::CommandLineArgs::CommandLineArgs ( Supplier supplier)
explicit

Definition at line 274 of file cmdlineargs.cxx.

References InitParamValues(), and ParseCommandLine_Impl().

◆ CommandLineArgs() [3/3]

desktop::CommandLineArgs::CommandLineArgs ( const CommandLineArgs )
delete

Member Function Documentation

◆ GetAccept()

std::vector< OUString > const & desktop::CommandLineArgs::GetAccept ( ) const
inline

Definition at line 100 of file cmdlineargs.hxx.

References m_accept.

Referenced by desktop::Desktop::RegisterServices().

◆ GetConversionList()

std::vector< OUString > desktop::CommandLineArgs::GetConversionList ( ) const

◆ GetConversionOut()

OUString desktop::CommandLineArgs::GetConversionOut ( ) const

Definition at line 779 of file cmdlineargs.cxx.

References m_conversionout.

Referenced by desktop::Desktop::OpenClients().

◆ GetConversionParams()

const OUString & desktop::CommandLineArgs::GetConversionParams ( ) const
inline

Definition at line 113 of file cmdlineargs.hxx.

References m_conversionparams.

Referenced by desktop::Desktop::OpenClients().

◆ getCwdUrl()

const std::optional< OUString > & desktop::CommandLineArgs::getCwdUrl ( ) const
inline

◆ GetForceNewList()

std::vector< OUString > desktop::CommandLineArgs::GetForceNewList ( ) const

Definition at line 759 of file cmdlineargs.cxx.

References m_forcenewlist.

Referenced by desktop::Desktop::OpenClients().

◆ GetForceOpenList()

std::vector< OUString > desktop::CommandLineArgs::GetForceOpenList ( ) const

Definition at line 754 of file cmdlineargs.cxx.

References m_forceopenlist.

Referenced by desktop::Desktop::OpenClients().

◆ GetImageConversionType()

OUString const & desktop::CommandLineArgs::GetImageConversionType ( ) const
inline

Definition at line 115 of file cmdlineargs.hxx.

References m_convertimages.

Referenced by desktop::Desktop::OpenClients().

◆ GetInFilter()

std::vector< OUString > const & desktop::CommandLineArgs::GetInFilter ( ) const
inline

Definition at line 111 of file cmdlineargs.hxx.

References m_infilter.

Referenced by desktop::Desktop::OpenClients().

◆ GetLanguage()

const OUString & desktop::CommandLineArgs::GetLanguage ( ) const
inline

Definition at line 110 of file cmdlineargs.hxx.

References m_language.

◆ GetOpenList()

std::vector< OUString > desktop::CommandLineArgs::GetOpenList ( ) const

Definition at line 739 of file cmdlineargs.cxx.

References m_openlist.

Referenced by desktop::Desktop::OpenClients().

◆ GetPidfileName()

const OUString & desktop::CommandLineArgs::GetPidfileName ( ) const
inline

Definition at line 116 of file cmdlineargs.hxx.

References m_pidfile.

Referenced by desktop::Desktop::doShutdown(), and desktop::Desktop::Main().

◆ GetPrinterName()

const OUString & desktop::CommandLineArgs::GetPrinterName ( ) const
inline

Definition at line 109 of file cmdlineargs.hxx.

References m_printername.

Referenced by desktop::Desktop::OpenClients().

◆ GetPrintList()

std::vector< OUString > desktop::CommandLineArgs::GetPrintList ( ) const

Definition at line 764 of file cmdlineargs.cxx.

References m_printlist.

Referenced by desktop::Desktop::OpenClients(), and desktop::Desktop::OpenSplashScreen().

◆ GetPrintToList()

std::vector< OUString > desktop::CommandLineArgs::GetPrintToList ( ) const

Definition at line 769 of file cmdlineargs.cxx.

References m_printtolist.

Referenced by desktop::Desktop::OpenClients(), and desktop::Desktop::OpenSplashScreen().

◆ GetStartList()

std::vector< OUString > desktop::CommandLineArgs::GetStartList ( ) const

Definition at line 749 of file cmdlineargs.cxx.

References m_startlist.

Referenced by desktop::Desktop::OpenClients().

◆ GetUnaccept()

std::vector< OUString > const & desktop::CommandLineArgs::GetUnaccept ( ) const
inline

Definition at line 101 of file cmdlineargs.hxx.

References m_unaccept.

◆ GetUnknown()

const OUString & desktop::CommandLineArgs::GetUnknown ( ) const
inline

Definition at line 96 of file cmdlineargs.hxx.

References m_unknown.

Referenced by desktop::Desktop::Init(), and soffice_main().

◆ GetViewList()

std::vector< OUString > desktop::CommandLineArgs::GetViewList ( ) const

Definition at line 744 of file cmdlineargs.cxx.

References m_viewlist.

Referenced by desktop::Desktop::OpenClients().

◆ HasModuleParam()

bool desktop::CommandLineArgs::HasModuleParam ( ) const

◆ HasSplashPipe()

bool desktop::CommandLineArgs::HasSplashPipe ( ) const
inline

Definition at line 99 of file cmdlineargs.hxx.

References m_splashpipe.

Referenced by desktop::Desktop::OpenSplashScreen().

◆ InitParamValues()

void desktop::CommandLineArgs::InitParamValues ( )
private

◆ IsBase()

bool desktop::CommandLineArgs::IsBase ( ) const
inline

Definition at line 85 of file cmdlineargs.hxx.

References m_base.

Referenced by desktop::Desktop::OpenDefault(), and desktop::Desktop::OpenSplashScreen().

◆ IsCalc()

bool desktop::CommandLineArgs::IsCalc ( ) const
inline

◆ IsDraw()

bool desktop::CommandLineArgs::IsDraw ( ) const
inline

◆ IsEmpty()

bool desktop::CommandLineArgs::IsEmpty ( ) const
inline

Definition at line 119 of file cmdlineargs.hxx.

References m_bEmpty.

◆ IsGlobal()

bool desktop::CommandLineArgs::IsGlobal ( ) const
inline

Definition at line 86 of file cmdlineargs.hxx.

References m_global.

Referenced by desktop::Desktop::OpenDefault(), and desktop::Desktop::OpenSplashScreen().

◆ IsHeadless()

bool desktop::CommandLineArgs::IsHeadless ( ) const
inline

◆ IsHelp()

bool desktop::CommandLineArgs::IsHelp ( ) const
inline

Definition at line 73 of file cmdlineargs.hxx.

References m_help.

Referenced by desktop::Desktop::Init(), and soffice_main().

◆ IsHelpBase()

bool desktop::CommandLineArgs::IsHelpBase ( ) const
inline

Definition at line 78 of file cmdlineargs.hxx.

References m_helpbase.

Referenced by desktop::Desktop::OpenClients().

◆ IsHelpBasic()

bool desktop::CommandLineArgs::IsHelpBasic ( ) const
inline

Definition at line 80 of file cmdlineargs.hxx.

References m_helpbasic.

Referenced by desktop::Desktop::OpenClients().

◆ IsHelpCalc()

bool desktop::CommandLineArgs::IsHelpCalc ( ) const
inline

Definition at line 75 of file cmdlineargs.hxx.

References m_helpcalc.

Referenced by desktop::Desktop::OpenClients().

◆ IsHelpDraw()

bool desktop::CommandLineArgs::IsHelpDraw ( ) const
inline

Definition at line 76 of file cmdlineargs.hxx.

References m_helpdraw.

Referenced by desktop::Desktop::OpenClients().

◆ IsHelpImpress()

bool desktop::CommandLineArgs::IsHelpImpress ( ) const
inline

Definition at line 77 of file cmdlineargs.hxx.

References m_helpimpress.

Referenced by desktop::Desktop::OpenClients().

◆ IsHelpMath()

bool desktop::CommandLineArgs::IsHelpMath ( ) const
inline

Definition at line 79 of file cmdlineargs.hxx.

References m_helpmath.

Referenced by desktop::Desktop::OpenClients().

◆ IsHelpWriter()

bool desktop::CommandLineArgs::IsHelpWriter ( ) const
inline

Definition at line 74 of file cmdlineargs.hxx.

References m_helpwriter.

Referenced by desktop::Desktop::OpenClients().

◆ IsImpress()

bool desktop::CommandLineArgs::IsImpress ( ) const
inline

◆ IsInvisible()

bool desktop::CommandLineArgs::IsInvisible ( ) const
inline

◆ IsMath()

bool desktop::CommandLineArgs::IsMath ( ) const
inline

Definition at line 87 of file cmdlineargs.hxx.

References m_math.

Referenced by desktop::Desktop::OpenDefault(), and desktop::Desktop::OpenSplashScreen().

◆ IsMinimized()

bool desktop::CommandLineArgs::IsMinimized ( ) const
inline

Definition at line 60 of file cmdlineargs.hxx.

References m_minimized.

Referenced by desktop::Desktop::OpenSplashScreen().

◆ IsNoDefault()

bool desktop::CommandLineArgs::IsNoDefault ( ) const
inline

Definition at line 66 of file cmdlineargs.hxx.

References m_nodefault.

Referenced by desktop::Desktop::OpenDefault().

◆ IsNoLockcheck()

bool desktop::CommandLineArgs::IsNoLockcheck ( ) const
inline

Definition at line 72 of file cmdlineargs.hxx.

References m_nolockcheck.

Referenced by desktop::Desktop::Main().

◆ IsNoLogo()

bool desktop::CommandLineArgs::IsNoLogo ( ) const
inline

Definition at line 71 of file cmdlineargs.hxx.

References m_nologo.

Referenced by desktop::Desktop::OpenSplashScreen().

◆ IsNoQuickstart()

bool desktop::CommandLineArgs::IsNoQuickstart ( ) const
inline

Definition at line 69 of file cmdlineargs.hxx.

References m_noquickstart.

Referenced by desktop::Desktop::Main().

◆ IsNoRestore()

bool desktop::CommandLineArgs::IsNoRestore ( ) const
inline

Definition at line 65 of file cmdlineargs.hxx.

References m_norestore.

Referenced by desktop::Desktop::Exception(), and desktop::Desktop::OpenClients().

◆ IsQuickstart()

bool desktop::CommandLineArgs::IsQuickstart ( ) const
inline

◆ IsSafeMode()

bool desktop::CommandLineArgs::IsSafeMode ( ) const
inline

Definition at line 94 of file cmdlineargs.hxx.

References m_safemode.

Referenced by desktop::Desktop::Init().

◆ IsScriptCat()

bool desktop::CommandLineArgs::IsScriptCat ( ) const
inline

Definition at line 93 of file cmdlineargs.hxx.

References m_scriptcat.

Referenced by desktop::Desktop::OpenClients().

◆ IsTerminateAfterInit()

bool desktop::CommandLineArgs::IsTerminateAfterInit ( ) const
inline

◆ IsTextCat()

bool desktop::CommandLineArgs::IsTextCat ( ) const
inline

Definition at line 92 of file cmdlineargs.hxx.

References m_textcat.

Referenced by desktop::Desktop::OpenClients().

◆ IsVersion()

bool desktop::CommandLineArgs::IsVersion ( ) const
inline

Definition at line 89 of file cmdlineargs.hxx.

References m_version.

Referenced by desktop::Desktop::Init(), and soffice_main().

◆ IsWeb()

bool desktop::CommandLineArgs::IsWeb ( ) const
inline

Definition at line 88 of file cmdlineargs.hxx.

References m_web.

Referenced by desktop::Desktop::OpenDefault(), and desktop::Desktop::OpenSplashScreen().

◆ IsWriter()

bool desktop::CommandLineArgs::IsWriter ( ) const
inline

◆ operator=()

const CommandLineArgs & desktop::CommandLineArgs::operator= ( const CommandLineArgs )
delete

◆ ParseCommandLine_Impl()

void desktop::CommandLineArgs::ParseCommandLine_Impl ( Supplier supplier)
private

◆ setHeadless()

void desktop::CommandLineArgs::setHeadless ( )
inline

Definition at line 121 of file cmdlineargs.hxx.

References m_headless.

Referenced by lo_initialize(), and ParseCommandLine_Impl().

◆ WantsToLoadDocument()

bool desktop::CommandLineArgs::WantsToLoadDocument ( ) const
inline

Definition at line 91 of file cmdlineargs.hxx.

References m_bDocumentArgs.

Referenced by desktop::Desktop::Main().

Member Data Documentation

◆ m_accept

std::vector< OUString > desktop::CommandLineArgs::m_accept
private

Definition at line 165 of file cmdlineargs.hxx.

Referenced by GetAccept(), and ParseCommandLine_Impl().

◆ m_base

bool desktop::CommandLineArgs::m_base
private

Definition at line 147 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsBase(), and ParseCommandLine_Impl().

◆ m_bDocumentArgs

bool desktop::CommandLineArgs::m_bDocumentArgs
private

Definition at line 164 of file cmdlineargs.hxx.

Referenced by InitParamValues(), ParseCommandLine_Impl(), and WantsToLoadDocument().

◆ m_bEmpty

bool desktop::CommandLineArgs::m_bEmpty
private

Definition at line 163 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsEmpty(), and ParseCommandLine_Impl().

◆ m_calc

bool desktop::CommandLineArgs::m_calc
private

Definition at line 141 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsCalc(), and ParseCommandLine_Impl().

◆ m_conversionlist

std::vector< OUString > desktop::CommandLineArgs::m_conversionlist
private

Definition at line 175 of file cmdlineargs.hxx.

Referenced by GetConversionList(), and ParseCommandLine_Impl().

◆ m_conversionout

OUString desktop::CommandLineArgs::m_conversionout
private

Definition at line 177 of file cmdlineargs.hxx.

Referenced by GetConversionOut(), and ParseCommandLine_Impl().

◆ m_conversionparams

OUString desktop::CommandLineArgs::m_conversionparams
private

Definition at line 176 of file cmdlineargs.hxx.

Referenced by GetConversionParams(), and ParseCommandLine_Impl().

◆ m_convertimages

OUString desktop::CommandLineArgs::m_convertimages
private

Definition at line 178 of file cmdlineargs.hxx.

Referenced by GetImageConversionType(), and ParseCommandLine_Impl().

◆ m_cwdUrl

std::optional< OUString > desktop::CommandLineArgs::m_cwdUrl
private

Definition at line 127 of file cmdlineargs.hxx.

Referenced by getCwdUrl(), and ParseCommandLine_Impl().

◆ m_draw

bool desktop::CommandLineArgs::m_draw
private

Definition at line 142 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsDraw(), and ParseCommandLine_Impl().

◆ m_forcenewlist

std::vector< OUString > desktop::CommandLineArgs::m_forcenewlist
private

Definition at line 171 of file cmdlineargs.hxx.

Referenced by GetForceNewList(), and ParseCommandLine_Impl().

◆ m_forceopenlist

std::vector< OUString > desktop::CommandLineArgs::m_forceopenlist
private

Definition at line 170 of file cmdlineargs.hxx.

Referenced by GetForceOpenList(), and ParseCommandLine_Impl().

◆ m_global

bool desktop::CommandLineArgs::m_global
private

Definition at line 144 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsGlobal(), and ParseCommandLine_Impl().

◆ m_headless

bool desktop::CommandLineArgs::m_headless
private

Definition at line 132 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHeadless(), IsInvisible(), and setHeadless().

◆ m_help

bool desktop::CommandLineArgs::m_help
private

Definition at line 139 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelp(), and ParseCommandLine_Impl().

◆ m_helpbase

bool desktop::CommandLineArgs::m_helpbase
private

Definition at line 154 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpBase(), and ParseCommandLine_Impl().

◆ m_helpbasic

bool desktop::CommandLineArgs::m_helpbasic
private

Definition at line 151 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpBasic(), and ParseCommandLine_Impl().

◆ m_helpcalc

bool desktop::CommandLineArgs::m_helpcalc
private

Definition at line 149 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpCalc(), and ParseCommandLine_Impl().

◆ m_helpdraw

bool desktop::CommandLineArgs::m_helpdraw
private

Definition at line 150 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpDraw(), and ParseCommandLine_Impl().

◆ m_helpimpress

bool desktop::CommandLineArgs::m_helpimpress
private

Definition at line 153 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpImpress(), and ParseCommandLine_Impl().

◆ m_helpmath

bool desktop::CommandLineArgs::m_helpmath
private

Definition at line 152 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpMath(), and ParseCommandLine_Impl().

◆ m_helpwriter

bool desktop::CommandLineArgs::m_helpwriter
private

Definition at line 148 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsHelpWriter(), and ParseCommandLine_Impl().

◆ m_impress

bool desktop::CommandLineArgs::m_impress
private

Definition at line 143 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsImpress(), and ParseCommandLine_Impl().

◆ m_infilter

std::vector< OUString > desktop::CommandLineArgs::m_infilter
private

Definition at line 179 of file cmdlineargs.hxx.

Referenced by GetInFilter(), and ParseCommandLine_Impl().

◆ m_invisible

bool desktop::CommandLineArgs::m_invisible
private

Definition at line 130 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsInvisible(), and ParseCommandLine_Impl().

◆ m_language

OUString desktop::CommandLineArgs::m_language
private

Definition at line 180 of file cmdlineargs.hxx.

Referenced by GetLanguage(), and ParseCommandLine_Impl().

◆ m_math

bool desktop::CommandLineArgs::m_math
private

Definition at line 145 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsMath(), and ParseCommandLine_Impl().

◆ m_minimized

bool desktop::CommandLineArgs::m_minimized
private

Definition at line 129 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsMinimized(), and ParseCommandLine_Impl().

◆ m_nodefault

bool desktop::CommandLineArgs::m_nodefault
private

Definition at line 138 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsNoDefault(), and ParseCommandLine_Impl().

◆ m_nolockcheck

bool desktop::CommandLineArgs::m_nolockcheck
private

Definition at line 137 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsNoLockcheck(), and ParseCommandLine_Impl().

◆ m_nologo

bool desktop::CommandLineArgs::m_nologo
private

Definition at line 136 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsNoLogo(), and ParseCommandLine_Impl().

◆ m_noquickstart

bool desktop::CommandLineArgs::m_noquickstart
private

Definition at line 134 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsNoQuickstart(), and ParseCommandLine_Impl().

◆ m_norestore

bool desktop::CommandLineArgs::m_norestore
private

Definition at line 131 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsNoRestore(), and ParseCommandLine_Impl().

◆ m_openlist

std::vector< OUString > desktop::CommandLineArgs::m_openlist
private

Definition at line 167 of file cmdlineargs.hxx.

Referenced by GetOpenList(), and ParseCommandLine_Impl().

◆ m_pidfile

OUString desktop::CommandLineArgs::m_pidfile
private

Definition at line 181 of file cmdlineargs.hxx.

Referenced by GetPidfileName(), and ParseCommandLine_Impl().

◆ m_printername

OUString desktop::CommandLineArgs::m_printername
private

Definition at line 174 of file cmdlineargs.hxx.

Referenced by GetPrinterName(), and ParseCommandLine_Impl().

◆ m_printlist

std::vector< OUString > desktop::CommandLineArgs::m_printlist
private

Definition at line 172 of file cmdlineargs.hxx.

Referenced by GetPrintList(), and ParseCommandLine_Impl().

◆ m_printtolist

std::vector< OUString > desktop::CommandLineArgs::m_printtolist
private

Definition at line 173 of file cmdlineargs.hxx.

Referenced by GetPrintToList(), and ParseCommandLine_Impl().

◆ m_quickstart

bool desktop::CommandLineArgs::m_quickstart
private

Definition at line 133 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsQuickstart(), and ParseCommandLine_Impl().

◆ m_safemode

bool desktop::CommandLineArgs::m_safemode
private

Definition at line 159 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsSafeMode(), and ParseCommandLine_Impl().

◆ m_scriptcat

bool desktop::CommandLineArgs::m_scriptcat
private

Definition at line 158 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsScriptCat(), and ParseCommandLine_Impl().

◆ m_splashpipe

bool desktop::CommandLineArgs::m_splashpipe
private

Definition at line 156 of file cmdlineargs.hxx.

Referenced by HasSplashPipe(), InitParamValues(), and ParseCommandLine_Impl().

◆ m_startlist

std::vector< OUString > desktop::CommandLineArgs::m_startlist
private

Definition at line 169 of file cmdlineargs.hxx.

Referenced by GetStartList(), and ParseCommandLine_Impl().

◆ m_terminateafterinit

bool desktop::CommandLineArgs::m_terminateafterinit
private

Definition at line 135 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsTerminateAfterInit(), and ParseCommandLine_Impl().

◆ m_textcat

bool desktop::CommandLineArgs::m_textcat
private

Definition at line 157 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsTextCat(), and ParseCommandLine_Impl().

◆ m_unaccept

std::vector< OUString > desktop::CommandLineArgs::m_unaccept
private

Definition at line 166 of file cmdlineargs.hxx.

Referenced by GetUnaccept(), and ParseCommandLine_Impl().

◆ m_unknown

OUString desktop::CommandLineArgs::m_unknown
private

Definition at line 161 of file cmdlineargs.hxx.

Referenced by GetUnknown(), and ParseCommandLine_Impl().

◆ m_version

bool desktop::CommandLineArgs::m_version
private

Definition at line 155 of file cmdlineargs.hxx.

Referenced by InitParamValues(), IsVersion(), and ParseCommandLine_Impl().

◆ m_viewlist

std::vector< OUString > desktop::CommandLineArgs::m_viewlist
private

Definition at line 168 of file cmdlineargs.hxx.

Referenced by GetViewList(), and ParseCommandLine_Impl().

◆ m_web

bool desktop::CommandLineArgs::m_web
private

Definition at line 146 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsWeb(), and ParseCommandLine_Impl().

◆ m_writer

bool desktop::CommandLineArgs::m_writer
private

Definition at line 140 of file cmdlineargs.hxx.

Referenced by HasModuleParam(), InitParamValues(), IsWriter(), and ParseCommandLine_Impl().


The documentation for this class was generated from the following files: