Searched refs:ScVbaName (Results 1 – 3 of 3) sorted by relevance
41 ScVbaName::ScVbaName(const css::uno::Reference< ov::XHelperInterface >& xParent, in ScVbaName() function in ScVbaName53 ScVbaName::~ScVbaName() in ~ScVbaName()58 ScVbaName::getWorkSheet() throw (css::uno::RuntimeException) in getWorkSheet()65 ScVbaName::getName() throw (css::uno::RuntimeException) in getName()75 ScVbaName::setName( const ::rtl::OUString & rName ) throw (css::uno::RuntimeException) in setName()81 ScVbaName::getNameLocal() throw (css::uno::RuntimeException) in getNameLocal()87 ScVbaName::setNameLocal( const ::rtl::OUString & rName ) throw (css::uno::RuntimeException) in setNameLocal()93 ScVbaName::getVisible() throw (css::uno::RuntimeException) in getVisible()99 ScVbaName::setVisible( sal_Bool /*bVisible*/ ) throw (css::uno::RuntimeException) in setVisible()104 ScVbaName::getValue() throw (css::uno::RuntimeException) in getValue()[all …]
36 class ScVbaName : public NameImpl_BASE class49 …ScVbaName( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<…50 virtual ~ScVbaName();
52 …return uno::makeAny( uno::Reference< excel::XName > ( new ScVbaName( m_xParent, m_xContext, xNamed… in nextElement()157 …return uno::Any( uno::Reference< excel::XName >( new ScVbaName( getParent(), mxContext, xName, mxN… in Add()181 …return uno::makeAny( uno::Reference< excel::XName > ( new ScVbaName( getParent(), mxContext, xName… in createCollectionObject()