Home
last modified time | relevance | path

Searched refs:ucss (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/cli_ure/qa/climaker/
H A Dclimaker.cs32 using ucss=unoidl.com.sun.star; typedef
37 public class Context: ucss.uno.XComponentContext
52 public ucss.lang.XMultiComponentFactory getServiceManager() in getServiceManager()
76 class Factory: ucss.lang.XMultiComponentFactory
81 exception = (ucss.uno.Exception) args[0]; in Factory()
117 ucss.uno.Exception exception;
344 new ucss.uno.XNamingService[0], new bool[0][], new byte[0][], in testFullStruct2()
349 new ucss.uno.XNamingService[0][], new bool[0][], new byte[0][], in testFullStruct2()
354 new ucss.uno.XNamingService[0][]); in testFullStruct2()
456 ucss.uno.RuntimeException excRuntime = in testS1()
[all …]
H A Dtestobjects.cs31 using ucss=unoidl.com.sun.star; typedef
40 public Component(ucss.uno.XComponentContext ctx) { in Component()
41 m_args = new Any[] {new Any(typeof(ucss.uno.XComponentContext), ctx)}; in Component()
46 public Component(ucss.uno.XComponentContext ctx, uno.Any[] args) { in Component()
48 m_args[0] = new Any(typeof(ucss.uno.XComponentContext), ctx); in Component()
259 ucss.lang.XComponent _xcomp = aXComponent; in inoutParameters()
532 public ucss.lang.XComponent attrXComponent
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx48 namespace ucss = unoidl::com::sun::star;
578 return new srrm::ReturnMessage(new ucss::uno::RuntimeException( in Invoke()
593 return new srrm::ReturnMessage(new ucss::uno::RuntimeException( in Invoke()
603 return new srrm::ReturnMessage(new ucss::uno::RuntimeException( in Invoke()
H A Dcli_data.cxx52 namespace ucss = unoidl::com::sun::star;
1625 if (__typeof(ucss::uno::Exception)->IsAssignableFrom(cliType)) in map_to_cli()