Classes |
class | Bootstrap |
class | ByteSequence |
| C++ class representing a SAL byte sequence. More...
|
class | Static |
| Helper base class for a late-initialized (default-constructed) static variable, implementing the double-checked locking pattern correctly. More...
|
class | StaticWithArg |
| Helper base class for a late-initialized (default-constructed) static variable, implementing the double-checked locking pattern correctly. More...
|
class | StaticAggregate |
| Helper class for a late-initialized static aggregate, e.g. More...
|
class | StaticWithInit |
| Helper base class for a late-initialized static variable, implementing the double-checked locking pattern correctly. More...
|
class | OLocale |
| A OLocale object represents a specific geographical, political, or cultural region. More...
|
class | Logfile |
| The intended use for class Logfile is to write time stamp information for profiling purposes. More...
|
class | MalformedUriException |
| An exception indicating a malformed URI. More...
|
class | IReference |
| Interface for a reference type. More...
|
class | Reference |
| Template reference class for reference type derived from IReference. More...
|
class | OStringBuffer |
| A string buffer implements a mutable sequence of characters. More...
|
class | OString |
| This String class provide base functionality for C++ like 8-Bit character array handling. More...
|
struct | OStringHash |
| A helper to use OStrings with hash maps. More...
|
class | Uri |
| A wrapper around the C functions from <rtl/uri.h>. More...
|
class | OUStringBuffer |
| A string buffer implements a mutable sequence of characters. More...
|
class | OUString |
| This String class provide base functionality for C++ like Unicode character array handling. More...
|
struct | OUStringHash |
| A helper to use OUStrings with hash maps. More...
|
Functions |
template<typename charT , typename traits > |
std::basic_ostream< charT,
traits > & | operator<< (std::basic_ostream< charT, traits > &stream, rtl::OUString const &string) |
| Support for rtl::OUString in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example).
|
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.
|