Searched refs:rSmgr (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/bridges/test/ |
H A D | testoffice.cxx | 82 void testPipe( const Reference < XMultiServiceFactory > & rSmgr ) in testPipe() argument 85 rSmgr->createInstance( OUString::createFromAscii( "com.sun.star.io.Pipe" ) ), in testPipe() 141 void testDocument( const Reference < XMultiServiceFactory > & rSmgr ) in testDocument() argument 144 rSmgr->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.Desktop" ))), in testDocument() 195 Reference < XMultiServiceFactory > rSmgr( rXsmgr , UNO_QUERY ); in doSomething() local 196 if( rSmgr.is() ) in doSomething() 199 testPipe( rSmgr ); in doSomething() 200 testDocument( rSmgr ); in doSomething()
|
/aoo4110/main/jurt/demo/com/sun/star/demo/ |
H A D | TestOffice.java | 59 static void testPipe(XMultiServiceFactory rSmgr) throws com.sun.star.uno.Exception { in testPipe() argument 60 XOutputStream rOut = (XOutputStream) rSmgr.createInstance("com.sun.star.io.Pipe"); in testPipe() 107 …static void testDocument(XMultiServiceFactory rSmgr) throws com.sun.star.uno.Exception, IOExceptio… in testDocument() argument 108 …XComponentLoader rLoader = UnoRuntime.queryInterface(XComponentLoader.class, rSmgr.createInstance(… in testDocument() 150 XMultiServiceFactory rSmgr = UnoRuntime.queryInterface(XMultiServiceFactory.class, rXsmgr); in doSomething() local 151 if(rSmgr != null) { in doSomething() 154 testDocument(rSmgr); in doSomething()
|
/aoo4110/main/extensions/test/pgp/ |
H A D | TestPGP.java | 75 …XMultiServiceFactory rSmgr = (XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.… in doSomething() local 76 if(rSmgr != null) { in doSomething() 80 XSet set= (XSet)UnoRuntime.queryInterface(XSet.class, rSmgr); in doSomething() 88 "com.sun.star.pgp.SimplePGPMailerImpl", rSmgr, null, null); in doSomething()
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/ |
H A D | sdbcx.java | 42 public static XMultiServiceFactory rSmgr; field in sdbcx 46 rSmgr = connect("socket,host=localhost,port=8100"); in main() 47 sdbcx test = new sdbcx(rSmgr); in main() 96 public sdbcx(XMultiServiceFactory rSmgr ) in sdbcx() argument 98 xORB = rSmgr; in sdbcx()
|
Completed in 66 milliseconds