Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/vba/
H A Dvbaapplication.cxx144 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()
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()
191 return xWSF->hasMethod( Name ); in hasMethod()
[all …]

Completed in 31 milliseconds