/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAware.java | 266 private Method getMethod; field in DataAware.PropertyValue 279 getMethod = createGetMethod(propertyName, propertyOwner); in PropertyValue() 280 setMethod = createSetMethod(propertyName, propertyOwner, getMethod.getReturnType()); in PropertyValue() 298 m = obj.getClass().getMethod("get" + propName, EMPTY_ARRAY); in createGetMethod() 312 return getMethod.invoke(target, EMPTY_ARRAY); in get() 318 if (getMethod.getReturnType().equals(String.class)) in get() 320 if (getMethod.getReturnType().equals(Short.class)) in get() 322 if (getMethod.getReturnType().equals(Integer.class)) in get() 324 if (getMethod.getReturnType().equals(short[].class)) in get() 334 m = obj.getClass().getMethod("set" + propName, new Class[] { paramClass }); in createSetMethod() [all …]
|
H A D | MethodInvocation.java | 65 …this(paramClass == null ? obj.getClass().getMethod(methodName, null) : obj.getClass().getMethod(me… in MethodInvocation()
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 420 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 421 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 422 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 424 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 427 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 431 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 435 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() 451 testCursorMove(upd, cupd.getMethod("insertRow", (Class[]) null), pRow, moves, null); in testRowSetEvents() 458 testCursorMove(upd, cupd.getMethod("updateRow", (Class[]) null), pRow, moves, null); in testRowSetEvents() 463 testCursorMove(upd, cupd.getMethod("deleteRow", (Class[]) null), pRow, moves, null); in testRowSetEvents() [all …]
|
H A D | SingleSelectQueryComposer.java | 95 … final Method attributeGetter = composerClass.getMethod("get" + _attributeName, new Class[] in checkAttributeAccess() 98 … final Method attributeSetter = composerClass.getMethod("set" + _attributeName, new Class[] in checkAttributeAccess()
|
/aoo42x/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | XMLParserFactory.java | 141 method = formatterClass.getMethod("setMethod", in write() 144 method = formatterClass.getMethod("setIndenting", in write() 150 method = serializerClass.getMethod("setOutputByteStream", in write() 153 method = serializerClass.getMethod("setOutputFormat", in write() 158 method = serializerClass.getMethod("asDOMSerializer", in write() 163 method = impl.getClass().getMethod("serialize", in write()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory.java | 172 METHOD_EQUALS = Object.class.getMethod( 174 METHOD_HASH_CODE = Object.class.getMethod("hashCode", null); 175 METHOD_TO_STRING = Object.class.getMethod("toString", null); 176 METHOD_QUERY_INTERFACE = IQueryInterface.class.getMethod( 178 METHOD_IS_SAME = IQueryInterface.class.getMethod( 180 METHOD_GET_OID = IQueryInterface.class.getMethod("getOid", null);
|
/aoo42x/main/qadevOOo/runner/complexlib/ |
H A D | ComplexTestCase.java | 66 Method before = this.getClass().getMethod("before", new Class[] {} ); in before() 140 testMethod = this.getClass().getMethod(entryName, new Class[] { String.class }); in test_method() 144 testMethod = this.getClass().getMethod(entryName, new Class[] {} ); in test_method() 234 Method after = this.getClass().getMethod("after", new Class[] {}); in after()
|
H A D | ShowTargets.java | 103 try { interactiveTestMethod = testClass.getMethod( "isInteractiveTest", new Class[]{} ); } in isInteractiveTest() 121 …try { getShortDescriptionMethod = _testClass.getMethod( "getShortTestDescription", new Class[]{} )… in getShortTestDescription()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/ |
H A D | DOMDocument.java | 270 meth = jaxpDoc.getMethod("write", in docToBytes() 280 meth = crimsonDoc.getMethod("write", in docToBytes() 300 meth = xercesSer.getMethod("serialize", in docToBytes() 317 meth = gnuSer.getMethod("serialize", in docToBytes()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/ |
H A D | JavaLoader.java | 323 compfac_method = clazz.getMethod( in activate() 333 method = clazz.getMethod("__getServiceFactory", paramTypes); in activate() 357 method = clazz.getMethod("getServiceFactory", paramTypes); in activate() 424 Method method = clazz.getMethod("__writeRegistryServiceInfo", paramTypes); in writeRegistryInfo()
|
/aoo42x/main/stoc/test/ |
H A D | testcorefl.cxx | 314 …Any bla = xRefl->forName(OUString::createFromAscii("ModuleC.XInterfaceA"))->getMethod(OUString::cr… in test_corefl() 332 …Any bla = xRefl->forName(OUString::createFromAscii("ModuleC.XInterfaceA"))->getMethod(OUString::cr… in test_corefl() 343 …Any bla = xRefl->forName(OUString::createFromAscii("ModuleC.XInterfaceA"))->getMethod(OUString::cr… in test_corefl() 358 …TEST_ENSHURE(xRefl->forName(OUString::createFromAscii("ModuleC.XInterfaceA"))->getMethod(OUString:… in test_corefl()
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
H A D | MethodDescription.java | 49 other.getMethod()); in MethodDescription() 92 public Method getMethod() { in getMethod() method in MethodDescription
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 879 meth = jaxpDoc.getMethod("write", in docToBytes() 890 meth = crimsonDoc.getMethod("write", in docToBytes() 912 meth = xercesSer.getMethod("serialize", in docToBytes() 929 meth = gnuSer.getMethod("serialize", in docToBytes()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | Job.java | 97 IMethodDescription md = _iMessage.getMethod(); in execute() 104 : md.getMethod().invoke(_object, args); in execute()
|
/aoo42x/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory_Test.java | 60 proxy.getClass().getMethod("queryInterface", in testExceptionHandling() 70 proxy.getClass().getMethod("getRegisteredObject", in testExceptionHandling()
|
/aoo42x/main/toolkit/qa/complex/toolkit/ |
H A D | Assert.java | 117 return i_objectClass.getMethod( i_methodName, i_argClasses ); in impl_getMethod() 160 return i_objectClass.getMethod( i_methodName, argClasses ); in impl_getMethod()
|
/aoo42x/main/bean/test/applet/oooapplet/ |
H A D | OOoViewer.java | 83 Method methLoad = beanClass.getMethod( in start() 108 Method methStop = m_objBean.getClass().getMethod( in stop()
|
/aoo42x/main/odk/source/com/sun/star/lib/loader/ |
H A D | Loader.java | 133 Method m = c.getMethod( "main", new Class[] { String[].class } ); in main() 181 Method m = c.getMethod( "getJars", (Class[]) null ); in getCustomLoader()
|
/aoo42x/main/eventattacher/source/ |
H A D | eventattacher.cxx | 135 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( FunctionName ); in invoke() 195 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( Name ); in hasMethod() 537 Reference< XIdlMethod > xMeth = xListenerType->getMethod( Event.MethodName ); in approveFiring()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | MasterDetailForms.java | 162 …operateMasterAndWaitForDetailForm( loadMaster.getClass().getMethod( "load", new Class[] {} ), load… in checkMultipleKeys() 170 Method methodNext = m_masterResult.getClass().getMethod( "next" , new Class[] {} ); in checkMultipleKeys()
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 59 registerVirtualFrame = bridge.getMethod("registerVirtualFrame", in attach() 61 revokeVirtualFrame = bridge.getMethod("revokeVirtualFrame", in attach()
|
/aoo42x/main/stoc/source/corereflection/ |
H A D | base.hxx | 205 …virtual Reference< XIdlMethod > SAL_CALL getMethod( const OUString & rName ) throw(::com::sun::sta… 247 …virtual Reference< XIdlMethod > SAL_CALL getMethod( const OUString & rName ) throw(::com::sun::sta…
|
/aoo42x/main/forms/source/xforms/ |
H A D | submission.cxx | 168 OUString Submission::getMethod() const in getMethod() function in Submission 315 OUString aMethod = getMethod(); in doSubmit()
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
H A D | IMethodDescription.java | 83 Method getMethod(); in getMethod() method
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 309 tools.getClass().getMethod("getFieldsByCommandDescriptor", parameter); in getFieldsByCommandDescriptor() 331 final Method call = tools.getClass().getMethod("getComposer", parameter); in getComposer()
|