Home
last modified time | relevance | path

Searched defs:UnoUrl (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx139 class CPPUHELPER_DLLPUBLIC UnoUrl class
/aoo42x/main/cppuhelper/source/
H A Dunourl.cxx266 UnoUrl::UnoUrl(rtl::OUString const & rUrl): m_xImpl(Impl::create(rUrl)) in UnoUrl() function in UnoUrl
269 UnoUrl::UnoUrl(UnoUrl const & rOther): m_xImpl(rOther.m_xImpl->clone()) in UnoUrl() function in UnoUrl
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java59 public class UnoUrl { class
108 private UnoUrl( in UnoUrl() method in UnoUrl

Completed in 15 milliseconds