20 #ifndef INCLUDED_CPPUHELPER_UNOURL_HXX
21 #define INCLUDED_CPPUHELPER_UNOURL_HXX
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:558
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Definition: bootstrap.hxx:30
Definition: Enterable.hxx:27
This String class provides base functionality for C++ like Unicode character array handling.
Definition: ustring.hxx:161
A descriptor as part of a UNO URL (connection descriptor or protocol descriptor).
Definition: unourl.hxx:42
rtl::OUString const & getName() const
Return the name component of the descriptor.
rtl::OUString getParameter(rtl::OUString const &rKey) const
Return the parameter value for a key.
UnoUrlDescriptor(rtl::OUString const &rDescriptor)
Construct a descriptor from a string representation.
rtl::OUString const & getDescriptor() const
Return the string representation of the descriptor.
UnoUrlDescriptor & operator=(UnoUrlDescriptor const &rOther)
bool hasParameter(rtl::OUString const &rKey) const
Test whether the parameters contain a key.
UnoUrlDescriptor(UnoUrlDescriptor const &rOther)
Parse UNO URLs into their components.
Definition: unourl.hxx:133
UnoUrlDescriptor const & getProtocol() const
Return the protocol descriptor component of the URL.
UnoUrl(UnoUrl const &rOther)
rtl::OUString const & getObjectName() const
Return the object-name component of the URL.
UnoUrl & operator=(UnoUrl const &rOther)
UnoUrlDescriptor const & getConnection() const
Return the connection descriptor component of the URL.
UnoUrl(rtl::OUString const &rUrl)
Construct a UNO URL from a string representation.