LibreOffice
LibreOffice 6.4 SDK C/C++ API Reference
|
Go to the documentation of this file.
20 #ifndef INCLUDED_CPPUHELPER_UNOURL_HXX
21 #define INCLUDED_CPPUHELPER_UNOURL_HXX
27 namespace rtl {
class OUString; }
180 #endif // INCLUDED_RTL_UNOURL_HXX
UnoUrlDescriptor(UnoUrlDescriptor const &rOther)
This String class provides base functionality for C++ like Unicode character array handling.
Definition: ustring.hxx:127
UnoUrl(rtl::OUString const &rUrl)
Construct a UNO URL from a string representation.
Definition: Enterable.hxx:27
A descriptor as part of a UNO URL (connection descriptor or protocol descriptor).
Definition: unourl.hxx:39
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:578
UnoUrlDescriptor const & getProtocol() const
Return the protocol descriptor component of the URL.
bool hasParameter(rtl::OUString const &rKey) const
Test whether the parameters contain a key.
UnoUrl(UnoUrl const &rOther)
UnoUrlDescriptor const & getConnection() const
Return the connection descriptor component of the URL.
rtl::OUString const & getObjectName() const
Return the object-name component of the URL.
Definition: bootstrap.hxx:30
rtl::OUString const & getDescriptor() const
Return the string representation of the descriptor.
UnoUrlDescriptor(rtl::OUString const &rDescriptor)
Construct a descriptor from a string representation.
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
rtl::OUString const & getName() const
Return the name component of the descriptor.
Parse UNO URLs into their components.
Definition: unourl.hxx:130
rtl::OUString getParameter(rtl::OUString const &rKey) const
Return the parameter value for a key.