#include <bootstrap.hxx>
Constructor & Destructor Documentation
rtl::Bootstrap::Bootstrap |
( |
| ) |
|
|
inline |
rtl::Bootstrap::Bootstrap |
( |
const OUString & |
iniName | ) |
|
|
inline |
rtl::Bootstrap::~Bootstrap |
( |
| ) |
|
|
inline |
Member Function Documentation
Escapes special characters ("$" and "\").
- Parameters
-
- Returns
- the given value, with all occurrences of special characters ("$" and "\") escaped
- Since
- UDK 3.2.9
static void rtl::Bootstrap::expandMacros |
( |
::rtl::OUString & |
macro | ) |
throw () |
|
inlinestatic |
Expands a macro using default bootstrap variables.
- Parameters
-
macro | [inout] The macro to be expanded |
void rtl::Bootstrap::expandMacrosFrom |
( |
::rtl::OUString & |
macro | ) |
const throw () |
|
inline |
Expands a macro using bootstrap variables.
- Parameters
-
macro | [inout] The macro to be expanded |
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. |
- Returns
- sal_False, if no value could be retrieved, otherwise sal_True
- See Also
- rtl_bootstrap_get()
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()
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()
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()
Provides the bootstrap internal handle.
- Returns
- bootstrap handle
void rtl::Bootstrap::getIniName |
( |
::rtl::OUString & |
iniName | ) |
const |
|
inline |
Sets a bootstrap parameter.
- Parameters
-
name | name of bootstrap parameter |
value | value of bootstrap parameter |
- See Also
- rtl_bootstrap_set()
void rtl::Bootstrap::setIniFilename |
( |
const ::rtl::OUString & |
sFileUri | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: