Home
last modified time | relevance | path

Searched refs:getClassName (Results 1 – 25 of 27) sorted by relevance

12

/aoo42x/main/odk/examples/java/Inspector/
H A DSwingUnoNode.java64 m_oUnoNode.openIdlDescription(_SDKPath, getClassName(), getAnchor()); in openIdlDescription()
71 public String getClassName(){ in getClassName() method in SwingUnoNode
72 String sClassName = m_oUnoNode.getClassName(); in getClassName()
78 sClassName = oUnoNode.getClassName(); in getClassName()
138 return getClassName(); in getName()
H A DSwingUnoPropertyNode.java60 public String getClassName(){ in getClassName() method in SwingUnoPropertyNode
61 String sClassName = m_oUnoPropertyNode.getClassName(); in getClassName()
63 sClassName = super.getClassName(); in getClassName()
H A DSwingUnoMethodNode.java54 public String getClassName(){ in getClassName() method in SwingUnoMethodNode
58 sClassName = super.getClassName(); in getClassName()
H A DXUnoNode.java34 public String getClassName(); in getClassName() method
H A DUnoPropertyNode.java94 public String getClassName(){ in getClassName() method in UnoPropertyNode
H A DUnoNode.java105 public String getClassName(){ in getClassName() method in UnoNode
H A DInspectorPane.java308 String sServiceName = _oUnoServiceNode.getClassName(); in addPropertiesAndInterfacesOfService()
H A DSourceCodeGenerator.java289 …finition = new UnoObjectDefinition(_oUnoMethodNode.getUnoObject(), _oUnoMethodNode.getClassName()); in getMethodStatementSourceCode()
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DCSVReporter.java56 if (!description.getClassName().equals(testClassName)) { in testStarted()
106 testClassName = description.getClassName(); in startSuite()
H A DLogger.java102 if (!description.getClassName().equals(curClassName)) { in start()
103 curClassName = description.getClassName(); in start()
H A DXMLReporter.java79 testcaseEl.setAttribute("classname", description.getClassName()); in testStarted()
/aoo42x/main/embeddedobj/source/msole/
H A Dolemisc.cxx326 ::rtl::OUString SAL_CALL OleEmbeddedObject::getClassName() in getClassName() function in OleEmbeddedObject
334 return xWrappedObject->getClassName(); in getClassName()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DResourceBasedEventLogger.java74 …return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), loadStringMessage(message… in logp()
H A DEventLogger.java211 … return impl_log(logLevel, caller.getClassName(), caller.getMethodName(), message, arguments); in logp()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java82 public String getClassName() in getClassName() method in ScriptDescriptor
/aoo42x/main/offapi/com/sun/star/embed/
H A DXClassifiedObject.idl58 string getClassName();
/aoo42x/main/sot/source/unoolestorage/
H A Dxolesimplestorage.hxx167 virtual ::rtl::OUString SAL_CALL getClassName()
H A Dxolesimplestorage.cxx762 ::rtl::OUString SAL_CALL OLESimpleStorage::getClassName() in getClassName() function in OLESimpleStorage
/aoo42x/main/oox/inc/oox/xls/
H A Dexternallinkbuffer.hxx258 inline const ::rtl::OUString& getClassName() const { return maClassName; } in getClassName() function in oox::xls::ExternalLink
/aoo42x/main/embeddedobj/source/inc/
H A Ddummyobject.hxx249 virtual ::rtl::OUString SAL_CALL getClassName()
H A Dcommonembobj.hxx466 virtual ::rtl::OUString SAL_CALL getClassName()
H A Doleembobj.hxx476 virtual ::rtl::OUString SAL_CALL getClassName()
/aoo42x/main/embeddedobj/source/general/
H A Ddummyobject.cxx560 ::rtl::OUString SAL_CALL ODummyEmbeddedObject::getClassName() in getClassName() function in ODummyEmbeddedObject
/aoo42x/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx482 ::rtl::OUString SAL_CALL OCommonEmbeddedObject::getClassName() in getClassName() function in OCommonEmbeddedObject
/aoo42x/main/oox/source/xls/
H A Dexternallinkbuffer.cxx363 …mxDdeLink = xDdeLinks->addDDELink( mrParentLink.getClassName(), mrParentLink.getTargetUrl(), maMod… in getDdeLinkData()

Completed in 85 milliseconds

12