Home
last modified time | relevance | path

Searched refs:forName (Results 51 – 75 of 83) sorted by relevance

1234

/aoo41x/main/qadevOOo/runner/convwatch/
H A DDBHelper.java184 Class.forName("org.gjt.mm.mysql.Driver"); in getMySQLConnection()
H A DBorderRemover.java162 Class imageIOClass = Class.forName("javax.imageio.ImageIO"); in createNewImageWithoutBorder()
/aoo41x/main/cppuhelper/source/
H A Dstdidlclass.cxx197 seqClasses.getArray()[n] = rCoreRefl->forName( m_seqSupportedInterface.getArray()[n] ); in getInterfaces()
/aoo41x/main/stoc/source/corereflection/
H A Dcriface.cxx158 _xDeclClass = getReflection()->forName(aName.copy(0, i)); in getDeclaringClass()
463 _xDeclClass = getReflection()->forName(aName.copy(0, i)); in getDeclaringClass()
H A Dcrefl.cxx277 Reference< XIdlClass > IdlReflectionServiceImpl::forName( const OUString & rTypeName ) in forName() function in stoc_corefl::IdlReflectionServiceImpl
H A Dbase.hxx147 …virtual Reference< XIdlClass > SAL_CALL forName( const OUString & rTypeName ) throw(::com::sun::st…
/aoo41x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx316 forName( Event.ListenerType.getTypeName() ); in approveFiring()
367 forName( Event.ListenerType.getTypeName() ); in approveFiring()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java248 Class.forName(implName), __serviceName, multiFactory, regKey); in __getServiceFactory()
/aoo41x/main/qadevOOo/runner/lib/
H A DMultiMethodTest.java179 testedClass = Class.forName(testedClassName); in run()
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java248 Class c = Class.forName( in ScriptEditorForBeanShell()
/aoo41x/main/qadevOOo/runner/stats/
H A DSQLExecution.java85 Class.forName(mJdbcClass); in openConnection()
/aoo41x/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas157 .forName('com.sun.star.beans.PropertyValue')
/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DJavaLoader.java281 clazz = Class.forName( implementationName ); in activate()
H A DFactoryHelper.java69 __objectArray = Class.forName("[Ljava.lang.Object;");
/aoo41x/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1630 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1779 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
1950 Reference<XIdlClass> xClass= xRefl->forName(L"oletest.SimpleStruct"); in testInterface()
/aoo41x/main/wizards/com/sun/star/wizards/web/
H A DProcess.java801 Exporter e = (Exporter) Class.forName(export.cp_ExporterClass).newInstance(); in createExporter()
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java329 _iProtocol = (IProtocol) Class.forName( in java_remote_bridge()
/aoo41x/main/accessibility/bridge/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java52 Class bridge = Class.forName( in attach()
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java572 final Class a = Class.forName(_sClassName); in getLayoutInstanceFrom()
/aoo41x/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java183 Class clazz = Class.forName( newImpls[i] ); in xaddFactories()
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java57 t = new Type(Class.forName(typeName)); in getTypeDescription()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_module.cxx261 … Reference<XIdlClass> idl_class ( c->xCoreReflection->forName (typeName),UNO_QUERY); in createUnoStructHelper()
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx407 xRetClass = xRefl->forName( sOWName ); in TYPEINIT1()
3002 xClass = xCoreReflection->forName( aClassName ); in Impl_CreateUnoStruct()
3256 Reference< XIdlClass > xClass = xCoreReflection->forName( aIfaceName ); in RTL_Impl_HasInterfaces()
4232 Reference< XIdlClass > xClass = xCoreReflection->forName( aListenerClassName ); in SbRtl_CreateUnoListener()
/aoo41x/main/extensions/test/ole/VisualBasic/
H A DModule1.vb496 structClass = objCoreReflection.forName("oletest.SimpleStruct")
/aoo41x/main/eventattacher/source/
H A Deventattacher.cxx536 forName( Event.ListenerType.getTypeName() ); in approveFiring()

Completed in 199 milliseconds

1234