#include <bootstrap.hxx>
◆ Bootstrap() [1/2]
rtl::Bootstrap::Bootstrap |
( |
| ) |
|
|
inline |
◆ Bootstrap() [2/2]
◆ ~Bootstrap()
rtl::Bootstrap::~Bootstrap |
( |
| ) |
|
|
inline |
◆ encode()
Escapes special characters ("$" and "\").
- Parameters
-
- Returns
- the given value, with all occurrences of special characters ("$" and "\") escaped
- Since
- UDK 3.2.9
◆ expandMacros()
static void rtl::Bootstrap::expandMacros |
( |
::rtl::OUString & |
macro | ) |
|
|
inlinestatic |
Expands a macro using default bootstrap variables.
- Parameters
-
[in,out] | macro | The macro to be expanded |
◆ expandMacrosFrom()
void rtl::Bootstrap::expandMacrosFrom |
( |
::rtl::OUString & |
macro | ) |
const |
|
inline |
Expands a macro using bootstrap variables.
- Parameters
-
[in,out] | macro | The macro to be expanded |
◆ get() [1/2]
Retrieves a bootstrap parameter.
- Parameters
-
| sName | name of the bootstrap value. case insensitive. |
[out] | outValue | On success contains the value, otherwise an empty string. |
- Returns
- false, if no value could be retrieved, otherwise true
- See also
- rtl_bootstrap_get()
◆ get() [2/2]
Retrieves a bootstrap parameter.
- Parameters
-
| sName | name of the bootstrap value. case insensitive. |
[out] | outValue | Contains the value associated with sName . |
| aDefault | if none of the other methods retrieved a value, outValue is assigned to aDefault . |
- See also
- rtl_bootstrap_get()
◆ getFrom() [1/2]
Retrieves a bootstrap argument.
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() [2/2]
Retrieves a bootstrap argument.
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()
◆ getHandle()
Provides the bootstrap internal handle.
- Returns
- bootstrap handle
◆ getIniName()
void rtl::Bootstrap::getIniName |
( |
::rtl::OUString & |
iniName | ) |
const |
|
inline |
◆ set()
Sets a bootstrap parameter.
- Parameters
-
name | name of bootstrap parameter |
value | value of bootstrap parameter |
- See also
- rtl_bootstrap_set()
◆ setIniFilename()
void rtl::Bootstrap::setIniFilename |
( |
const ::rtl::OUString & |
sFileUri | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: