Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbavariable.cxx32 SwVbaVariable::SwVbaVariable( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const un… in SwVbaVariable() function in SwVbaVariable
38 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()
H A Dvbavariable.hxx33 class SwVbaVariable : public SwVbaVariable_BASE class
40SwVbaVariable( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::R…
42 virtual ~SwVbaVariable();
H A Dvbavariables.cxx39 …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 17 milliseconds