Home
last modified time | relevance | path

Searched refs:getClass (Results 26 – 50 of 247) sorted by relevance

12345678910

/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java42 return getClass().getName(); in getTestObjectName()
194 getClass().getName() + ", throwing: " + name); in getInstance()
197 getClass().getName() + ", throwing: " + name); in getInstance()
234 synchronized (getClass()) { in function() method
H A DProxyFactory_Test.java39 return getClass().getName(); in getTestObjectName()
60 proxy.getClass().getMethod("queryInterface", in testExceptionHandling()
70 proxy.getClass().getMethod("getRegisteredObject", in testExceptionHandling()
/trunk/main/pyuno/source/module/
H A Dpyuno_except.cxx51 PyRef type( getClass( anyExc.getValueType().getTypeName(),runtime ) ); in raisePyExceptionWithAny()
122 base = getClass( pDesc->pBaseTypeDescription->aBase.pTypeName, runtime ); in createClass()
134 base = getClass( pDesc->pBaseTypeDescription->aBase.pTypeName, runtime ); in createClass()
227 PyRef getClass( const OUString & name , const Runtime &runtime) in getClass() function
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java385 if (_oUnoObject.getClass().isArray()){ in addPropertySetInfoNodesToTreeNode()
398 if (_oUnoObject.getClass().isArray()){ in addPrimitiveValuesToTreeNode()
399 if (!_oUnoObject.getClass().getComponentType().isPrimitive()){ in addPrimitiveValuesToTreeNode()
430 String sObjectClassName = object[i].getClass().getName(); in addPropertyValueSubNodes()
470 if ( oUnoObject.getClass().isArray()){ in expandNode()
519 if ( oUnoObject.getClass().isArray()){ in expandNode()
H A DIntrospector.java322 breturn = isObjectPrimitive(_oUnoObject.getClass(), aType.getTypeClass()); in isObjectPrimitive()
516 if (_oUnoObject.getClass().isArray()){ in isOfUnoType()
517 if (!_oUnoObject.getClass().getComponentType().isPrimitive()){ in isOfUnoType()
520 bIsUnoObject = ( oUnoArray[0].getClass().getName().equals(_sTypeName)); in isOfUnoType()
526 bIsUnoObject = (_oUnoObject.getClass().getName().equals(_sTypeName)); in isOfUnoType()
566 return _oObject.getClass().isArray(); in isArray()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiMethodTest.java274 String clsName = this.getClass().getName(); in getTestedClassName()
458 return this.getClass().getDeclaredMethod(mName, paramTypes); in getMethodFor()
471 String clName = this.getClass().getName(); in getInterfaceName()
487 objField = this.getClass().getField(fieldName); in setField()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java57 Field f = owner.getClass().getField(fieldname); in getFieldValueFor()
60 Class c2 = value.getClass(); in getFieldValueFor()
443 … throw new IllegalArgumentException("Can't convert value to double." + value.getClass().getName()); in toDouble()
467 …throw new IllegalArgumentException("Can't convert value to boolean." + value.getClass().getName()); in toBoolean()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java171 propField= getClass().getDeclaredField(memberName); in registerProperty()
629 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue()
681 convObj= new Any(new Type(setVal.getClass()), setVal); in convertPropertyValue()
713 || obj.getClass().isArray()) in checkType()
809 Field propField= getClass().getDeclaredField(sMember); in setPropertyValueNoBroadcast()
843 Field propField= getClass().getDeclaredField(sMember); in getPropertyValue()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentDeserializerImpl.java326 if (data[i].getClass() == WsePara.class) { in buildDocument()
338 && (data[i+1].getClass() == WseTextRun.class)) in buildDocument()
391 } else if (data[i].getClass() == WseTextRun.class) { in buildDocument()
441 else if (data[i].getClass() == WseFontTable.class) { in buildDocument()
445 else if (data[i].getClass() == WseColorTable.class) { in buildDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DAttributeList.java65 return getClass().getName(); in getImplementationName()
115 Class interfaces[] = getClass().getInterfaces(); in getTypes()
116 Class superInterfaces[] = getClass().getSuperclass().getInterfaces(); in getTypes()
H A DDispatchProviderInterceptor.java73 Class interfaces[] = getClass().getInterfaces(); in getTypes()
104 return getClass().getName(); in getImplementationName()
182 Class interfaces[] = getClass().getInterfaces(); in getTypes()
H A DFilter.java87 Class interfaces[] = getClass().getInterfaces(); in getTypes()
117 return getClass().getName(); in getImplementationName()
202 Class interfaces[] = getClass().getInterfaces(); in getTypes()
H A DConnector.java87 Class interfaces[] = getClass().getInterfaces(); in getTypes()
117 return getClass().getName(); in getImplementationName()
217 Class interfaces[] = getClass().getInterfaces(); in getTypes()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java228 result.getClass().getName().equals( "org.mozilla.javascript.Undefined" ) ) in invoke()
292 … LogUtils.DEBUG( "Caught JavaScriptException exception for JavaScript type = " + jse.getClass() ); in invoke()
297 LogUtils.DEBUG( "\t wrapped type " + wrap.getClass() ); in invoke()
304 se.exceptionType = wrap.getClass().getName(); in invoke()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java402 this.getClass()); in getResolved()
410 this.getClass()); in getResolved()
520 if (!this.getClass().isAssignableFrom(style.getClass())) in isSubset()
H A DTextStyle.java385 this.getClass()); in getResolved()
394 null, this.getClass()); in getResolved()
533 if (style.getClass() != this.getClass()) in isSubset()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DMasterPageFactory.java71 if (o == null || getClass() != o.getClass()) in equals()
159 if (o == null || getClass() != o.getClass()) in equals()
/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java2115 } else if (o1.getClass().isArray()) { in equalValues()
2116 if (!(o2 != null && o1.getClass() == o2.getClass() in equalValues()
2173 return o2 != null && o2.getClass() == clazz; in equal()
2189 return obj != null && obj.getClass() == Enum1.class; in equals()
2195 return obj != null && obj.getClass() == Enum2.class; in equals()
2201 return obj != null && obj.getClass() == BaseStruct.class; in equals()
2207 return obj != null && obj.getClass() == DerivedStruct.class; in equals()
2219 return obj != null && obj.getClass() == BaseException.class; in equals()
2231 return obj != null && obj.getClass() == DerivedException.class; in equals()
2246 && obj.getClass() == BaseRuntimeException.class; in equals()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicHandler.java313 "BasicBridge returns wrong type: " + res.getClass()); in perform()
315 "BasicBridge returns wrong type: " + res.getClass()); in perform()
350 return getClass().getName(); in getImplementationName()
549 Class interfaces[] = getClass().getInterfaces(); in getTypes()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java164 if ( aDate.getClass().equals( Class.forName( "java.util.Date" ) ) ) in translateDate()
174 else if ( aDate.getClass().equals( Class.forName( "java.lang.Integer" ) ) ) in translateDate()
203 if ( !aDate.getClass().equals( Class.forName( "java.util.Date" ) ) ) in getOdbcDate()
206 if ( aDate.getClass().equals( Class.forName( "java.util.Date" ) ) ) in getOdbcDate()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java98 Class clazz = doc.getClass(); in write()
117 ClassLoader cl = this.getClass().getClassLoader(); in write()
163 method = impl.getClass().getMethod("serialize", in write()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java99 if (getClass() != obj.getClass()) in equals()
305 parameter[2] = out.getClass(); in getFieldsByCommandDescriptor()
309 tools.getClass().getMethod("getFieldsByCommandDescriptor", parameter); in getFieldsByCommandDescriptor()
331 final Method call = tools.getClass().getMethod("getComposer", parameter); in getComposer()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java50 getClass().getClassLoader(), in create()
57 if (Proxy.isProxyClass(obj.getClass())) { in isProxy()
66 if (Proxy.isProxyClass(obj.getClass())) { in getBridge()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java81 Class clazz = arProp.getClass(); in start()
85 String.class, arProp.getClass() }); in start()
108 Method methStop = m_objBean.getClass().getMethod( in stop()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java89 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in loadSubComponent()
93 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in loadSubComponent()
97 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in loadSubComponent()

Completed in 147 milliseconds

12345678910