Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx61 ScVbaWSFunction::ScVbaWSFunction( const uno::Reference< XHelperInterface >& xParent, const css::uno… in ScVbaWSFunction() function in ScVbaWSFunction
67 ScVbaWSFunction::getIntrospection(void) throw(uno::RuntimeException) in getIntrospection()
73 ScVbaWSFunction::invoke(const rtl::OUString& FunctionName, const uno::Sequence< uno::Any >& Params,… in invoke()
192 ScVbaWSFunction::setValue(const rtl::OUString& /*PropertyName*/, const uno::Any& /*Value*/) throw(b… in setValue()
198 ScVbaWSFunction::getValue(const rtl::OUString& /*PropertyName*/) throw(beans::UnknownPropertyExcept… in getValue()
204 ScVbaWSFunction::hasMethod(const rtl::OUString& Name) throw(uno::RuntimeException) in hasMethod()
224 ScVbaWSFunction::hasProperty(const rtl::OUString& /*Name*/) throw(uno::RuntimeException) in hasProperty()
230 ScVbaWSFunction::getExactName( const ::rtl::OUString& aApproximateName ) throw (css::uno::RuntimeEx… in getExactName()
239 ScVbaWSFunction::getServiceImplName() in getServiceImplName()
246 ScVbaWSFunction::getServiceNames() in getServiceNames()
H A Dvbawsfunction.hxx35 class ScVbaWSFunction : public ScVbaWSFunction_BASE class
38ScVbaWSFunction( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
39 virtual ~ScVbaWSFunction(){} in ~ScVbaWSFunction()
H A Dvbaapplication.cxx144 uno::Reference< beans::XExactName > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getExactName()
151 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getIntrospection()
163 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in invoke()
176 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in setValue()
183 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getValue()
190 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasMethod()
197 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in hasProperty()
313 …return uno::makeAny( uno::Reference< script::XInvocation >( new ScVbaWSFunction( this, mxContext )… in WorksheetFunction()

Completed in 22 milliseconds