cmdlineargs.hxx (0a1e2f0e) cmdlineargs.hxx (85c309d6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38 {
39 CMD_BOOLPARAM_MINIMIZED,
40 CMD_BOOLPARAM_INVISIBLE,
41 CMD_BOOLPARAM_NORESTORE,
42 CMD_BOOLPARAM_BEAN,
43 CMD_BOOLPARAM_PLUGIN,
44 CMD_BOOLPARAM_SERVER,
45 CMD_BOOLPARAM_HEADLESS,
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 29 unchanged lines hidden (view full) ---

38 {
39 CMD_BOOLPARAM_MINIMIZED,
40 CMD_BOOLPARAM_INVISIBLE,
41 CMD_BOOLPARAM_NORESTORE,
42 CMD_BOOLPARAM_BEAN,
43 CMD_BOOLPARAM_PLUGIN,
44 CMD_BOOLPARAM_SERVER,
45 CMD_BOOLPARAM_HEADLESS,
46 CMD_BOOLPARAM_CONVERSIONMODE,
46 CMD_BOOLPARAM_QUICKSTART,
47 CMD_BOOLPARAM_NOQUICKSTART,
48 CMD_BOOLPARAM_TERMINATEAFTERINIT,
49 CMD_BOOLPARAM_NOFIRSTSTARTWIZARD,
50 CMD_BOOLPARAM_NOLOGO,
51 CMD_BOOLPARAM_NOLOCKCHECK,
52 CMD_BOOLPARAM_NODEFAULT,
53 CMD_BOOLPARAM_HELP,

--- 70 unchanged lines hidden (view full) ---

124 // Access to bool parameters
125 sal_Bool IsMinimized() const;
126 sal_Bool IsInvisible() const;
127 sal_Bool IsNoRestore() const;
128 sal_Bool IsNoDefault() const;
129 sal_Bool IsBean() const;
130 sal_Bool IsServer() const;
131 sal_Bool IsHeadless() const;
47 CMD_BOOLPARAM_QUICKSTART,
48 CMD_BOOLPARAM_NOQUICKSTART,
49 CMD_BOOLPARAM_TERMINATEAFTERINIT,
50 CMD_BOOLPARAM_NOFIRSTSTARTWIZARD,
51 CMD_BOOLPARAM_NOLOGO,
52 CMD_BOOLPARAM_NOLOCKCHECK,
53 CMD_BOOLPARAM_NODEFAULT,
54 CMD_BOOLPARAM_HELP,

--- 70 unchanged lines hidden (view full) ---

125 // Access to bool parameters
126 sal_Bool IsMinimized() const;
127 sal_Bool IsInvisible() const;
128 sal_Bool IsNoRestore() const;
129 sal_Bool IsNoDefault() const;
130 sal_Bool IsBean() const;
131 sal_Bool IsServer() const;
132 sal_Bool IsHeadless() const;
133 sal_Bool IsConversionMode() const;
132 sal_Bool IsQuickstart() const;
133 sal_Bool IsNoQuickstart() const;
134 sal_Bool IsTerminateAfterInit() const;
135 sal_Bool IsNoFirstStartWizard() const;
136 sal_Bool IsNoLogo() const;
137 sal_Bool IsNoLockcheck() const;
138 sal_Bool IsHelp() const;
139 sal_Bool IsHelpWriter() const;

--- 72 unchanged lines hidden ---
134 sal_Bool IsQuickstart() const;
135 sal_Bool IsNoQuickstart() const;
136 sal_Bool IsTerminateAfterInit() const;
137 sal_Bool IsNoFirstStartWizard() const;
138 sal_Bool IsNoLogo() const;
139 sal_Bool IsNoLockcheck() const;
140 sal_Bool IsHelp() const;
141 sal_Bool IsHelpWriter() const;

--- 72 unchanged lines hidden ---