/aoo42x/main/more_fonts/fonts/ |
H A D | fc_local.conf | 29 <accept> 31 </accept> 35 <accept> 37 </accept> 44 <accept> 46 </accept> 50 <accept> 52 </accept>
|
/aoo42x/main/udkapi/com/sun/star/connection/ |
H A D | SocketPermission.idl | 53 <li><code>accept</code></li> 65 SocketPermission("foo.bar.com:7777", "connect,accept"); 68 accept connections on that port. 72 SocketPermission("localhost:1024-", "accept,connect,listen"); 74 is granted, it allows that code to accept connections on, connect to, or listen 79 Granting code permission to accept or make connections to remote hosts may be
|
H A D | XAcceptor.idl | 34 /** allows to passively accept connection attempts from other processes. 41 // DocMerge from xml: method com::sun::star::connection::XAcceptor::accept 44 After a successful return, the method may be called again to accept 66 XConnection accept( [in] string sConnectionDescription ) 72 /** pushes acceptor out of the accept-call.
|
H A D | Acceptor.idl | 34 /** allows to accept connection attempts from another process. 38 connection type used in the connection string during accept()/connect() call.
|
/aoo42x/main/bridges/test/java_uno/acquire/ |
H A D | readme.txt | 5 > sleep 3 # wait for server to accept connection 10 > sleep 3 # wait for server to accept connection 15 > sleep 3 # wait for server to accept connection 20 > sleep 3 # wait for server to accept connection
|
/aoo42x/main/io/source/acceptor/ |
H A D | acceptor.cxx | 63 virtual Reference< XConnection > SAL_CALL accept( const OUString& sConnectionDescription ) 131 Reference< XConnection > OAcceptor::accept( const OUString &sConnectionDescription ) in accept() function in io_acceptor::OAcceptor 254 r = m_pPipe->accept(); in accept() 258 r = m_pSocket->accept(); in accept() 262 r = _xAcceptor->accept(sConnectionDescription); in accept()
|
H A D | acceptor.hxx | 40 ::com::sun::star::uno::Reference < ::com::sun::star::connection::XConnection > accept( ); 60 ::com::sun::star::uno::Reference < ::com::sun::star::connection::XConnection > accept();
|
H A D | acc_pipe.cxx | 177 Reference< XConnection > PipeAcceptor::accept( ) in accept() function in io_acceptor::PipeAcceptor 192 oslPipeError status = pipe.accept( pConn->m_pipe ); in accept()
|
/aoo42x/main/io/test/ |
H A D | testconnection.cxx | 95 m_rConnection = m_rAcceptor->accept( m_sConnectionDescription ); in run() 228 rAcceptor->accept( OUString() ); in main() 262 rAcceptor->accept( OUString::createFromAscii("socket,host=localhost,port=2001") ); in main()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | FileHelper.java | 455 public boolean accept( File pathname ) in getFileFilter() 505 public boolean accept( File pathname ) in getFileFilterPSorPDF() 530 public boolean accept( File pathname ) in getFileFilterJPEG() 555 public boolean accept( File pathname ) in getFileFilterINI()
|
/aoo42x/main/testgraphical/references/unxlngi/singletest/ |
H A D | tolerance.ini_ | 1 # This is the tolerance we will accept if there are problems 3 # accept=111
|
/aoo42x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 89 bool & accept, bool & decline); 156 const OUString & sName, const OUString& sLicense, bool & accept, bool &decline) in printLicense() argument 192 accept = true; in printLicense()
|
/aoo42x/main/xmlsecurity/test_docs/tools/ |
H A D | README.txt | 9 java -jar httpserv/dist/httpserv.jar --accept portnumber 18 java -jar <path_to_wherever_it_is>/httpserv.jar --accept 8000
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_dndcontext.cxx | 54 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrop() 89 m_rManager.accept( dragOperation, m_aDropWindow, m_nTimestamp ); in acceptDrag()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/ |
H A D | Acceptor.java | 111 public XConnection accept(String connectionDescription) throws in accept() method in Acceptor 133 return acc.accept(connectionDescription); in accept()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | CookiePolicy.idl | 37 /** Interactively accept or ignore each individual cookie request. 42 /** Generally accept all cookie requests.
|
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | RadioBut.ulf | 38 en-US = "I &do not accept the terms in the license agreement" 41 en-US = "I &accept the terms in the license agreement"
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/ |
H A D | socketAcceptor.java | 117 public XConnection accept(String connectionDescription) throws in accept() method in socketAcceptor 154 socket = serv.accept(); in accept()
|
/aoo42x/main/reportdesign/qa/complex/reportdesign/ |
H A D | runner.props | 29 …USERNAME}\\staroffice8\\program\\soffice.exe -norestore -nocrashreport -accept=socket,host=localh… 30 …ice8/program/soffice -norestore -nocrashreport -accept=socket,host=localh…
|
/aoo42x/main/offapi/com/sun/star/auth/ |
H A D | XSSOAcceptorContext.idl | 49 accept() should be called only once. Subsequent calls produce 62 sequence< byte > accept( [in] sequence< byte > Token )
|
/aoo42x/main/javainstaller2/src/Localization/ |
H A D | setupstrings.ulf | 94 en-US = "If you have read and accept all the terms of the entire Software License Agreement, click … 364 en-US = "Before you install this product, you must read and accept the entire Software License Agre… 367 en-US = "If you have read and accept all the terms of the entire Software License Agreement, click … 370 en-US = "If you do not accept all the terms of the Software License Agreement, click 'Decline' to e…
|
/aoo42x/main/scripting/examples/java/Newsgroup/ |
H A D | SubscribedNewsgroups.java | 364 public boolean accept(File aFile) in accept() method in DirFilter 373 public boolean accept(File aFile) in accept() method in VersionFilter
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | shells.src | 104 …Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reje…
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XCloseListener.idl | 52 <li>or accept that by deregister himself at this broadcaster.</li> 115 Now the listened object is closed really. Listener has to accept that;
|
/aoo42x/main/scripting/workben/installer/ |
H A D | InstUtil.java | 468 public boolean accept(File aFile) in accept() method in DirFilter 475 public boolean accept(File aFile) in accept() method in VersionFilter
|