Global Functions in Global Namespace C++
in Sourcefile bootstrap.h
- rtl_bootstrap_args_close
- extern "C"
void rtl_bootstrap_args_close(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Closes a boostrap agument container.
- Parameters
handle |
The handle got by rtl_bootstrap_args_open()
|
- rtl_bootstrap_args_open
- extern "C"
rtlBootstrapHandle rtl_bootstrap_args_open(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Opens a bootstrap argument container.
- Parameters
pIniName |
The name of the ini-file to use, if NULL defaults
to the excutables name
|
- Return
- Handle for a boostrap argument container
- rtl_bootstrap_encode
- extern "C"
void rtl_bootstrap_encode(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Escapes special characters ("$" and "\").
- Parameters
value |
an arbitrary, non-NULL value
|
encoded |
non-NULL out parameter, receiving the given value with all occurrences of
special characters ("$" and "\") escaped
|
- Since
- UDK 3.2.9
- rtl_bootstrap_expandMacros
- extern "C"
void rtl_bootstrap_expandMacros(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Expands a macro using default bootstrap variables.
- Parameters
macro |
The macro to be expanded
|
- rtl_bootstrap_expandMacros_from_handle
- extern "C"
void rtl_bootstrap_expandMacros_from_handle(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Expands a macro using bootstrap variables.
- Parameters
handle |
The handle got by rtl_bootstrap_args_open()
|
macro |
The macro to be expanded
|
- rtl_bootstrap_get
- extern "C"
sal_Bool rtl_bootstrap_get(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Parameters
ppValue |
out parameter. Contains always a valid rtl_uString pointer.
|
pName |
The name of the bootstrap setting to be retrieved.
|
pDefault |
maybe NULL. If once the default is
returned, successive calls always return this
default value, even when called with different
defaults.
|
- Return
sal_True
, when a value could be retrieved successfully,
sal_False
, when none of the 4 methods gave a value. ppValue
then contains ane empty string.
When a pDefault value is given, the function returns always
sal_True
.
- rtl_bootstrap_get_from_handle
- extern "C"
sal_Bool rtl_bootstrap_get_from_handle(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Parameters
handle |
The handle got by rtl_bootstrap_args_open()
|
pName |
The name of the variable to be retrieved
|
ppValue |
The result of the retrieval. *ppValue may be null in case of failure.
|
pDefault |
The default value for the retrieval, may be NULL
|
- Return
- The status of the retrieval,
sal_True
on success.
- rtl_bootstrap_get_iniName_from_handle
- extern "C"
void rtl_bootstrap_get_iniName_from_handle(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Returns the name of the inifile associated with this handle.
- Parameters
ppIniName |
contains after the call the name of the ini-filename.
|
- rtl_bootstrap_set
- extern "C"
void rtl_bootstrap_set(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Sets a bootstrap parameter.
- Parameters
pName |
name of bootstrap parameter
|
pValue |
value of bootstrap parameter
|
- rtl_bootstrap_setIniFileName
- extern "C"
void rtl_bootstrap_setIniFileName(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- may be called by an application to set an ini-filename.
- Description
-
Must be called before rtl_bootstrap_get(). May not be called twice.
If it is never called, a the filename executable.ini (win)
or execuablerc (unx) is assumed.
- Parameters
pName |
URL of the ini file; must not be null, must not be the empty
string
|
Top of Page
Copyright © 2000, 2017 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.