| /AOO41X/main/cli_ure/source/uno_bridge/ |
| H A D | cli_environment.cxx | 45 inline System::String* Cli_environment::createKey(System::String* oid, System::Type* t) in createKey() 66 System::Object* obj, System::String* oid) in registerInterface() 78 System::Object* obj, System::String* oid, System::Type* type) in registerInterface() 92 void Cli_environment::revokeInterface(System::String* oid, System::Type* type) in revokeInterface() 113 inline void Cli_environment::revokeInterface(System::String* oid) in revokeInterface() 118 System::Object* Cli_environment::getRegisteredInterface(System::String* oid, in getRegisteredInterface()
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/environments/java/ |
| H A D | java_environment.java | 62 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface() 78 public void revokeInterface(String oid, Type type) { in revokeInterface() 92 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface() 155 Object object, String oid, Type type) in register() 188 public synchronized boolean revoke(String oid, Type type) { in revoke() 201 public synchronized Object get(String oid, Type type) { in get() 232 private void removeLevel2Entry(Level1Entry l1, String oid, Type type) { in removeLevel2Entry() 271 String oid, Type type, Object object, ReferenceQueue queue) in Level2Entry() 288 public final String oid; field in java_environment.Registry.Level2Entry
|
| /AOO41X/main/ridljar/com/sun/star/uno/ |
| H A D | IEnvironment.java | 98 Object registerInterface(Object object, String[] oid, Type type); in registerInterface() 122 void revokeInterface(String oid, Type type); in revokeInterface() 132 Object getRegisteredInterface(String oid, Type type); in getRegisteredInterface()
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/environments/remote/ |
| H A D | remote_environment.java | 42 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface() 47 public void revokeInterface(String oid, Type type) { in revokeInterface() 52 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface()
|
| H A D | IProtocol.java | 79 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest()
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | java_remote_bridge.java | 108 String oid = msg.getObjectId(); in run() local 227 private boolean hasRefHolder(String oid, Type type) { in hasRefHolder() 242 final void addRefHolder(Object obj, Type type, String oid) { in addRefHolder() 264 final void remRefHolder(Type type, String oid) { in remRefHolder() 293 String oid = (String) e.getKey(); in freeHolders() local 383 String[] oid = new String[1]; in mapInterfaceTo() local 421 String oid = (String) oId; in mapInterfaceFrom() local 615 String oid, Type type, String operation, Object[] params) in sendRequest() 663 String oid, Type type, String operation, Object[] arguments) in sendInternalRequest()
|
| H A D | ProxyFactory.java | 48 public Object create(String oid, Type type) { in create() 94 public Handler(String oid, Type type) { in Handler() 159 private final String oid; field in ProxyFactory.Handler
|
| H A D | RequestHandler.java | 35 Object sendRequest(String oid, Type type, String operation, Object[] args) in sendRequest()
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
| H A D | TestBridge.java | 59 public Object getRegisteredInterface(String oid, Type type) { in getRegisteredInterface() 83 String oid = ">" + object.toString() + type.toString() + "<"; in mapInterfaceTo() local 90 String oid = (String)object; in mapInterfaceFrom() local
|
| /AOO41X/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
| H A D | AccessibilityModel.java | 108 String oid = UnoRuntime.generateOid(xAccessible); in putNode() local 121 String oid = UnoRuntime.generateOid(xAccessible); in findNode() local 134 String oid = UnoRuntime.generateOid(xAccessible); in removeNode() local
|
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | ProxyProvider.java | 75 String oid; field in Proxy 77 Proxy(String oid, Type t) { in Proxy()
|
| /AOO41X/main/binaryurp/source/ |
| H A D | bridge.cxx | 327 rtl::OUString const & oid, css::uno::TypeDescription const & type) in registerIncomingInterface() 368 rtl::OUString oid; in registerOutgoingInterface() local 411 rtl::OUString const & oid, css::uno::TypeDescription const & type) in findStub() 433 rtl::OUString const & oid, css::uno::TypeDescription const & type) in releaseStub() 545 rtl::OUString const & oid, css::uno::TypeDescription const & member, in makeCall() 775 rtl::OUString const & oid, css::uno::TypeDescription const & type) const in isProtocolPropertiesRequest() 917 rtl::OUString const & oid, css::uno::TypeDescription const & type) in makeReleaseCall() 930 rtl::ByteSequence const & tid, rtl::OUString const & oid, in sendRequest()
|
| H A D | writer.cxx | 49 bool isProtocolPropertyMessage(rtl::OUString const & oid) { in isProtocolPropertyMessage() 87 rtl::ByteSequence const & tid, rtl::OUString const & oid, in sendDirectRequest() 108 rtl::ByteSequence const & tid, rtl::OUString const & oid, in queueRequest() 207 rtl::ByteSequence const & tid, rtl::OUString const & oid, in sendRequest()
|
| H A D | proxy.cxx | 72 rtl::Reference< Bridge > const & bridge, rtl::OUString const & oid, in Proxy() 135 css::uno::UnoInterfaceReference const & object, rtl::OUString * oid) in isProxy()
|
| /AOO41X/main/xmlsecurity/source/xmlsec/mscrypt/ |
| H A D | oid.hxx | 30 char *oid; member
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/java/ |
| H A D | java_environment_Test.java | 43 String[] oid = new String[1]; in test() local
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | java_remote_bridge_Test.java | 215 public TestProxy(String oid) { in TestProxy() 243 private final String oid; field in java_remote_bridge_Test.TestProxy
|
| H A D | ProxyFactory_Test.java | 103 public Object sendRequest(String oid, Type type, String operation, in sendRequest()
|
| /AOO41X/main/scripting/java/com/sun/star/script/framework/provider/ |
| H A D | PathUtils.java | 49 String oid = new String(""); in getOidForModel() local
|
| /AOO41X/main/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/ |
| H A D | JNI_proxy.java | 99 long receiver_handle, long td_handle, Type type, String oid ) in JNI_proxy() 113 long receiver_handle, long td_handle, Type type, String oid, in create()
|
| /AOO41X/main/bridges/inc/bridges/cpp_uno/shared/ |
| H A D | cppinterfaceproxy.hxx | 92 rtl::OUString oid; member in bridges::cpp_uno::shared::CppInterfaceProxy
|
| H A D | unointerfaceproxy.hxx | 96 rtl::OUString oid; member in bridges::cpp_uno::shared::UnoInterfaceProxy
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
| H A D | TestMessage.java | 40 …TestMessage(boolean synchron, ITypeDescription iTypeDescription, String oid, ThreadId threadId, Ob… in TestMessage()
|
| /AOO41X/main/bridges/source/jni_uno/ |
| H A D | jni_uno2java.cxx | 444 jobject javaI, jstring jo_oid, OUString const & oid, in UNO_proxy() 510 OUString oid( jstring_to_oustring( jni, (jstring) jo_oid.get() ) ); in map_to_uno() local 752 OUString oid( jstring_to_oustring( in UNO_proxy_dispatch() local
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
| H A D | urp.java | 118 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest() 475 boolean internal, String oid, TypeDescription type, String function, in writeRequest() 496 boolean internal, String oid, TypeDescription type, in writeRequest()
|