Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 123) sorted by relevance

12345

/aoo41x/main/shell/source/backends/macbe/
H A Dmacbackend.cxx142 *port = (UInt16) portInt; in GetProxySetting()
150 *port = 0; in GetProxySetting()
260 UInt16 port; in getPropertyValue() local
284 UInt16 port; in getPropertyValue() local
291 aFtpProxy.Port = port; in getPropertyValue()
308 UInt16 port; in getPropertyValue() local
332 UInt16 port; in getPropertyValue() local
339 aHttpProxy.Port = port; in getPropertyValue()
356 UInt16 port; in getPropertyValue() local
380 UInt16 port; in getPropertyValue() local
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XURLTransformer.java53 final static String port = "8080"; field in _XURLTransformer
60 + server + ":" + port + path
80 url[0].Port = new Integer(port).shortValue(); in _assemble()
86 port + path + "/" + name; in _assemble()
107 url[0].Port = new Integer(port).shortValue(); in _assemble()
111 port + path + "/" + name; in _assemble()
175 log.println("expected : " + port); in _parseStrict()
246 log.println("expected : " + port); in _parseStrict()
315 log.println("expected : " + port); in _parseSmart()
348 port + path + "/" + name; in _parseSmart()
[all …]
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpcontentprovider.cxx160 aURL.port().toInt32())) in queryContent()
199 const rtl::OUString& port, in forHost() argument
207 port == m_ServerInfo[i].port && in forHost()
221 const rtl::OUString& port, in setHost() argument
228 inf.port = port; in setHost()
237 port == m_ServerInfo[i].port && in setHost()
H A Dtest_ftpurl.cxx46 rtl::OUString port; member
71 const rtl::OUString& port, in forHost() argument
78 port == m_ServerInfo[i].port && in forHost()
89 const rtl::OUString& port, in setHost() argument
96 inf.port = port; in setHost()
104 port == m_ServerInfo[i].port) { in setHost()
H A Dftpcontentprovider.hxx88 const rtl::OUString& port,
94 const rtl::OUString& port,
102 rtl::OUString port; member
H A Dftphandleprovider.hxx37 const rtl::OUString& port,
43 const rtl::OUString& port,
/aoo41x/main/qadevOOo/tests/java/mod/_uuresolver/
H A DUnoUrlResolver.java58 int port = 20004; in createTestEnvironment() local
60 port = 20004; in createTestEnvironment()
62 port = 20004; in createTestEnvironment()
64 port = 30004; in createTestEnvironment()
66 port = 20006; in createTestEnvironment()
68 tEnv.addObjRelation("PORT", new Integer(port)); in createTestEnvironment()
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java57 private int port = DEFAULT_PORT; field in CommunicationManager
76 port = Integer.parseInt(portValue); in CommunicationManager()
87 public CommunicationManager(String host, int port) { in CommunicationManager() argument
89 this.port = port; in CommunicationManager()
202 socket.connect(new InetSocketAddress(host, port)); in connect()
230 …hrow new CommunicationException("Failed to connect to automation server on: " + host + ":" + port); in start()
/aoo41x/main/scripting/source/pyprov/
H A Dmailmerge.py102 port = xConnectionContext.getValueByName("Port")
104 out.write("Port: %d\n" % port)
114 self.server = smtplib.SMTP(server, port,timeout=tout)
299 port = xConnectionContext.getValueByName("Port")
301 out.write("Port: %d\n" % port)
307 self.server = imaplib.IMAP4_SSL(server, port)
309 self.server = imaplib.IMAP4(server, port)
368 port = xConnectionContext.getValueByName("Port")
370 out.write("Port: %s\n" % port)
376 self.server = poplib.POP3_SSL(server, port)
[all …]
/aoo41x/main/jurt/com/sun/star/lib/connections/socket/
H A DConnectionDescriptor.java52 port = Integer.valueOf(value).intValue(); in ConnectionDescriptor()
57 if (port < 0 || port > 65535) { in ConnectionDescriptor()
88 return port;
100 private int port = 6001;
/aoo41x/main/udkapi/com/sun/star/connection/
H A DSocketPermission.idl45 The port or portrange is optional. A port specification of the form <code>"N-"</code>,
46 where <code>N</code> is a port number, signifies all ports numbered <code>N</code> and above,
67 is granted, it allows to connect to port 7777 on foo.bar.com, and to
68 accept connections on that port.
75 on any port between 1024 and 65535 on the local host.
/aoo41x/main/qadevOOo/runner/util/
H A Dutils.java657 for (int port = startPort; port < 65536; port++) { in getNextFreePort()
658 System.out.println("Scan port " + port); in getNextFreePort()
662 ServerSocket sSock = new ServerSocket(port); in getNextFreePort()
665 System.out.println(" -> server: occupied port " + port); in getNextFreePort()
671 Socket sock = new Socket("localhost", port); in getNextFreePort()
672 System.out.println(" -> socket: occupied port: " + port); in getNextFreePort()
675 return port; in getNextFreePort()
/aoo41x/main/scripting/java/org/openoffice/idesupport/localoffice/
H A DLocalOfficeImpl.java77 protected void connect(String officePath, int port) in connect() argument
82 bootstrap(port); in connect()
131 private void bootstrap(int port) in bootstrap() argument
139 port + in bootstrap()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/
H A DDetailsDialog.java84 JViewport port = editorScrollPane.getViewport(); in DetailsDialog() local
85 port.getVisibleRect().setLocation(0,0); in DetailsDialog()
86 if ( data.useRtl() ) { port.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); } in DetailsDialog()
87 editorScrollPane.setViewport(port); in DetailsDialog()
/aoo41x/main/scripting/java/org/openoffice/idesupport/
H A DLocalOffice.java51 ClassLoader parent, String officePath, int port) in create() argument
71 office.connect(officePath, port); in create()
85 protected void connect(String officePath, int port) in connect() argument
/aoo41x/main/extensions/test/pgp/
H A Dreadme.txt11 Connection=socket,hamburg-11070,port=1111;iiop;
16 freely choosable port number.
30 java TestPGP "socket,host=localhost,port=1111"
/aoo41x/main/udkapi/com/sun/star/corba/iiop/
H A Diiop.idl43 unsigned short port;
54 unsigned short port;
66 unsigned short port;
/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfUri.cxx106 if ( !mAprUri.port ) in SerfUri()
108 mAprUri.port = apr_uri_port_of_scheme( mAprUri.scheme ); in SerfUri()
125 mPort = pUri->port; in init()
/aoo41x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXParagraph.java166 XInterface port = null; in createTestEnvironment() local
208 port = (XInterface) AnyConverter.toObject( in createTestEnvironment()
223 UnoRuntime.queryInterface(XPropertySet.class, port); in createTestEnvironment()
H A DSwAccessiblePageView.java80 XInterface port = null; in createTestEnvironment() local
121 port = (XInterface) AnyConverter.toObject( in createTestEnvironment()
136 UnoRuntime.queryInterface(XPropertySet.class, port); in createTestEnvironment()
/aoo41x/main/shell/source/backends/kde4be/
H A Dkde4access.cxx160 sal_Int32 nPort = aProxy.port(); in getValue()
214 sal_Int32 nPort = aProxy.port(); in getValue()
268 sal_Int32 nPort = aProxy.port(); in getValue()
/aoo41x/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx156 sal_Int32 nPort = aProxy.port(); in getValue()
210 sal_Int32 nPort = aProxy.port(); in getValue()
264 sal_Int32 nPort = aProxy.port(); in getValue()
/aoo41x/main/offapi/com/sun/star/mail/
H A DXMailServer.idl104 The port number that will be used to connect to the mail server.
105 If no port number has been set the default port number 25 will
198 because the mail server is not listening on the remote address/port.
/aoo41x/main/qadevOOo/tests/java/mod/_uuresolver.uno/
H A DUnoUrlResolver.java54 int port = util.utils.getNextFreePort(20004); in createTestEnvironment() local
55 tEnv.addObjRelation("PORT", new Integer(port)); in createTestEnvironment()
/aoo41x/main/udkapi/com/sun/star/io/
H A DConnectException.idl38 socket to a remote address and port. Typically, the connection
40 address/port).

Completed in 124 milliseconds

12345