Home
last modified time | relevance | path

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

12345678910

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java208 InputStream is = getClass().getResourceAsStream("XMLReporter.xsl"); in store()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java253 String domImpl = doc.getClass().getName(); in docToBytes()
/trunk/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()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java247 return getClass().getName(); in getImplementationName()
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx78 … virtual Reference< XIdlClass > SAL_CALL getClass( const ::rtl::OUString& ) throw(RuntimeException) in getClass() function in cppu::OStdIdlClass
/trunk/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()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java81 return( this.getClass().getName() ); in getImplementationName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/org/openoffice/
H A DRunnerService.java209 java.net.URL url = this.getClass().getResource("/objdsc"); in getPropertyValues()
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java108 URL url = getClass().getClassLoader().getResource(BIN); in OpenOffice()
/trunk/main/rhino/
H A Drhino1_7R3.patch837 - this.parentLoader = getClass().getClassLoader();
838 + this.parentLoader = getClass().getClassLoader();
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java337 return getValueAt(0, c).getClass(); in getColumnClass()
H A DInstallWizard.java189 URL url = this.getClass().getResource("sidebar.jpg"); in initComponents()
H A DVersion.java328 return getValueAt(0, c).getClass(); in getColumnClass()
/trunk/main/odk/examples/DevelopersGuide/BasicAndDialogs/CreatingDialogs/
H A DSampleDialog.java98 return getClass().getName(); in getImplementationName()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java173 …fail( "retrieving a previously set property (" + expectedValues[i].Value.getClass().toString() + "… in checkSequenceAccess()
H A DSingleSelectQueryComposer.java94 final Class composerClass = m_composer.getClass(); in checkAttributeAccess()
/trunk/main/offapi/com/sun/star/util/
H A DXAtomServer.idl77 sequence< AtomDescription > getClass( [in] long atomClass );
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java205 return getClass().getName(); in getImplementationName()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java282 getPropertyByName(xProps, aName).getClass().getName(); in checkType()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlDiff.java73 Class c = this.getClass(); in XmlDiff()
/trunk/main/xmerge/workben/
H A DXmlDiff.java73 Class c = this.getClass(); in XmlDiff()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java245 result = e.getClass().getName() + " getting list of secure URLs"; in getPathList()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java334 this.getClass().getClassLoader(), aExec); in getProgramPath()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java479 return new Type(o.getClass()); in getElementType()
/trunk/main/l10ntools/source/help/
H A DHelpIndexerTool.java258 System.out.println(" caught a " + e.getClass() + in mainImpl()

Completed in 134 milliseconds

12345678910