Home
last modified time | relevance | path

Searched refs:getMethod (Results 26 – 50 of 65) sorted by relevance

123

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java188 getFactoryMeth = clazz.getMethod("__getServiceFactory", methodClassParam); in xaddFactories()
198 getFactoryMeth = clazz.getMethod("getServiceFactory", methodClassParam); in xaddFactories()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgtextpathnode.hxx72 bool getMethod() const { return mbMethod; } in getMethod() function in svgio::svgreader::SvgTextPathNode
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DNativeLibraries.java63 URL.class.getMethod("toURI", new Class[0]). in loadLibrary()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DStrictResolver.java121 return c.getMethod( sd.getMethodName(), sd.getArgumentTypes() ); in resolveArguments()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DMessage.java108 public final IMethodDescription getMethod() { in getMethod() method in Message
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DPathUtils.java54 Method getOid = IQueryInterface.class.getMethod("getOid", (java.lang.Class[])null); in getOidForModel()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DUrlToFileMapper.java47 urlEncoderEncode = URLEncoder.class.getMethod(
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx119 SbMethodRef getMethod( const rtl::OUString& aName ) throw (RuntimeException);
260 SbMethodRef pMethod = getMethod( aFunctionName ); in invoke()
385 return getMethod( aName ).Is(); in hasMethod()
409 SbMethodRef DocObjectWrapper::getMethod( const rtl::OUString& aName ) throw (RuntimeException) in getMethod() function in DocObjectWrapper
/trunk/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java166 getMethod("main", new Class[] { String[].class }). in execute()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java211 zipEntry.setMethod(ze.getMethod()); in saveEntries()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java170 final Method invokeMethod = wizardClass.getMethod( "start", new Class[0] ); in executeWizardFromCommandLine()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DTestCase.java147 Method method = objectClass.getMethod( _methodName, _argClasses ); in assureException()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java145 m_method = m_impl_class.getMethod( "__create", params ); in Factory()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx317 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
368 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
/trunk/main/stoc/source/corereflection/
H A Dcrbase.cxx208 Reference< XIdlMethod > IdlClassImpl::getMethod( const OUString & ) in getMethod() function in stoc_corefl::IdlClassImpl
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java359 int method = entry.zipEntry.getMethod(); in setEntryBytes()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DAssurance.java277 Method method = objectClass.getMethod( _methodName, _argClasses ); in assureException()
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx100 …virtual Reference< XIdlMethod > SAL_CALL getMethod( const ::rtl::OUString& ) throw(RuntimeExceptio… in getMethod() function in cppu::OStdIdlClass
/trunk/main/udkapi/com/sun/star/beans/
H A DMethodConcept.idl46 <member>XIntrospectionAccess::getMethod()</member> and
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx658 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod( in invoke()
926 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod in getInfoForName()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java317 (type.getZClass().getMethod("getDefault", null). in writeEnumValue()
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java180 (description.getMethod() == null) == buildIn); in test()
/trunk/main/svx/inc/
H A Dsjctrl.hxx586 virtual String getMethod() const;
/trunk/main/forms/source/xforms/
H A Dsubmission.hxx132 rtl::OUString getMethod() const;
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx139 Reference< XIdlMethod > method = introspection->getMethod( in getOutIndexes()

Completed in 149 milliseconds

123