/trunk/main/io/ |
H A D | Library_acceptor.mk | 24 $(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 D | Package_xml.mk | 26 $(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 D | Acceptor.java | 121 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 D | XRemoteContentProviderConnectionControl.idl | 39 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 D | XRemoteContentProviderDoneListener.idl | 47 because the acceptor no longer needs them. 50 If null, all remote content providers added to any acceptor shall be
|
H A D | XRemoteContentProviderDistributor.idl | 58 /** Offer the local content broker to a remote content provider acceptor. 82 content provider acceptor.
|
/trunk/main/offapi/com/sun/star/auth/ |
H A D | XSSOManager.idl | 50 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 D | SSOManagerFactory.idl | 37 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 D | XSSOInitiatorContext.idl | 39 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 D | XSSOAcceptorContext.idl | 37 /** 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 D | XSSOContext.idl | 41 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 D | Acceptor.java | 86 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 D | Acceptor.java | 81 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 D | XLayoutManager.idl | 139 /** 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 D | XAcceptor.idl | 58 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 D | makefile.mk | 34 component/io/source/acceptor/acceptor \
|
/trunk/main/bridges/test/java_uno/nativethreadpool/ |
H A D | Relay.java | 56 final XAcceptor acceptor = Acceptor.create(context); in start() local 72 acceptor.accept("socket,host=127.0.0.1,port=3831"), in start()
|
H A D | makefile.mk | 87 $(REGCOMP) -register -r $@ -c acceptor.uno$(DLLPOST) \
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/ |
H A D | _XAcceptor.java | 138 XInterface acceptor = (XInterface) ((XMultiServiceFactory) in _accept() local 143 (XAcceptor.class, acceptor) ; in _accept()
|
/trunk/main/bridges/test/com/sun/star/lib/ |
H A D | TestBed.java | 163 XAcceptor acceptor = Acceptor.create(context); in run() local 175 XConnection connection = acceptor.accept( in run()
|
/trunk/main/bridges/test/java_uno/acquire/ |
H A D | TestAcquire.java | 179 XAcceptor acceptor = Acceptor.create(context); in execServer() local 186 XConnection connection = acceptor.accept( in execServer()
|
H A D | makefile.mk | 75 $(REGCOMP) -register -r $@ -c acceptor.uno$(DLLPOST) \
|
/trunk/main/postprocess/packcomponents/ |
H A D | makefile.mk | 87 component/io/source/acceptor/acceptor \
|
/trunk/main/desktop/source/offacc/ |
H A D | makefile.mk | 38 SLOFILES = $(SLO)$/acceptor.obj
|
/trunk/main/ |
H A D | Repository.mk | 245 acceptor \
|