Home
last modified time | relevance | path

Searched refs:xMethod (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx168 const Reference< XInterfaceMethodTypeDescription >& xMethod ) in writeMethodData()
171 if ( xMethod->isOneway() ) in writeMethodData()
174 Sequence< Reference< XMethodParameter > > parameters(xMethod->getParameters()); in writeMethodData()
177 OUString name(xMethod->getMemberName()); in writeMethodData()
178 sal_uInt16 methodIndex = (sal_uInt16)(xMethod->getPosition() in writeMethodData()
184 xMethod->getMemberName(), in writeMethodData()
185 xMethod->getReturnType()->getName().replace('.', '/'), in writeMethodData()
372 Reference< XInterfaceMethodTypeDescription > xMethod; in getTypeBlob() local
463 xMethod = Reference< XInterfaceMethodTypeDescription >( in getTypeBlob()
465 if ( xMethod.is() ) { in getTypeBlob()
[all …]
/aoo4110/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx176 const Reference< XInterfaceMethodTypeDescription >& xMethod ) in writeMethodData()
179 if ( xMethod->isOneway() ) in writeMethodData()
184 Sequence< Reference< XMethodParameter > > parameters( xMethod->getParameters() ); in writeMethodData()
185 Sequence< Reference< XTypeDescription > > exceptions( xMethod->getExceptions() ); in writeMethodData()
191 xMethod->getReturnType()->getName().replace('.', '/'), in writeMethodData()
364 Reference< XInterfaceMethodTypeDescription > xMethod; in getTypeBlop() local
419 xMethod = Reference< XInterfaceMethodTypeDescription >(memberTypes[i], UNO_QUERY); in getTypeBlop()
420 if ( xMethod.is() ) in getTypeBlop()
422 writeMethodData( writer, attrCount+inheritedMemberCount, memberTypes[i], xMethod ); in getTypeBlop()
/aoo4110/main/stoc/source/invocation/
H A Dinvocation.cxx658 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod( in invoke() local
662 Sequence<ParamInfo> aFParams = xMethod->getParameterInfos(); in invoke()
729 Any aRet = xMethod->invoke( _aMaterial, aInvokeParams ); in invoke()
835 Reference< XIdlMethod > xMethod = pMethods[ i ]; in getInfoSequenceImpl() local
836 rItem.aName = xMethod->getName(); in getInfoSequenceImpl()
926 Reference<XIdlMethod> xMethod = _xIntrospectionAccess->getMethod in getInfoForName() local
928 fillInfoForMethod( aRetInfo, xMethod ); in getInfoForName()
990 const Reference< XIdlMethod > xMethod in fillInfoForMethod()
993 rInfo.aName = xMethod->getName(); in fillInfoForMethod()
995 Reference< XIdlClass > xReturnClass = xMethod->getReturnType(); in fillInfoForMethod()
[all …]
/aoo4110/main/cppuhelper/source/
H A Dtdmgr.cxx344 const Reference< XInterfaceMethodTypeDescription > & xMethod ) in createCTD()
347 if (xMethod.is()) in createCTD()
349 Reference< XTypeDescription > xReturnType( xMethod->getReturnType() ); in createCTD()
352 const Sequence<Reference< XMethodParameter > > & rParams = xMethod->getParameters(); in createCTD()
376 const Sequence<Reference< XTypeDescription > > & rExceptions = xMethod->getExceptions(); in createCTD()
388 OUString aTypeName( xMethod->getName() ); in createCTD()
393 xMethod->getPosition(), in createCTD()
394 xMethod->isOneway(), in createCTD()
/aoo4110/main/scripting/source/basprov/
H A Dbasscript.cxx62 BasicScriptImpl::BasicScriptImpl( const ::rtl::OUString& funcName, SbMethodRef xMethod ) in BasicScriptImpl() argument
63 :m_xMethod( xMethod ) in BasicScriptImpl()
72 BasicScriptImpl::BasicScriptImpl( const ::rtl::OUString& funcName, SbMethodRef xMethod, in BasicScriptImpl() argument
74 :m_xMethod( xMethod ) in BasicScriptImpl()
H A Dbasscript.hxx61 SbMethodRef xMethod
65 SbMethodRef xMethod,
/aoo4110/main/eventattacher/source/
H A Deventattacher.cxx135 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( FunctionName ); in invoke() local
137 if( !xMethod.is() ) in invoke()
139 Reference< XIdlClass > xReturnType = xMethod->getReturnType(); in invoke()
140 Sequence< Reference< XIdlClass > > aExceptionSeq = xMethod->getExceptionTypes(); in invoke()
148 Sequence< ParamInfo > aParamSeq = xMethod->getParameterInfos(); in invoke()
195 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( Name ); in hasMethod() local
196 return xMethod.is(); in hasMethod()
/aoo4110/main/basctl/source/basicide/
H A Dbasobj2.cxx229 SbMethodRef xMethod; member
233 ,xMethod( NULL ) in MacroExecutionData()
252 DBG_ASSERT( pData->xMethod->GetParent()->GetFlags() & SBX_EXTSEARCH, "Kein EXTSEARCH!" ); in IMPL_STATIC_LINK()
260 BasicIDE::RunMethod( pData->xMethod ); in IMPL_STATIC_LINK()
381 pExecData->xMethod = pMethod; // keep alive until the event has been processed in ChooseMacro()
/aoo4110/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx912 Reference< reflection::XInterfaceMethodTypeDescription > xMethod( in complete_iface_type() local
917 xMethod->getParameters() ); in complete_iface_type()
950 ustring_to_String( xMethod->getMemberName() ), in complete_iface_type()
951 c_method_attr, get_type( xMethod->getReturnType() ), in complete_iface_type()
973 xMethod->getReturnType(), UNO_QUERY); in complete_iface_type()
1004 get_iface_method_exception_attribute(xMethod); in complete_iface_type()
1009 if (xMethod->isOneway()) in complete_iface_type()
1932 const Reference< reflection::XInterfaceMethodTypeDescription >& xMethod ) in get_iface_method_exception_attribute()
1935 const Sequence<Reference<reflection::XTypeDescription> > seqTD = xMethod->getExceptions(); in get_iface_method_exception_attribute()
H A Dclimaker_share.h136 const css::uno::Reference< css::reflection::XInterfaceMethodTypeDescription >& xMethod );
/aoo4110/main/stoc/source/inspect/
H A Dintrospection.cxx379 const Reference<XIdlMethod> xMethod = pMethods[ iHashResult ]; in getMethodIndex() local
381 Reference< XIdlClass > xMethClass = xMethod->getDeclaringClass(); in getMethodIndex()
554 …Reference<XIdlMethod> xMethod = (XIdlMethod*)(aInterfaceSeq2.getConstArray()[ nSequenceIndex ].get… in setPropertyValueByIndex() local
555 if( xMethod.is() ) in setPropertyValueByIndex()
559 xMethod->invoke( obj, args ); in setPropertyValueByIndex()
663 …Reference<XIdlMethod> xMethod = (XIdlMethod*)(aInterfaceSeq1.getConstArray()[ nSequenceIndex ].get… in getPropertyValueByIndex() local
664 if( xMethod.is() ) in getPropertyValueByIndex()
667 aRet = xMethod->invoke( obj, args ); in getPropertyValueByIndex()
/aoo4110/main/svx/source/form/
H A Dfmscriptingenv.cxx211 …Reference< XInterfaceMethodTypeDescription > xMethod( xTypeDescriptions->getByHierarchicalName( sM… in impl_allowAsynchronousCall_nothrow() local
212 bAllowAsynchronousCall = xMethod->isOneway(); in impl_allowAsynchronousCall_nothrow()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx4125 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( FunctionName ); in invoke() local
4127 if( !xMethod.is() ) in invoke()
4129 Reference< XIdlClass > xReturnType = xMethod->getReturnType(); in invoke()
4130 Sequence< Reference< XIdlClass > > aExceptionSeq = xMethod->getExceptionTypes(); in invoke()
4138 Sequence< ParamInfo > aParamSeq = xMethod->getParameterInfos(); in invoke()
4189 Reference< XIdlMethod > xMethod = m_xListenerType->getMethod( Name ); in hasMethod() local
4190 return xMethod.is(); in hasMethod()

Completed in 106 milliseconds