Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DTestResult.java53 public boolean tested( String method, boolean result) { in tested()
69 public boolean tested( String method, Status status ) { in tested()
86 public boolean hasMethod( String method ) { in hasMethod()
98 public Status getStatusFor( String method ) { in getStatusFor()
H A DMultiMethodTest.java337 protected boolean isCalled(String method) in isCalled()
347 protected void requiredMethod(String method) in requiredMethod()
364 protected void executeMethod(String method) in executeMethod()
378 protected void callMethod(String method) in callMethod()
381 invokeTestMethod(getMethodFor(method), method); in callMethod() local
445 protected Method getMethodFor(String method) in getMethodFor()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DMethodInvocation.java58 public MethodInvocation(Method method, Object obj) in MethodInvocation()
71 public MethodInvocation(Method method, Object obj, Class paramClass) in MethodInvocation()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DMessage.java36 ITypeDescription type, IMethodDescription method, boolean synchronous, in Message()
185 private final IMethodDescription method; field in Message
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java79 private void testExceptions(TestRequestHandler handler, Method method, in testExceptions()
89 private void testExceptionType(Method method, Object obj, Object[] args, in testExceptionType()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DMethodDescription.java34 Method method) in MethodDescription()
106 private final Method method; field in MethodDescription
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProxy.java48 public ScriptProxy( Method method ) in ScriptProxy()
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx67 #define FORWARD_TO_PEER_1( unoInterface, method, param1 ) \ argument
74 #define FORWARD_TO_PEER_1_RET( returnType, unoInterface, method, param1 ) \ argument
83 #define FORWARD_TO_PEER_3( unoInterface, method, param1, param2, param3 ) \ argument
90 #define FORWARD_TO_PEER_3_RET( returnType, unoInterface, method, param1, param2, param3 ) \ argument
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dimporter.py29 def __init__(self,method,ctx): argument
H A Dimpl.py87 def __init__(self,method,ctx): argument
130 def __init__(self,method): argument
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUrpMessage.java35 ITypeDescription type, IMethodDescription method, boolean synchronous, in UrpMessage()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java329 Method method = null; in activate() local
424 Method method = clazz.getMethod("__writeRegistryServiceInfo", paramTypes); in writeRegistryInfo() local
/trunk/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java136 long bridge_handle, String decl_class, String method, Object args [] ) in dispatch_call()
142 Object proxy, java.lang.reflect.Method method, Object args [] ) in invoke()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java202 String method = null; in codeParts() local
297 String method = codeParts[1]; in define() local
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DTestObject.java46 public void method() throws com.sun.star.uno.Exception, com.sun.star.uno.RuntimeException { in method() method in TestObject
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx207 typereg::Reader const & reader, sal_uInt16 method, bool previous, in printMethodParameters()
243 typereg::Reader const & reader, sal_uInt16 method) in printExceptionSpecification()
261 sal_uInt16 method) in printSetPropertyMixinBody()
484 sal_uInt16 method = 0; in printMethods() local
H A Djavatypemaker.cxx199 typereg::Reader const & reader, sal_uInt16 method, bool previous, in printMethodParameters()
234 typereg::Reader const & reader, sal_uInt16 method) in printExceptionSpecification()
256 sal_uInt16 method, in printSetPropertyMixinBody()
409 sal_uInt16 method = 0; in printMethods() local
/trunk/main/extensions/qa/integration/extensions/
H A DMethodHandler.java134 XIdlMethod method = impl_getMethod( _propertyName ); in getPropertyValue() local
229 XIdlMethod method = (XIdlMethod)m_methodsHash.get( _methodName ); in impl_getMethod() local
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx70 #define FORWARD_TO_PEER_1( unoInterface, method, param1 ) \ argument
77 #define FORWARD_TO_PEER_1_RET( returnType, unoInterface, method, param1 ) \ argument
86 #define FORWARD_TO_PEER_3( unoInterface, method, param1, param2, param3 ) \ argument
93 #define FORWARD_TO_PEER_3_RET( returnType, unoInterface, method, param1, param2, param3 ) \ argument
/trunk/main/pyuno/source/module/
H A Dpyuno_adapter.cxx139 Reference< XIdlMethod > method = introspection->getMethod( in getOutIndexes() local
240 PyRef method(PyObject_GetAttrString( mWrappedObject.get(), (char*)TO_ASCII(aFunctionName)), in invoke() local
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java359 int method = entry.zipEntry.getMethod(); in setEntryBytes() local
421 private ZipEntry createZipEntry(String name, byte bytes[], int method) { in createZipEntry()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java140 Method method = null; in write() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextFieldsSupplier.java176 private void setMethodFalse(String method, Exception e) { in setMethodFalse()
/trunk/main/comphelper/source/misc/
H A Duieventslogger.cxx278 const OUString& method, in logVcl()
292 const OUString& method, in logVcl()
303 const OUString& method) in logVcl()
422 const OUString& method, in logVcl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DComplexDescGetter.java89 String method = className.substring(index + 2); in getDescriptionForSingleJob() local

Completed in 81 milliseconds

123