::

namespace rtl



Nested Namespaces

math

Classes

Bootstrap
ByteSequence
IReference Interface for a reference type.
Logfile
MalformedUriException An exception indicating a malformed URI.
OLocale
OString
OStringBuffer
OUString
OUStringBuffer
Reference Template reference class for reference type derived from IReference.
Static Helper base class for a late-initialized (default-constructed) static variable, implementing the double-checked locking pattern correctly.
StaticAggregate Helper class for a late-initialized static aggregate, e.g. an array, implementing the double-checked locking pattern correctly.
TestResult
Uri A wrapper around the C functions from <rtl/uri.h>.

Structs

OStringHash A helper to use OStrings with hash maps.
OUStringHash A helper to use OUStrings with hash maps.

Enums

__ByteSequence_NoAcquire
__ByteSequence_NoDefault

Functions

OUString
OStringToOUString( const OString & rStr, rtl_TextEncoding encoding, sal_uInt32 convertFlags = OSTRING_TO_OUSTRING_CVTFLAGS );
Convert an OString to an OUString, using a specific text encoding.
OString
OUStringToOString( const OUString & rUnicode, rtl_TextEncoding encoding, sal_uInt32 convertFlags = OUSTRING_TO_OSTRING_CVTFLAGS );
Convert an OUString to an OString, using a specific text encoding.

Top of Page