Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 95) sorted by relevance

1234

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java37 static public Type getType( Object object ) in getType()
62 static public boolean isVoid(Object object){ in isVoid()
70 static public boolean isChar(Object object){ in isChar()
86 static public boolean isByte(Object object){ in isByte()
94 static public boolean isShort(Object object){ in isShort()
102 static public boolean isInt(Object object){ in isInt()
110 static public boolean isLong(Object object){ in isLong()
118 static public boolean isFloat(Object object){ in isFloat()
142 static public boolean isEnum(Object object) in isEnum()
151 static public boolean isType(Object object){ in isType()
[all …]
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DTestBridge.java52 public Object registerInterface(Object object, String oId[], Type type) { in registerInterface()
60 Object object = _hashtable.get(oid); in getRegisteredInterface() local
67 public String getRegisteredObjectIdentifier(Object object) { in getRegisteredObjectIdentifier()
79 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo()
89 public Object mapInterfaceFrom(Object object, Type type) { in mapInterfaceFrom()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DObjectArrayIterator.java119 public void replace(Object object) { in replace()
129 public void insert(Object object) { in insert()
152 public void append(Object object) { in append()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DIBridge.java50 Object mapInterfaceTo(Object object, Type type); in mapInterfaceTo()
60 Object mapInterfaceFrom(Object object, Type type); in mapInterfaceFrom()
H A DIEnvironment.java98 Object registerInterface(Object object, String[] oid, Type type); in registerInterface()
140 String getRegisteredObjectIdentifier(Object object); in getRegisteredObjectIdentifier()
H A DAny.java66 public Any(Class zInterface, Object object) { in Any()
74 public Any(Type type, Object object) { in Any()
H A DUnoRuntime.java109 public static String generateOid(Object object) { in generateOid()
145 public static Object queryInterface(Type type, Object object) { in queryInterface()
187 public static <T> T queryInterface(Class<T> zInterface, Object object) { in queryInterface()
648 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo()
652 public Object mapInterfaceFrom(Object object, Type type) { in mapInterfaceFrom()
684 public Object mapInterface(Object object, Type type) { in mapInterface()
H A DIMapping.java44 Object mapInterface(Object object, Type type); in mapInterface()
H A DIQueryInterface.java64 boolean isSame(Object object); in isSame()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java62 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface()
107 public String getRegisteredObjectIdentifier(Object object) { in getRegisteredObjectIdentifier()
155 Object object, String oid, Type type) in register()
271 String oid, Type type, Object object, ReferenceQueue queue) in Level2Entry()
299 private boolean isProxy(Object object) { in isProxy()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A Dremote_environment.java42 public Object registerInterface(Object object, String[] oid, Type type) { in registerInterface()
57 public String getRegisteredObjectIdentifier(Object object) { in getRegisteredObjectIdentifier()
/trunk/main/connectivity/source/inc/java/
H A DLocalRef.hxx56 LocalRef( JNIEnv& environment, T object ) in LocalRef()
74 void set( T object ) { reset(); m_object = object; } in set()
/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/
H A DLocalOfficeImpl.java96 Object object = null; in refreshStorage() local
134 Object object; in bootstrap() local
/trunk/main/pyuno/source/module/
H A Dpyuno_gc.cxx59 GCThread::GCThread( PyInterpreterState *interpreter, PyObject * object ) : in GCThread()
99 void decreaseRefCount( PyInterpreterState *interpreter, PyObject *object ) in decreaseRefCount()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx176 gboolean GtkSalObject::signalButton( GtkWidget*, GdkEventButton* pEvent, gpointer object ) in signalButton()
189 gboolean GtkSalObject::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer object ) in signalFocus()
200 void GtkSalObject::signalDestroy( GtkObject* pObj, gpointer object ) in signalDestroy()
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java150 public boolean isSame(Object object) { in isSame()
170 public boolean isSame(Object object) { in isSame()
183 public boolean isSame(Object object) { in isSame()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DIRenderer.java34 public String render(Object object); in render()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DExtensionVerifier.java51 public boolean verify(Object object) in verify()
H A DProcessStatusRenderer.java60 public String render(Object object) in render()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpComponent.java102 public void initialize( Object[] object ) in initialize()
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug110892_Test.java77 public void call(XServerObject server, XInterface object) { in call()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DCompHelper.java37 public static void disposeComponent(final Object object) { in disposeComponent()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java518 public boolean has( Object object ) in has()
537 public void insert( Object object ) in insert()
559 factoriesByImplNames.put( xServiceInfo.getImplementationName(), object ); in insert() local
588 public void remove( Object object ) in remove()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleExtendedComponent.java61 public _XAccessibleExtendedComponent(XInterface object/*, LogWriter log*/) { in _XAccessibleExtendedComponent()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java202 public RefHolder(Type type, Object object) { in RefHolder()
220 private final Object object; field in java_remote_bridge.RefHolder
378 public Object mapInterfaceTo(Object object, Type type) { in mapInterfaceTo()
422 Object object = _java_environment.getRegisteredInterface(oid, type); in mapInterfaceFrom() local

Completed in 79 milliseconds

1234