Home
last modified time | relevance | path

Searched refs:UnoUrl (Results 1 – 15 of 15) sorted by relevance

/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DUnoUrlTest.java59 UnoUrl url = UnoUrl.parseUnoUrl("uno:x;y;z"); in testStart1()
69 UnoUrl url = UnoUrl.parseUnoUrl("uno1:x;y;z"); in testStart2()
77 UnoUrl url = UnoUrl.parseUnoUrl("un:x;y;z"); in testStart3()
85 UnoUrl url = UnoUrl.parseUnoUrl("x;y;z"); in testStart4()
95 UnoUrl url = UnoUrl.parseUnoUrl("uno:"); in testParam1()
103 UnoUrl url = UnoUrl.parseUnoUrl("uno:a;"); in testParam2()
111 UnoUrl url = UnoUrl.parseUnoUrl("uno:abc!abc;b;c"); in testPartName1()
119 UnoUrl url = UnoUrl.parseUnoUrl("uno:x;y;ABC<ABC"); in testOID1()
127 UnoUrl url = UnoUrl.parseUnoUrl("uno:x,key9=val9;y;ABC"); in testOIDandParams1()
177 UnoUrl url = in testCommon()
[all …]
/trunk/main/cppuhelper/source/
H A Dunourl.cxx41 using cppu::UnoUrl;
195 class UnoUrl::Impl
214 inline UnoUrl::Impl::Impl(std::auto_ptr< UnoUrlDescriptor::Impl > & rConnection, in Impl()
222 inline UnoUrl::Impl * UnoUrl::Impl::create(rtl::OUString const & rUrl) in create()
266 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
272 UnoUrl::~UnoUrl() in ~UnoUrl()
275 UnoUrl & UnoUrl::operator =(UnoUrl const & rOther) in operator =()
281 UnoUrlDescriptor const & UnoUrl::getConnection() const in getConnection()
286 UnoUrlDescriptor const & UnoUrl::getProtocol() const in getProtocol()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx139 class CPPUHELPER_DLLPUBLIC UnoUrl class
150 explicit UnoUrl(rtl::OUString const & rUrl);
152 UnoUrl(UnoUrl const & rOther);
154 ~UnoUrl();
156 UnoUrl & operator =(UnoUrl const & rOther);
/trunk/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx331 cppu::UnoUrl aUrl(rtl::OUString::createFromAscii(aTests[i].pInput)); in TEST_F()
369 aConnection = cppu::UnoUrl(rtl::OUString::createFromAscii( in TEST_F()
401 aProtocol = cppu::UnoUrl(rtl::OUString::createFromAscii( in TEST_F()
436 aObjectName = cppu::UnoUrl(rtl::OUString::createFromAscii( in TEST_F()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java59 public class UnoUrl { class
108 private UnoUrl( in UnoUrl() method in UnoUrl
362 public static UnoUrl parseUnoUrl(String unoUrl) in parseUnoUrl()
404 return new UnoUrl(connectionPart, protocolPart, rootOid); in parseUnoUrl()
/trunk/main/ure/source/uretest/
H A DJavaClient.java32 import com.sun.star.lib.uno.helper.UnoUrl;
53 UnoUrl url = UnoUrl.parseUnoUrl(arguments[0]); in main()
H A Dcppmain.cc98 std::auto_ptr< cppu::UnoUrl > dummy(new cppu::UnoUrl(rtl::OUString())); in run()
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java33 import com.sun.star.lib.uno.helper.UnoUrl;
184 UnoUrl unoUrl = UnoUrl.parseUnoUrl(url); in execServer()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java37 import com.sun.star.lib.uno.helper.UnoUrl;
115 UnoUrl aURL = UnoUrl.parseUnoUrl( url ); in setUnoUrl()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java43 import com.sun.star.lib.uno.helper.UnoUrl;
189 UnoUrl aURL = UnoUrl.parseUnoUrl( url ); in setUnoUrl()
/trunk/main/cppuhelper/qa/sce/
H A Dtest_unourl.sce21 UnoUrl
/trunk/main/javaunohelper/
H A DZip_juh_src.mk27 com/sun/star/lib/uno/helper/UnoUrl.java \
H A DJar_juh.mk44 javaunohelper/com/sun/star/lib/uno/helper/UnoUrl \
/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx162 cppu::UnoUrl aUrl(rUnoUrl); in resolve()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt49 "class CPPUHELPER_DLLPUBLIC UnoUrl"

Completed in 57 milliseconds