Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/pyuno/source/module/
H A Dpyuno_callable.cxx47 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 Dpyuno_impl.hxx163 const rtl::OUString &methodName,
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DMethodInvocation.java53 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 DAbstractListener.java57 public void add(String componentName, String eventName, String methodName, Object target) in add() argument
61 add(componentName, eventName, new MethodInvocation(methodName, target)); in add()
/aoo4110/main/ridljar/com/sun/star/lib/uno/typeinfo/
H A DParameterTypeInfo.java52 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()
/aoo4110/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1206 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 …]
/aoo4110/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1791 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 …]
/aoo4110/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm159 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 );
/aoo4110/main/qadevOOo/runner/basicrunner/
H A DBasicIfcTest.java155 public void methodTested(String methodName, boolean bResult) { in methodTested() argument
156 tRes.tested(methodName, bResult); in methodTested()
H A DBasicHandler.java143 synchronized void methodTested(String methodName, boolean bResult) { in methodTested() argument
145 TestedInterface.methodTested(methodName, bResult); in methodTested()
/aoo4110/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx519 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 Dcpptypemaker.cxx599 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()
/aoo4110/main/sw/qa/core/
H A DTest-BigPtrArray.cxx775 PerformanceTracer(const string& methodName) : in PerformanceTracer() argument
779 startString_ += methodName; in PerformanceTracer()
780 endString_ += methodName; in PerformanceTracer()
/aoo4110/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1386 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()
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java127 String methodName = m.substring(++i); in tm() local
129 namedRequest.addRunner(Request.method(Class.forName(className), methodName).getRunner()); in tm()
/aoo4110/main/codemaker/source/idlmaker/
H A Didltype.cxx847 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()
/aoo4110/main/codemaker/source/javamaker/
H A Djavatype.cxx477 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()
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java306 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()

Completed in 155 milliseconds