Home
last modified time | relevance | path

Searched refs:acceptor (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/io/
H A DLibrary_acceptor.mk24 $(eval $(call gb_Library_Library,acceptor))
26 $(eval $(call gb_Library_add_precompiled_header,acceptor,$(SRCDIR)/io/inc/pch/precompiled_io))
28 $(eval $(call gb_Library_set_componentfile,acceptor,io/source/acceptor/acceptor))
30 $(eval $(call gb_Library_set_include,acceptor,\
35 $(eval $(call gb_Library_add_api,acceptor,\
39 $(eval $(call gb_Library_add_linked_libs,acceptor,\
48 $(eval $(call gb_Library_add_exception_objects,acceptor,\
49 io/source/acceptor/acc_pipe \
50 io/source/acceptor/acc_socket \
51 io/source/acceptor/acceptor \
H A DPackage_xml.mk26 $(eval $(call gb_Package_add_file,io_xml,xml/acceptor.xml,acceptor/acceptor.xml))
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DAcceptor.java121 if (acceptor == null) { in accept()
122 acceptor = (XAcceptor) Implementation.getConnectionService( in accept()
131 acc = acceptor; in accept()
140 acc = acceptor; in stopAccepting()
149 private XAcceptor acceptor = null; field in Acceptor
/trunk/main/offapi/com/sun/star/ucb/
H A DXRemoteContentProviderConnectionControl.idl39 provider distributor and acceptor gets lost.
53 the remote content provider acceptor's side.
57 the token will drop, which the remote content provider acceptor can
61 The remote content provider acceptor on the other side of the
65 Some object implemented on the remote content provider acceptor's side
H A DXRemoteContentProviderDoneListener.idl47 because the acceptor no longer needs them.
50 If null, all remote content providers added to any acceptor shall be
H A DXRemoteContentProviderDistributor.idl58 /** Offer the local content broker to a remote content provider acceptor.
82 content provider acceptor.
/trunk/main/offapi/com/sun/star/auth/
H A DXSSOManager.idl50 the initiator/source side and the acceptor/target side.
72 the name of the target/acceptor side principal to which the source
91 /** creates an acceptor side security context.
94 the name of the acceptor side principal.
97 the newly created acceptor side context.
H A DSSOManagerFactory.idl37 initiator ) and a network service ( target or acceptor ). This is
48 acceptor security context, <type>XSSOAcceptorContext</type>
51 security tokens received from the acceptor side and to create
52 security tokens to send to the acceptor side. On the acceptor side,
H A DXSSOInitiatorContext.idl39 an acceptor and to authenticate any token sent back in response.
45 /** initialises an SSO Token to send to the acceptor side and
46 authenticates an SSO Token returned by the acceptor if the
55 the SSO token received from the acceptor side in response to an
61 the sequence of bytes to be sent to the acceptor side as part of
H A DXSSOAcceptorContext.idl37 /** represents an acceptor side security context.
40 sent back to the initiator so that it can authenticate the acceptor.
57 authentication of the acceptor side, if mutual authentication is
H A DXSSOContext.idl41 In the case of an acceptor side security context, the source principal
49 /** retrieves the principal name of the target/acceptor of the context.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_acceptor/
H A DAcceptor.java86 XInterface acceptor = null; in createTestEnvironment() local
89 acceptor = (XInterface) in createTestEnvironment()
99 oObj = acceptor; in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_acceptor.uno/
H A DAcceptor.java81 XInterface acceptor = null; in createTestEnvironment() local
84 acceptor = (XInterface) in createTestEnvironment()
94 oObj = acceptor; in createTestEnvironment()
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManager.idl139 /** retrieves the current docking area acceptor that controls the border space of the frame's
143 … current docking area acceptor which controls the border space of frame's container window.
146 A docking area acceptor retrieved by this method is owned by the layout manager. It is not
152 /** sets a docking area acceptor that controls the border space of the frame's container window.
155 a docking area acceptor which controls the border space of frame's container window.
158 A docking area acceptor decides if the layout manager can use requested border space for
159 docking windows. If the acceptor denies the requested space the layout manager automatically
161 After setting a docking area acceptor the object is owned by the layout manager. It is not
/trunk/main/udkapi/com/sun/star/connection/
H A DXAcceptor.idl58 Only one acceptor-thread per instance allowed.
60 Problems during setting up the acceptor.
72 /** pushes acceptor out of the accept-call.
/trunk/main/ure/source/
H A Dmakefile.mk34 component/io/source/acceptor/acceptor \
/trunk/main/bridges/test/java_uno/nativethreadpool/
H A DRelay.java56 final XAcceptor acceptor = Acceptor.create(context); in start() local
72 acceptor.accept("socket,host=127.0.0.1,port=3831"), in start()
H A Dmakefile.mk87 $(REGCOMP) -register -r $@ -c acceptor.uno$(DLLPOST) \
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/
H A D_XAcceptor.java138 XInterface acceptor = (XInterface) ((XMultiServiceFactory) in _accept() local
143 (XAcceptor.class, acceptor) ; in _accept()
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java163 XAcceptor acceptor = Acceptor.create(context); in run() local
175 XConnection connection = acceptor.accept( in run()
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java179 XAcceptor acceptor = Acceptor.create(context); in execServer() local
186 XConnection connection = acceptor.accept( in execServer()
H A Dmakefile.mk75 $(REGCOMP) -register -r $@ -c acceptor.uno$(DLLPOST) \
/trunk/main/postprocess/packcomponents/
H A Dmakefile.mk87 component/io/source/acceptor/acceptor \
/trunk/main/desktop/source/offacc/
H A Dmakefile.mk38 SLOFILES = $(SLO)$/acceptor.obj
/trunk/main/
H A DRepository.mk244 acceptor \

Completed in 75 milliseconds

12