Home
last modified time | relevance | path

Searched refs:getClass (Results 151 – 175 of 247) sorted by relevance

12345678910

/aoo42x/main/qadevOOo/tests/java/ifc/text/
H A D_XPagePrintable.java69 String the_type = PrintSettings[i].Value.getClass().toString(); in _getPagePrintSettings()
H A D_XTextRangeCompare.java86 nameStr = this.getClass().getName(); in before()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java122 final Class interfaces[] = getClass().getInterfaces(); in getTypes()
133 return getClass().toString().getBytes(); in getImplementationId()
H A DApplicationController.java67 return getClass().getName(); in getTestObjectName()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxKeyDescriptor.java119 return getClass().getName(); in getImplementationName()
H A DSdbcxTableDescriptor.java115 return getClass().getName(); in getImplementationName()
H A DSdbcxColumnDescriptor.java200 return getClass().getName(); in getImplementationName()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java68 arTypes[countTypes++]= new Type(key.getClass()); in getContainedTypes()
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A DLanguageResolver.java67 ClassLoader cl = this.getClass().getClassLoader(); in LanguageResolver()
/aoo42x/main/svgio/inc/svgio/svgreader/
H A Dsvgnode.hxx172 const rtl::OUString* getClass() const { return mpClass; } in getClass() function in svgio::svgreader::SvgNode
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOCatalog.java79 return getClass().getName(); in getImplementationName()
H A DOView.java115 return getClass().getName(); in getImplementationName()
H A DOIndex.java101 return getClass().getName(); in getImplementationName()
H A DOKey.java142 return getClass().getName(); in getImplementationName()
H A DOTable.java121 return getClass().getName(); in getImplementationName()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DPluginFactoryImpl.java146 Class c = this.getClass(); in getDeviceFileExtension()
/aoo42x/main/qadevOOo/runner/helper/
H A DCfgParser.java145 java.net.URL url = this.getClass().getResource("/" + name); in getProperties()
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java60 Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader()); in SOFunctionManager()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DLogger.java87 return getLogger(obj instanceof Class ? ((Class) obj).getName() : obj.getClass().getName()); in getLogger()
/aoo42x/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java110 return new JavaFormatter(this.getClass()); in createFormatter()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XFunction.java116 gotreturntype = ret.getClass().getName(); in runInvokeTest()
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java156 return ((obj != null) && obj.getClass().equals(WikiProtocolSocketFactory.class)); in equals()
/aoo42x/main/ucb/test/com/sun/star/comp/ucb/
H A DGlobalTransfer_Test.java61 return getClass().getName(); in getTestObjectName()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java70 Class c = new Debug().getClass();
/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContentProvider.java115 System.out.println("Result: "+ result.getClass().toString()); in checkTransientDocumentsContentProvider()

Completed in 89 milliseconds

12345678910