LibreOffice Module extensions (master) 1
|
#include <unourl.hxx>
Public Member Functions | |
UnoURL (const OUString &_rCompleteURL, const css::uno::Reference< css::lang::XMultiServiceFactory > &_rxORB) | |
operator const css::util::URL & () const | |
Private Attributes | |
css::util::URL | m_aURL |
Definition at line 32 of file unourl.hxx.
pcr::UnoURL::UnoURL | ( | const OUString & | _rCompleteURL, |
const css::uno::Reference< css::lang::XMultiServiceFactory > & | _rxORB | ||
) |
Definition at line 39 of file unourl.cxx.
References Exception, comphelper::getComponentContext(), m_aURL, and TOOLS_WARN_EXCEPTION.
|
inline |
Definition at line 43 of file unourl.hxx.
References m_aURL.
|
private |
Definition at line 35 of file unourl.hxx.
Referenced by operator const css::util::URL &(), and UnoURL().