/aoo41x/main/pyuno/source/module/ |
H A D | pyuno_callable.cxx | 47 OUString methodName; member 106 me->members->methodName, aParams ); in PyUNO_callable_call() 111 me->members->methodName, aParams, aOutParamIndex, aOutParam); in PyUNO_callable_call() 117 me->members->methodName, ret_value, aOutParam); in PyUNO_callable_call() 154 … me->members->methodName, e.TargetException.getValue(), e.TargetException.getValueTypeRef()); in PyUNO_callable_call() 163 me->members->methodName, &e, getCppuType(&e).getTypeLibType()); in PyUNO_callable_call() 172 me->members->methodName, &e, getCppuType(&e).getTypeLibType()); in PyUNO_callable_call() 181 me->members->methodName, &e, getCppuType(&e).getTypeLibType()); in PyUNO_callable_call() 249 const OUString & methodName, in PyUNO_callable_new() argument 260 self->members->methodName = methodName; in PyUNO_callable_new()
|
H A D | pyuno_impl.hxx | 163 const rtl::OUString &methodName,
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | MethodInvocation.java | 53 public MethodInvocation(String methodName, Object obj) throws NoSuchMethodException in MethodInvocation() argument 55 this(methodName, obj, null); in MethodInvocation() 63 …public MethodInvocation(String methodName, Object obj, Class paramClass) throws NoSuchMethodExcept… in MethodInvocation() argument 65 …is(paramClass == null ? obj.getClass().getMethod(methodName, null) : obj.getClass().getMethod(meth… in MethodInvocation()
|
H A D | AbstractListener.java | 57 public void add(String componentName, String eventName, String methodName, Object target) in add() argument 61 add(componentName, eventName, new MethodInvocation(methodName, target)); in add()
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typeinfo/ |
H A D | ParameterTypeInfo.java | 52 String name, String methodName, int index, int flags, Type unoType) in ParameterTypeInfo() argument 56 m_methodName = methodName; in ParameterTypeInfo() 60 public ParameterTypeInfo(String name, String methodName, int index, int flags) in ParameterTypeInfo() argument 62 this(name, methodName, index, flags, null); in ParameterTypeInfo()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 1206 OString methodName, returnType, paramType, paramName; in dumpUnoMethods() local 1218 methodName = m_reader.getMethodName(i); in dumpUnoMethods() 1224 if ( methodName.equals("acquire") || methodName.equals("release") ) in dumpUnoMethods() 1245 o << methodName << "( "; in dumpUnoMethods() 1310 o << "::" << methodName << "( "; in dumpUnoMethods() 1350 callBuffer.append(methodName); in dumpUnoMethods() 1510 methodName = m_reader.getMethodName(i); in dumpCorbaMethods() 1599 callBuffer.append(methodName); in dumpCorbaMethods() 1806 OString methodName; in dumpFunctions() local 1812 methodName = m_reader.getMethodName(i); in dumpFunctions() [all …]
|
/aoo41x/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 1791 OString methodName, returnType, paramType, paramName; in dumpMethods() local 1803 methodName = reader.getMethodName(i); in dumpMethods() 1809 if ( methodName.equals("queryInterface") ) in dumpMethods() 1818 if ( methodName.equals("acquire") || methodName.equals("release") ) in dumpMethods() 1829 o << indent() << "cuno_ErrorCode (SAL_CALL *" << methodName << ")( " in dumpMethods() 2157 OString methodName; //, returnType, paramType, paramName; in dumpCUnoMethodRefs() local 2162 methodName = m_reader.getMethodName(i); in dumpCUnoMethodRefs() 2165 << scope.replace('/', '.') << "::" << methodName << "\" );\n"; in dumpCUnoMethodRefs() 2294 OString methodName, returnType, paramType, paramName; in dumpCUnoMethods() local 2309 methodName = m_reader.getMethodName(i); in dumpCUnoMethods() [all …]
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrapper.mm | 159 NSMutableString * methodName = [ NSMutableString string ]; 161 [ methodName appendString: @"set" ]; 166 [ methodName appendString: [ firstChar lowercaseString ] ]; 168 [ methodName appendString: firstChar ]; 170 … [ methodName appendString: [ attribute substringFromIndex: 3 ] ]; // append rest of attribute name 172 [ methodName appendString: @"Attribute" ]; 174 [ methodName appendString: @"ForElement:to:" ]; 176 [ methodName appendString: @"ForParameter:" ]; 179 selector = NSSelectorFromString ( methodName );
|
/aoo41x/main/qadevOOo/runner/basicrunner/ |
H A D | BasicIfcTest.java | 155 public void methodTested(String methodName, boolean bResult) { in methodTested() argument 156 tRes.tested(methodName, bResult); in methodTested()
|
H A D | BasicHandler.java | 143 synchronized void methodTested(String methodName, boolean bResult) { in methodTested() argument 145 TestedInterface.methodTested(methodName, bResult); in methodTested()
|
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | javatypemaker.cxx | 519 const OString methodName(codemaker::convertString(reader.getMethodName(method))); in printMethods() local 521 o << ' ' << methodName.getStr() << '('; in printMethods() 531 << "implementation for \"" << methodName << "\" !!!\n"; in printMethods() 548 << methodName << "\" here."; in printMethods()
|
H A D | cpptypemaker.cxx | 599 const OString methodName(codemaker::convertString(reader.getMethodName(method))); in printMethods() local 601 o << methodName << '('; in printMethods() 611 << methodName << "\" !!!\n"; in printMethods() 624 << methodName << "\" here."; in printMethods()
|
/aoo41x/main/sw/qa/core/ |
H A D | Test-BigPtrArray.cxx | 775 PerformanceTracer(const string& methodName) : in PerformanceTracer() argument 779 startString_ += methodName; in PerformanceTracer() 780 endString_ += methodName; in PerformanceTracer()
|
/aoo41x/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 1386 OString methodName, returnType, paramType, paramName; in dumpMethods() local 1404 methodName = rtl::OUStringToOString( in dumpMethods() 1410 if ( methodName.equals("acquire") || methodName.equals("release") ) in dumpMethods() 1423 o << " SAL_CALL " << methodName << "( "; in dumpMethods() 1658 OString methodName; in dumpCppuMethodRefs() local 1668 methodName = rtl::OUStringToOString( in dumpCppuMethodRefs() 1672 << scope.replace('/', '.') << "::" << methodName << "\") );\n"; in dumpCppuMethodRefs() 1861 OString methodName, returnType, paramType, paramName; in dumpCppuMethods() local 1882 methodName = rtl::OUStringToOString( in dumpCppuMethods() 1890 if ( methodName.equals("acquire") || methodName.equals("release") ) in dumpCppuMethods()
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | NamedRequest.java | 130 String methodName = m.substring(++i); in tm() local 132 namedRequest.addRunner(Request.method(Class.forName(className), methodName).getRunner()); in tm()
|
/aoo41x/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 847 OString methodName, returnType, paramType, paramName; in dumpMethods() local 859 methodName = m_reader.getMethodName(i); in dumpMethods() 865 if ( methodName.equals("acquire") || methodName.equals("release") ) in dumpMethods() 877 o << " " << methodName << "( "; in dumpMethods()
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 477 bool inParameter, bool outParameter, rtl::OString const & methodName, 538 bool inParameter, bool outParameter, rtl::OString const & methodName, in TypeInfo() argument 542 m_index(index), m_methodName(methodName), in TypeInfo() 2253 rtl::OString methodName( in handleInterfaceType() local 2264 TypeInfo::KIND_METHOD, methodName, specialReturnType, in handleInterfaceType() 2309 specialType, in, out, methodName, j, in handleInterfaceType() 2319 methodName, desc.getDescriptor(), 0, exc2, in handleInterfaceType() 2612 rtl::OString const & methodName, rtl::OString const & returnType, in addConstructor() argument 2812 access, methodName, desc.getDescriptor(), code.get(), exc, in addConstructor()
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | DatabaseDocument.java | 306 public String methodName = null; field in DatabaseDocument.UnoMethodDescriptor 311 methodName = _method; in UnoMethodDescriptor() 334 …unsupportedMethods[i].methodName, new Object[]{}, _isInitialized ? null : NotInitializedException.… in impl_checkDocumentInitState()
|