/aoo4110/main/stoc/test/security/ |
H A D | test_security.policy | 7 permission com.sun.star.connection.SocketPermission "dbo-1:1024-", "listen"; 10 permission com.sun.star.connection.SocketPermission "dbo-11081:18", "listen"; 11 permission com.sun.star.connection.SocketPermission "dbo-11081:20-24", "listen"; 32 permission com.sun.star.connection.SocketPermission "127.0.0.1:-1023", "resolve, connect, listen"; 33 …permission com.sun.star.connection.SocketPermission "localhost:1024-", "accept, connect, listen, r…
|
/aoo4110/main/udkapi/com/sun/star/connection/ |
H A D | SocketPermission.idl | 55 <li><code>listen</code></li> 58 The <code>"listen"</code> action is only meaningful when used with <code>"localhost"</code>. 72 SocketPermission("localhost:1024-", "accept,connect,listen"); 74 is granted, it allows that code to accept connections on, connect to, or listen
|
/aoo4110/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 95 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 154 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 438 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 651 asAcceptorSocket.listen( 1 ); in send_recv2() 811 … CPPUNIT_ASSERT_MESSAGE("shutdown_002: listen fail", asSocket.listen( 1 ) == sal_True ); in shutdown_002() 864 … CPPUNIT_ASSERT_MESSAGE("shutdown_002: listen fail", asSocket.listen( 1 ) == sal_True ); in shutdown_003() 1133 if (! aSocket.listen( )) in send_Acceptor()
|
H A D | osl_Socket.cxx | 377 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 641 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 2010 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in getPeer_001() 2138 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in isRecvReady_001() 2202 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in isSendReady_001() 2567 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in enableNonBlockingMode_001() 2605 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in isNonBlockingMode_001() 2921 asAcceptorSocket.listen( 1 ); in send_recv2() 3245 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in connect_001() 3273 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in connect_002() [all …]
|
H A D | osl_AcceptorSocket.cxx | 93 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 239 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in listen_accept_001() 262 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in listen_accept_002()
|
H A D | osl_Socket2.cxx | 102 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in run() 675 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in getPeer_001() 803 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in isRecvReady_001() 867 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in isSendReady_001() 1232 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in enableNonBlockingMode_001() 1270 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in isNonBlockingMode_001()
|
H A D | osl_ConnectorSocket.cxx | 165 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in connect_001() 193 sal_Bool bOK2 = asAcceptorSocket.listen( 1 ); in connect_002()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindowData.cxx | 71 listen(); in DBG_NAME() 128 listen(); in init() 134 void OTableWindowData::listen() in listen() function in OTableWindowData
|
/aoo4110/main/linguistic/qa/complex/linguistic/ |
H A D | HangulHanjaConversion.java | 205 XEventListener listen = new EventListener(); in checkXConversionDictionaryList() local 206 dicList.addEventListener(listen); in checkXConversionDictionaryList() 209 dicList.removeEventListener(listen); in checkXConversionDictionaryList()
|
/aoo4110/main/cppuhelper/source/ |
H A D | component_context.cxx | 308 static inline void listen( 317 inline void DisposingForwarder::listen( in listen() function in cppu::DisposingForwarder 845 DisposingForwarder::listen( Reference< lang::XComponent >::query( xDelegate ), p ); in s_createComponentContext_v()
|
/aoo4110/main/xmlsecurity/test_docs/tools/ |
H A D | README.txt | 11 portnumber: an arbitrary port number to which the server should listen.
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XModeChangeListener.idl | 41 /** allows to listen for changes in an object's internal mode.
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XBorderResizeListener.idl | 40 /** allows to listen to border resize events of a controller.
|
H A D | FeatureStateEvent.idl | 67 Interest code should listen for <type>FrameActionEvent</type>
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | TableWindowData.hxx | 43 void listen();
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | XApproveActionListener.idl | 41 /** can be implemented to listen and probably veto actions to be performed on components.
|
H A D | XUpdateListener.idl | 41 /** used to listen on objects which allow updating their data.
|
H A D | XLoadListener.idl | 44 which want to listen to the data source that contains their database
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 105 if( listen( m_nSocket, 0 ) ) in SvpElementContainer()
|
/aoo4110/main/offapi/com/sun/star/sdb/application/ |
H A D | XCopyTableListener.idl | 40 /** specifies the interface required to listen for progress in copying
|
/aoo4110/main/sal/inc/osl/ |
H A D | socket_decl.hxx | 626 inline sal_Bool SAL_CALL listen(sal_Int32 MaxPendingConnections= -1);
|
/aoo4110/main/offapi/com/sun/star/chart2/data/ |
H A D | XDataReceiver.idl | 99 the attached data provider may listen for highlighting the
|
/aoo4110/main/sal/osl/unx/ |
H A D | pipe.c | 272 if ( listen(pPipe->m_Socket, 5) < 0 ) in osl_psz_createPipe()
|
/aoo4110/main/io/source/acceptor/ |
H A D | acc_socket.cxx | 369 if(! m_socket.listen() ) in init()
|
/aoo4110/main/automation/source/communi/ |
H A D | communi.cxx | 508 if ( !pAcceptorSocket->listen( nMaxConnections ) ) in run()
|