Searched refs:xWSF (Results 1 – 1 of 1) sorted by relevance
144 uno::Reference< beans::XExactName > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getExactName() local145 return xWSF->getExactName( aApproximateName ); in getExactName()151 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getIntrospection() local152 return xWSF->getIntrospection(); in getIntrospection()164 aAny = xWSF->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()176 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in setValue() local177 xWSF->setValue( PropertyName, Value ); in setValue()183 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getValue() local184 return xWSF->getValue( PropertyName ); in getValue()191 return xWSF->hasMethod( Name ); in hasMethod()[all …]
Completed in 25 milliseconds