Home
last modified time | relevance | path

Searched refs:getClass (Results 76 – 100 of 247) sorted by relevance

12345678910

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DOfficeStyles.java82 if (obj == null || getClass() != obj.getClass()) in equals()
/aoo42x/main/sc/qa/complex/sc/
H A DCalcRTL.java432 new Type(((Any) oldValue).getClass()), in checkResult()
464 new Type(((Any) oldValue).getClass()), in checkResult()
495 new Type(((Any) oldValue).getClass()), in checkResult()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DFormat.java442 if (rhs.getClass() != this.getClass()) in isSubset()
/aoo42x/main/unotools/inc/unotools/
H A Datom.hxx86 void getClass( int atomClass, ::std::list< AtomDescription >& atoms ) const;
106 …star::uno::Sequence< ::com::sun::star::util::AtomDescription > SAL_CALL getClass( sal_Int32 atomCl…
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XHierarchicalPropertySet.java143 log.println("getting " + value.getClass()); in checkType()
151 log.println("getting " + value.getClass()); in checkType()
H A D_XMultiHierarchicalPropertySet.java138 log.println("getting " + value[k].getClass()); in checkType()
146 log.println("getting " + value[k].getClass()); in checkType()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java38 Field[] fields = getClass().getFields(); in writeConfiguration()
113 Field[] fields = getClass().getFields(); in readConfiguration()
/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContent.java104 System.out.println("Result: "+ result.getClass().toString()); in checkTransientDocumentsContent()
128 System.out.println("Result: "+ result.getClass().toString()); in checkTransientDocumentsContent()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelSupport.java128 ioe.getClass().getName() + ": "+ ioe.getMessage()); in deploy()
148 ioe.getClass().getName() + ": "+ ioe.getMessage()); in deploy()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/
H A DBridgeFactory.java138 …if(DEBUG) System.err.println("##### " + getClass().getName() + ".createBridge:" + sName + " " + sP… in createBridge()
167 …if(DEBUG) System.err.println("##### " + getClass().getName() + ".getBridge:" + sName + " " + xBrid… in getBridge()
/aoo42x/test/testgui/source/testlib/gui/
H A DSCTool.java234 if (!array.getClass().isArray()) in arrayToString()
243 } else if (el.getClass().isArray()) { in arrayToString()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java103 if (DEBUG) System.err.println("##### " + getClass().getName() + " - instantiated"); in PipedConnection()
262 return getClass().getName(); in getDescription()
/aoo42x/main/toolkit/test/accessibility/ov/
H A DStateSetView.java87 getClass(), in SetViewMode()
92 getClass(), in SetViewMode()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java126 return "Missing function name for " + this.getClass().getName(); in getName()
138 return "Missing function description for " + this.getClass().getName(); in getDescription()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_module.cxx460 static PyObject *getClass( PyObject *, PyObject *args ) in getClass() function
469 PyRef ret = getClass( pyString2ustring(obj), runtime ); in getClass()
722 {const_cast< char * >("getClass"), getClass, METH_VARARGS, NULL},
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java85 if (value.getClass().isArray()) in stringof()
121 else if (value.getClass().isArray()) in getBoolean()
/aoo42x/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java99 System.out.println(e.getClass().getName()); in checkXStringSubstitution()
171 System.out.println(e.getClass().getName()); in checkXStringSubstitution()
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java287 property.Value.getClass().getName()); in setAttribute()
439 System.err.println("*** ERROR *** " + e.getClass().getName() + in setAttribute()
443 property.Value.getClass().getName()); in setAttribute()
/aoo42x/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java420 String PackagePath = this.getClass().getPackage().getName().replace('.','/'); in getClassURL()
421 return this.getClass().getResource("/" + PackagePath +"/" + fileName); in getClassURL()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java282 } else if (value.getClass() == Object.class) { in writeAnyValue()
287 type = TypeDescription.getTypeDescription(value.getClass()); in writeAnyValue()
/aoo42x/main/forms/qa/integration/forms/
H A DMasterDetailForms.java162 …operateMasterAndWaitForDetailForm( loadMaster.getClass().getMethod( "load", new Class[] {} ), load… in checkMultipleKeys()
170 Method methodNext = m_masterResult.getClass().getMethod( "next" , new Class[] {} ); in checkMultipleKeys()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java53 t = new Type( object.getClass() ); in getType()
405 type = (null == object ? m_XInterface_type : new Type( object.getClass() )); in convertSimple()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java163 …throw new com.sun.star.uno.RuntimeException(getClass().getName() + " can not find a useable constr… in Factory()
402 String sName= getClass().getName(); in getImplementationId()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java127 if (o == null || getClass() != o.getClass()) in equals()
/aoo42x/main/qadevOOo/runner/util/
H A DValueChanger.java756 Class enumClass = oldValue.getClass() ; in changePValue()
867 if (oldValue.getClass().isArray()) { in changePValue()
869 Class arrType = oldValue.getClass().getComponentType() ; in changePValue()
908 Class clazz = oldValue.getClass() ; in changePValue()
954 System.out.println("ValueChanger don't know type " + oldValue.getClass()); in changePValue()
973 Class clazz = val.getClass() ; in isStructure()

Completed in 139 milliseconds

12345678910