Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/vba/
H A Dvbaname.cxx41 ScVbaName::ScVbaName(const css::uno::Reference< ov::XHelperInterface >& xParent, in ScVbaName() function in ScVbaName
53 ScVbaName::~ScVbaName() in ~ScVbaName()
58 ScVbaName::getWorkSheet() throw (css::uno::RuntimeException) in getWorkSheet()
65 ScVbaName::getName() throw (css::uno::RuntimeException) in getName()
81 ScVbaName::getNameLocal() throw (css::uno::RuntimeException) in getNameLocal()
93 ScVbaName::getVisible() throw (css::uno::RuntimeException) in getVisible()
104 ScVbaName::getValue() throw (css::uno::RuntimeException) in getValue()
181 ScVbaName::getRefersTo() throw (css::uno::RuntimeException) in getRefersTo()
242 ScVbaName::Delete() throw (css::uno::RuntimeException) in Delete()
248 ScVbaName::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbaname.hxx36 class ScVbaName : public NameImpl_BASE class
49ScVbaName( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<…
50 virtual ~ScVbaName();
H A Dvbanames.cxx52 …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()

Completed in 16 milliseconds