Lines Matching refs:xWSF
144 uno::Reference< beans::XExactName > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getExactName() local
145 return xWSF->getExactName( aApproximateName ); in getExactName()
151 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getIntrospection() local
152 return xWSF->getIntrospection(); in getIntrospection()
163 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in invoke() local
164 aAny = xWSF->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
176 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in setValue() local
177 xWSF->setValue( PropertyName, Value ); in setValue()
183 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getValue() local
184 return xWSF->getValue( PropertyName ); in getValue()
190 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasMethod() local
191 return xWSF->hasMethod( Name ); in hasMethod()
197 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasProperty() local
198 return xWSF->hasProperty( Name ); in hasProperty()