Methods of Class Bootstrap
- Bootstrap
- Bootstrap();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- default ctor.
- Bootstrap
- Bootstrap(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Opens a bootstrap argment container
- See Also
- rtl_bootstrap_args_open()
- ~Bootstrap
- ~Bootstrap();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Closes a bootstrap argument container
- See Also
- rtl_bootstrap_args_close()
- getFrom
- sal_Bool getFrom(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Retrieves a bootstrap argument.
- Description
- It is first tried to retrieve the value via the global function
and second via the special bootstrap container.
- See Also
- rtl_bootstrap_get_from_handle()
- getFrom
- void getFrom(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Retrieves a bootstrap argument.
- Description
- It is first tried to retrieve the value via the global function
and second via the special bootstrap container.
- See Also
- rtl_bootstrap_get_from_handle()
- getIniName
- void getIniName(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Retrieves the name of the underlying ini-file.
- See Also
- rtl_bootstrap_get_iniName_from_handle()
- expandMacrosFrom
- void expandMacrosFrom(
::rtl::OUString & |
macro ) const throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Expands a macro using bootstrap variables.
- Parameters
macro |
The macro to be expanded
|
- getHandle
- rtlBootstrapHandle getHandle() throw();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Provides the bootstrap internal handle.
- Return
- bootstrap handle
- setIniFilename
- static void setIniFilename(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- See Also
- rtl_bootstrap_setIniFileName()
- get
- static sal_Bool get(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- Summary
- Retrieves a bootstrap parameter
- Parameters
sName |
name of the bootstrap value. case insensitive.
|
outValue |
(out parameter). On success contains the value, otherwise
an empty string.
|
- Return
- sal_False, if no value could be retrieved, otherwise sal_True
- See Also
- rtl_bootstrap_get()
- get
- static void get(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- Summary
- Retrieves a bootstrap parameter
- Parameters
sName |
name of the bootstrap value. case insensitive.
|
outValue |
(out parameter). Contains the value associated with sName.
|
aDefault |
if none of the other methods retrieved a value, outValue
is assigned to a Default.
|
- See Also
- rtl_bootstrap_get()
- set
- static void set(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- Summary
- Sets a bootstrap parameter.
- Parameters
pName |
name of bootstrap parameter
|
pValue |
value of bootstrap parameter
|
- See Also
- rtl_bootstrap_set()
- expandMacros
- static void expandMacros(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- Summary
- Expands a macro using default bootstrap variables.
- Parameters
macro |
The macro to be expanded
|
- encode
- static ::rtl::OUString encode(
const ::rtl::OUString & |
value ) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- Summary
- Escapes special characters ("$" and "\").
- Parameters
-
- Return
-
the given value, with all occurrences of special characters ("$" and
"\") escaped
- Since
- UDK 3.2.9
Top of Page
Copyright © 2000, 2016 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.