Lines Matching refs:aRet
266 uno::Sequence<rtl::OUString> aRet(1); in getSupportedServiceNames_Static() local
267 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static()
269 return aRet; in getSupportedServiceNames_Static()
290 uno::Sequence<rtl::OUString> aRet(2); in getSupportedServiceNames() local
291 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
294 return aRet; in getSupportedServiceNames()
683 uno::Any aRet; in callFunction() local
703 ScRangeToSequence::FillMixedArray( aRet, pMat ); in callFunction()
708 aRet <<= (double) pFormula->GetValue(); in callFunction()
715 aRet <<= rtl::OUString( aStrVal ); in callFunction()
738 return aRet; in callFunction()