Home
last modified time | relevance | path

Searched refs:getClass (Results 176 – 200 of 247) sorted by relevance

12345678910

/aoo42x/main/odk/examples/java/Inspector/
H A DUnoMethodNode.java206 return Introspector.isObjectPrimitive(m_xIdlMethod.getClass(), getTypeClass()); in isPrimitive()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java175 … && (o.getClass().getName().equals("org.openoffice.setup.SetupData.DisplayPackageDescription")); in is()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java75 …if (DEBUG) System.err.println("##### " + getClass().getName() + " - instantiated " + description ); in PipeConnection()
/aoo42x/main/l10ntools/source/filter/utils/
H A DConfigHelper.java87 java.lang.ClassLoader aLoader = getClass().getClassLoader(); in ConfigHelper()
/aoo42x/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java31 return getClass().getName(); in getTestObjectName()
/aoo42x/main/qadevOOo/tests/java/ifc/util/
H A D_XImportable.java157 Type ValueType = new Type(props[i].Value.getClass()); in checkPropertyTypes()
/aoo42x/main/odk/examples/java/PropertySet/
H A DPropTest.java216 return getClass().getName(); in getImplementationName()
/aoo42x/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java175 return getClass().getName(); in getImplementationName()
/aoo42x/main/qadevOOo/runner/lib/
H A DParameters.java108 addProps[size] = new Property(name, size, new Type(value.getClass()), (short)0); in setPropertyValue()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java115 log.println("return type is: " + ret.getClass().getName() + in runInvokeTest()
/aoo42x/main/stoc/source/corereflection/
H A Dcrbase.cxx167 Reference< XIdlClass > IdlClassImpl::getClass( const OUString & ) in getClass() function in stoc_corefl::IdlClassImpl
/aoo42x/main/ucb/qa/complex/ucb/
H A DUCB.java229 System.out.println("Correct exception thrown: " + ex.getClass().toString()); in checkWrongFtpConnection()
/aoo42x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java32 return getClass().getName(); in getTestObjectName()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java208 InputStream is = getClass().getResourceAsStream("XMLReporter.xsl"); in store()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java253 String domImpl = doc.getClass().getName(); in docToBytes()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java247 return getClass().getName(); in getImplementationName()
/aoo42x/main/cppuhelper/source/
H A Dstdidlclass.cxx78 … virtual Reference< XIdlClass > SAL_CALL getClass( const ::rtl::OUString& ) throw(RuntimeException) in getClass() function in cppu::OStdIdlClass
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java156 … out.println("GENERATION FAILED: reason: " + ioe.getClass().getName() + ": "+ ioe.getMessage()); in generate()
/aoo42x/main/scripting/java/org/openoffice/idesupport/ui/
H A DConfigurePanel.java176 … ImageIcon icon = new ImageIcon(getClass().getResource("/org/openoffice/idesupport/ui/add.gif")); in initMethodButtons()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java81 return( this.getClass().getName() ); in getImplementationName()
/aoo42x/main/qadevOOo/runner/org/openoffice/
H A DRunnerService.java209 java.net.URL url = this.getClass().getResource("/objdsc"); in getPropertyValues()
/aoo42x/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java108 URL url = getClass().getClassLoader().getResource(BIN); in OpenOffice()
/aoo42x/main/rhino/
H A Drhino1_7R3.patch837 - this.parentLoader = getClass().getClassLoader();
838 + this.parentLoader = getClass().getClassLoader();
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java180 …fail( "retrieving a previously set property (" + expectedValues[i].Value.getClass().toString() + "… in checkSequenceAccess()
/aoo42x/main/scripting/workben/installer/
H A DInstallWizard.java189 URL url = this.getClass().getResource("sidebar.jpg"); in initComponents()

Completed in 87 milliseconds

12345678910