|
LibreOffice
LibreOffice 7.2 SDK C/C++ API Reference
|
Go to the documentation of this file.
24 #ifndef INCLUDED_CPPUHELPER_UNOURL_HXX
25 #define INCLUDED_CPPUHELPER_UNOURL_HXX
186 #endif // INCLUDED_RTL_UNOURL_HXX
rtl::OUString const & getName() const
Return the name component of the descriptor.
Definition: Enterable.hxx:31
This String class provides base functionality for C++ like Unicode character array handling.
Definition: ustring.hxx:169
Parse UNO URLs into their components.
Definition: unourl.hxx:137
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:587
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:46
Definition: bootstrap.hxx:34
rtl::OUString const & getDescriptor() const
Return the string representation of the descriptor.
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:32
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)