/aoo42x/main/shell/source/backends/macbe/ |
H A D | macbackend.cxx | 142 *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 …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 53 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 …]
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpcontentprovider.cxx | 160 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 D | test_ftpurl.cxx | 46 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 D | ftpcontentprovider.hxx | 88 const rtl::OUString& port, 94 const rtl::OUString& port, 102 rtl::OUString port; member
|
H A D | ftphandleprovider.hxx | 37 const rtl::OUString& port, 43 const rtl::OUString& port,
|
/aoo42x/main/scripting/source/pyprov/ |
H A D | mailmerge.py | 102 port = xConnectionContext.getValueByName("Port") 104 out.write("Port: %d\n" % port) 120 self.server = smtplib.SMTP(server, port,timeout=tout) 304 port = xConnectionContext.getValueByName("Port") 306 out.write("Port: %d\n" % port) 312 self.server = imaplib.IMAP4_SSL(server, port) 314 self.server = imaplib.IMAP4(server, port) 373 port = xConnectionContext.getValueByName("Port") 375 out.write("Port: %s\n" % port) 381 self.server = poplib.POP3_SSL(server, port) [all …]
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/client/ |
H A D | CommunicationManager.java | 57 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()
|
/aoo42x/main/qadevOOo/tests/java/mod/_uuresolver/ |
H A D | UnoUrlResolver.java | 58 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()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/ |
H A D | ConnectionDescriptor.java | 52 port = Integer.valueOf(value).intValue(); in ConnectionDescriptor() 57 if (port < 0 || port > 65535) { in ConnectionDescriptor() 88 return port; 100 private int port = 6001;
|
/aoo42x/main/udkapi/com/sun/star/connection/ |
H A D | SocketPermission.idl | 45 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.
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | utils.java | 657 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()
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/localoffice/ |
H A D | LocalOfficeImpl.java | 77 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()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Dialogs/ |
H A D | DetailsDialog.java | 84 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()
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/ |
H A D | LocalOffice.java | 51 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
|
/aoo42x/main/extensions/test/pgp/ |
H A D | readme.txt | 11 Connection=socket,hamburg-11070,port=1111;iiop; 16 freely choosable port number. 30 java TestPGP "socket,host=localhost,port=1111"
|
/aoo42x/main/udkapi/com/sun/star/corba/iiop/ |
H A D | iiop.idl | 43 unsigned short port; 54 unsigned short port; 66 unsigned short port;
|
/aoo42x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXParagraph.java | 166 XInterface port = null; in createTestEnvironment() local 208 port = (XInterface) AnyConverter.toObject( in createTestEnvironment() 223 UnoRuntime.queryInterface(XPropertySet.class, port); in createTestEnvironment()
|
H A D | SwAccessiblePageView.java | 80 XInterface port = null; in createTestEnvironment() local 121 port = (XInterface) AnyConverter.toObject( in createTestEnvironment() 136 UnoRuntime.queryInterface(XPropertySet.class, port); in createTestEnvironment()
|
/aoo42x/main/shell/source/backends/kde4be/ |
H A D | kde4access.cxx | 160 sal_Int32 nPort = aProxy.port(); in getValue() 214 sal_Int32 nPort = aProxy.port(); in getValue() 268 sal_Int32 nPort = aProxy.port(); in getValue()
|
/aoo42x/main/shell/source/backends/kdebe/ |
H A D | kdeaccess.cxx | 156 sal_Int32 nPort = aProxy.port(); in getValue() 210 sal_Int32 nPort = aProxy.port(); in getValue() 264 sal_Int32 nPort = aProxy.port(); in getValue()
|
/aoo42x/main/offapi/com/sun/star/mail/ |
H A D | XMailServer.idl | 104 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.
|
/aoo42x/main/extensions/source/logging/ |
H A D | sysloghandler.cxx | 333 sal_Int32 port; in initialize() local 334 if ( !aTypedSettings.get_ensureType( "Port", port ) ) in initialize() 336 ::osl::SocketAddr address( host, port ); in initialize()
|
/aoo42x/ext_libraries/gtest/ |
H A D | use-own-tuple.patch | 1 --- misc/gtest-1.7.0/include/gtest/internal/gtest-port.h 2013-09-18 19:48:30.000000000 +0200 2 +++ misc/build/gtest-1.7.0/include/gtest/internal/gtest-port.h 2014-06-03 15:14:03.000000000 +0200
|
/aoo42x/main/qadevOOo/tests/java/mod/_uuresolver.uno/ |
H A D | UnoUrlResolver.java | 54 int port = util.utils.getNextFreePort(20004); in createTestEnvironment() local 55 tEnv.addObjRelation("PORT", new Integer(port)); in createTestEnvironment()
|