LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
A wrapper around the C functions from <rtl/uri.h>. More...
#include <uri.hxx>
Static Public Member Functions | |
static rtl::OUString | encode (rtl::OUString const &rText, sal_Bool const *pCharClass, rtl_UriEncodeMechanism eMechanism, rtl_TextEncoding eCharset) |
A wrapper around rtl_uriEncode() from <rtl/uri.h> (see there), using an array of 128 booleans as char class. More... | |
static rtl::OUString | encode (rtl::OUString const &rText, rtl_UriCharClass eCharClass, rtl_UriEncodeMechanism eMechanism, rtl_TextEncoding eCharset) |
A wrapper around rtl_uriEncode() from <rtl/uri.h> (see there), using a predefined rtl_UriCharClass enumeration member. More... | |
static rtl::OUString | decode (rtl::OUString const &rText, rtl_UriDecodeMechanism eMechanism, rtl_TextEncoding eCharset) |
A wrapper around rtl_uriDecode() from <rtl/uri.h> (see there). More... | |
static rtl::OUString | convertRelToAbs (rtl::OUString const &rBaseUriRef, rtl::OUString const &rRelUriRef) |
A wrapper around rtl_uriConvertRelToAbs() from <rtl/uri.h> (see there). More... | |
A wrapper around the C functions from <rtl/uri.h>.
|
inlinestatic |
A wrapper around rtl_uriConvertRelToAbs() from <rtl/uri.h> (see there).
MalformedUriException | Thrown in case rtl_uriConvertRelToAbs() signals an exception due to a malformed base URI. |
|
inlinestatic |
A wrapper around rtl_uriDecode() from <rtl/uri.h> (see there).
|
inlinestatic |
A wrapper around rtl_uriEncode() from <rtl/uri.h> (see there), using an array of 128 booleans as char class.
|
inlinestatic |
A wrapper around rtl_uriEncode() from <rtl/uri.h> (see there), using a predefined rtl_UriCharClass enumeration member.