diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:42:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:42:33 +0000 |
commit | d818a9f2f38c72014d088f2a84229c7a462c4262 (patch) | |
tree | 921930e0606c4c893656273c922bb43b2509ef21 /desktop | |
parent | f579b50c7d0bc72cc806eb943090ada2514355ff (diff) |
INTEGRATION: CWS mariner10 (1.16.14); FILE MERGED
2003/06/26 11:43:47 lo 1.16.14.1: #110441# enable office-help from command line
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index d60e0c9478d6..84a7e290aa69 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cmdlineargs.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: vg $ $Date: 2003-06-10 09:12:34 $ + * last change: $Author: vg $ $Date: 2003-06-27 09:42:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,6 +101,12 @@ class CommandLineArgs CMD_BOOLPARAM_GLOBAL, CMD_BOOLPARAM_MATH, CMD_BOOLPARAM_WEB, + CMD_BOOLPARAM_HELPWRITER, + CMD_BOOLPARAM_HELPCALC, + CMD_BOOLPARAM_HELPDRAW, + CMD_BOOLPARAM_HELPBASIC, + CMD_BOOLPARAM_HELPMATH, + CMD_BOOLPARAM_HELPIMPRESS, CMD_BOOLPARAM_COUNT // must be last element! }; @@ -155,6 +161,12 @@ class CommandLineArgs sal_Bool IsNoLogo() const; sal_Bool IsNoLockcheck() const; sal_Bool IsHelp() const; + sal_Bool IsHelpWriter() const; + sal_Bool IsHelpCalc() const; + sal_Bool IsHelpDraw() const; + sal_Bool IsHelpImpress() const; + sal_Bool IsHelpMath() const; + sal_Bool IsHelpBasic() const; sal_Bool IsWriter() const; sal_Bool IsCalc() const; sal_Bool IsDraw() const; |