Searched refs:SwVbaVariable (Results 1 – 3 of 3) sorted by relevance
32 SwVbaVariable::SwVbaVariable( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const un… in SwVbaVariable() function in SwVbaVariable38 SwVbaVariable::~SwVbaVariable() in ~SwVbaVariable()43 SwVbaVariable::getName() throw ( css::uno::RuntimeException ) in getName()49 SwVbaVariable::setName( const rtl::OUString& ) throw ( css::uno::RuntimeException ) in setName()56 SwVbaVariable::getValue() throw ( css::uno::RuntimeException ) in getValue()63 SwVbaVariable::setValue( const uno::Any& rValue ) throw ( css::uno::RuntimeException ) in setValue()71 SwVbaVariable::getIndex() throw ( css::uno::RuntimeException ) in getIndex()84 SwVbaVariable::getServiceImplName() in getServiceImplName()91 SwVbaVariable::getServiceNames() in getServiceNames()
33 class SwVbaVariable : public SwVbaVariable_BASE class40 …SwVbaVariable( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::R…42 virtual ~SwVbaVariable();
39 …mVariables.push_back( uno::Reference< word::XVariable > ( new SwVbaVariable( xParent, xContext, xU… in createVariablesAccess()78 …return uno::makeAny( uno::Reference< word::XVariable >( new SwVbaVariable( getParent(), mxContext,… in Add()
Completed in 16 milliseconds