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