Lines Matching refs:Any
49 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
86 css::uno::Any
87 ScVbaNames::Add( const css::uno::Any& Name , in Add() argument
88 const css::uno::Any& RefersTo, in Add()
89 const css::uno::Any& /*Visible*/, in Add()
90 const css::uno::Any& /*MacroType*/, in Add()
91 const css::uno::Any& /*ShoutcutKey*/, in Add()
92 const css::uno::Any& /*Category*/, in Add()
93 const css::uno::Any& NameLocal, in Add()
94 const css::uno::Any& /*RefersToLocal*/, in Add()
95 const css::uno::Any& /*CategoryLocal*/, in Add()
96 const css::uno::Any& RefersToR1C1, in Add()
97 … const css::uno::Any& RefersToR1C1Local ) throw (css::uno::RuntimeException) in Add()
136 uno::Any xAny = pRange->getCellRange() ; in Add()
142 uno::Any xAny2 ; in Add()
157 …return uno::Any( uno::Reference< excel::XName >( new ScVbaName( getParent(), mxContext, xName, mxN… in Add()
160 return css::uno::Any(); in Add()
177 uno::Any
178 ScVbaNames::createCollectionObject( const uno::Any& aSource ) in createCollectionObject()