LibreOffice Module tools (master) 1
|
#include <tools/toolsdllapi.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/textenc.h>
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< FSysStyle > |
class | INetURLObject |
class | INetURLObject::SubString |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::util |
namespace | com::sun::star::uno |
namespace | o3tl |
Macros | |
#define | URL_PREFIX_PRIV_SOFFICE "private:" |
Enumerations | |
enum class | INetProtocol { NotValid , Ftp , Http , File , Mailto , VndSunStarWebdav , PrivSoffice , VndSunStarHelp , Https , Slot , Macro , Javascript , Data , Cid , VndSunStarHier , Uno , Component , VndSunStarPkg , Ldap , Db , VndSunStarCmd , Telnet , VndSunStarExpand , VndSunStarTdoc , Generic , Smb , Hid , Sftp , Cmis , LAST = Cmis } |
enum class | FSysStyle { Vos = 0x1 , Unix = 0x2 , Dos = 0x4 , Detect = Vos | Unix | Dos } |
The supported notations for file system paths. More... | |
Variables | |
constexpr OUStringLiteral | INET_FTP_SCHEME = u"ftp://" |
constexpr OUStringLiteral | INET_HTTP_SCHEME = u"http://" |
constexpr OUStringLiteral | INET_HTTPS_SCHEME = u"https://" |
constexpr OUStringLiteral | INET_FILE_SCHEME = u"file://" |
constexpr OUStringLiteral | INET_MAILTO_SCHEME = u"mailto:" |
constexpr OUStringLiteral | INET_HID_SCHEME = u"hid:" |
#define URL_PREFIX_PRIV_SOFFICE "private:" |
Definition at line 47 of file urlobj.hxx.
|
strong |
The supported notations for file system paths.
Definition at line 86 of file urlobj.hxx.
|
strong |
Definition at line 50 of file urlobj.hxx.
|
inlineconstexpr |
Definition at line 43 of file urlobj.hxx.
|
inlineconstexpr |
Definition at line 40 of file urlobj.hxx.
|
inlineconstexpr |
Definition at line 45 of file urlobj.hxx.
|
inlineconstexpr |
Definition at line 41 of file urlobj.hxx.
|
inlineconstexpr |
Definition at line 42 of file urlobj.hxx.
|
inlineconstexpr |
Definition at line 44 of file urlobj.hxx.