Lines Matching refs:rtl

58     typedef std::map< rtl::OUString, rtl::OUString > Parameters;
60 rtl::OUString m_aDescriptor;
61 rtl::OUString m_aName;
66 explicit inline Impl(rtl::OUString const & m_aDescriptor);
71 inline UnoUrlDescriptor::Impl::Impl(rtl::OUString const & rDescriptor) in Impl()
77 rtl::OUString aKey; in Impl()
86 throw rtl::MalformedUriException( in Impl()
87 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in Impl()
101 throw rtl::MalformedUriException( in Impl()
102 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in Impl()
108 throw rtl::MalformedUriException( in Impl()
109 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in Impl()
123 throw rtl::MalformedUriException( in Impl()
124 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in Impl()
134 rtl::Uri::decode(rDescriptor.copy(nStart, in Impl()
138 throw rtl::MalformedUriException( in Impl()
139 rtl::OUString( in Impl()
151 UnoUrlDescriptor::UnoUrlDescriptor(rtl::OUString const & rDescriptor): in UnoUrlDescriptor()
172 rtl::OUString const & UnoUrlDescriptor::getDescriptor() const in getDescriptor()
177 rtl::OUString const & UnoUrlDescriptor::getName() const in getName()
182 bool UnoUrlDescriptor::hasParameter(rtl::OUString const & rKey) const in hasParameter()
188 rtl::OUString UnoUrlDescriptor::getParameter(rtl::OUString const & rKey) const in getParameter()
192 return aIt == m_xImpl->m_aParameters.end() ? rtl::OUString() : aIt->second; in getParameter()
200 rtl::OUString m_aObjectName;
206 static inline Impl * create(rtl::OUString const & rUrl);
211 rtl::OUString const & rObjectName);
216 rtl::OUString const & rObjectName): in Impl()
222 inline UnoUrl::Impl * UnoUrl::Impl::create(rtl::OUString const & rUrl) in create()
225 throw rtl::MalformedUriException( in create()
226 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in create()
231 throw rtl::MalformedUriException( in create()
232 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in create()
239 throw rtl::MalformedUriException( in create()
240 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in create()
246 throw rtl::MalformedUriException( in create()
247 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in create()
259 throw rtl::MalformedUriException( in create()
260 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( in create()
266 UnoUrl::UnoUrl(rtl::OUString const & rUrl): m_xImpl(Impl::create(rUrl)) in UnoUrl()
291 rtl::OUString const & UnoUrl::getObjectName() const in getObjectName()