Home
last modified time | relevance | path

Searched refs:transport (Results 1 – 25 of 107) sorted by relevance

12345

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java121 success &= testMapAny(transport, in test()
124 success &= testMapAny(transport, in test()
135 success &= testMapAny(transport, in test()
138 success &= testMapAny(transport, in test()
141 success &= testMapAny(transport, in test()
152 success &= testMapAny(transport, in test()
156 success &= testMapAny(transport, in test()
159 success &= testMapAny(transport, in test()
164 success &= testMapAny(transport, in test()
168 success &= testMapAny(transport, in test()
[all …]
H A DTestRemote.java45 XTransport transport = UnoRuntime.queryInterface( in run() local
47 return TestAny.test(transport, true); in run()
H A Dmakefile.mk74 $(SLO)$/transport.obj
/trunk/main/scripting/examples/java/Newsgroup/
H A DSender.java110 Transport transport = new NNTPTransport( session, new URLName( "news:" + newsgroup )); in sendMail() local
116 transport.connect( hostname, null, null ); in sendMail()
121 transport.sendMessage( message, message.getAllRecipients() ); in sendMail()
126 transport.close(); in sendMail()
/trunk/main/offapi/com/sun/star/document/
H A DAmbigousFilterRequest.idl44 transport this decision back to source of started interaction.
52 /** transport URL which couldn't be detected right
57 /** transport the pre selected filter
62 /** transport the real detected filter, which stands in conflict to the pre selected one
H A DNoSuchFilterRequest.idl43 of type <type>XInteractionFilterSelect</type> will transport this decision back to
56 /** transport URL which couldn't be detected
H A DXInteractionFilterSelect.idl44 of that can be this XInteractionFilterSelect. It will transport the decision back to
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug97697_Test.java68 XTransport transport = UnoRuntime.queryInterface( in run() local
71 transport.getAny(); in run()
H A DBug107753_Test.java64 XTransport transport = UnoRuntime.queryInterface( in run() local
75 Object obj3a = transport.getType1(); in run()
83 Object obj4a = transport.getType2(); in run()
/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/
H A Dproject.properties35 # Uncomment to specify the preferred debugger connection transport:
36 #debug.transport=dt_socket
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/
H A Dproject.properties36 # Uncomment to specify the preferred debugger connection transport:
37 #debug.transport=dt_socket
/trunk/main/offapi/com/sun/star/awt/
H A DXPopupMenu.idl126 <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
143 <p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
/trunk/main/offapi/com/sun/star/embed/
H A DXStorageRawAccess.idl123 This method allows to transport encrypted streams without decryption.
184 This method allows to transport encrypted streams without decryption.
/trunk/main/bean/test/
H A Dmakefile.mk79 …java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8100 -cp $(OFFICE_CLASSPATH) $(OOOBEAN… macro
/trunk/main/udkapi/com/sun/star/script/
H A DBasicErrorException.idl37 /** is thrown in order to transport an error to Basic.
/trunk/main/offapi/com/sun/star/task/
H A DErrorCodeRequest.idl37 It can be used to transport the error code information.
H A DErrorCodeIOException.idl37 It can be used to transport the error code information.
/trunk/main/offapi/com/sun/star/drawing/
H A DGraphicFilterRequest.idl37 It can be used to transport the error code information.
/trunk/main/bridges/test/
H A Dtestcomp.cxx346 ::test::TestTypes SAL_CALL OCallMe::transport( const ::test::TestTypes& types ) in transport() function in OCallMe
637 TestTypes retTypes = rRCallMe->transport( types ); in testAllTypes()
H A Dtestclient.java91 …public test.TestTypes transport( /*IN*/test.TestTypes types ) throws com.sun.star.uno.RuntimeExcep… in transport() method in MyCallMe
H A Dtest_bridge.idl59 TestTypes transport( [in] TestTypes types );
/trunk/main/udkapi/com/sun/star/lang/
H A DWrappedTargetRuntimeException.idl41 to transport an exception via interface-methods, that do not
/trunk/main/offapi/com/sun/star/rendering/
H A DCaret.idl31 to transport information regarding a text caret.<p>
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXTransferDataAccess.idl41 be used by the clipboard implementation to optimize data transport on
/trunk/main/offapi/com/sun/star/ucb/
H A DXProgressHandler.idl50 to <member>XProgressHandler::push</member> should be used to transport

Completed in 137 milliseconds

12345