Lines Matching refs:ucss

32 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()
457 new ucss.uno.RuntimeException("RuntimeException", obj); in testS1()
458 ucss.uno.Exception excException = in testS1()
459 new ucss.uno.Exception("Exception", obj); in testS1()
460 ucss.lang.IllegalAccessException excIllegalAccess = in testS1()
461 new ucss.lang.IllegalAccessException("IllegalAccessException", obj); in testS1()
462 ucss.uno.DeploymentException excDeployment = in testS1()
463 new ucss.uno.DeploymentException("DeploymentException", obj); in testS1()
464 ucss.lang.InvalidListenerException excInvalidListener = in testS1()
465 new ucss.lang.InvalidListenerException("ListenerException", obj); in testS1()
472 } catch (ucss.uno.RuntimeException e) { in testS1()
482 } catch (ucss.uno.DeploymentException e) { in testS1()
496 } catch (ucss.uno.RuntimeException e) { in testS1()
505 } catch (ucss.lang.IllegalAccessException e) { in testS1()
514 } catch (ucss.uno.Exception e) { in testS1()
528 } catch (ucss.uno.DeploymentException e) { in testS1()
538 } catch (ucss.lang.IllegalAccessException e) { in testS1()
548 } catch (ucss.uno.DeploymentException e) { in testS1()
559 } catch (ucss.uno.DeploymentException e) { in testS1()
570 } catch (ucss.uno.DeploymentException e) { in testS1()
614 ucss.lang.XComponent b20 = (ucss.lang.XComponent) b19; in testS1()
632 ucss.lang.XComponent b38 = b20; in testS1()
650 ucss.lang.XComponent[] b56 = new ucss.lang.XComponent[]{ in testS1()
669 ucss.lang.XComponent[][] b74 = new uno.util.WeakComponentBase[0][]; in testS1()
687 ucss.lang.XComponent[][] b92 = b74; in testS1()
1039 } catch (ucss.uno.DeploymentException e) { in testSingletons()
1230 ucss.lang.XComponent aXComponent = (ucss.lang.XComponent) obj; in testInterface()
1256 ucss.lang.XComponent outXComponent; in testInterface()
1302 ucss.lang.XComponent inoutXComponent = (ucss.lang.XComponent) S1.create1(c); in testInterface()