(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4
 Overview   Namespace   Class   Index   Help 

Methods of Class Bootstrap


Bootstrap
Bootstrap();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO


Bootstrap
Bootstrap(
const OUString & iniName );

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(
const ::rtl::OUString & sName,
::rtl::OUString & outValue ) const;

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(
const ::rtl::OUString & sName,
::rtl::OUString & outValue,
const ::rtl::OUString & aDefault ) const;

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(
::rtl::OUString & iniName ) const;

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()

setIniFilename
static void setIniFilename(
const ::rtl::OUString & sFile );

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(
const ::rtl::OUString & sName,
::rtl::OUString & outValue );

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(
const ::rtl::OUString & sName,
::rtl::OUString & outValue,
const ::rtl::OUString & aDefault );

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()

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.