Lines Matching refs:aRet

814 	uno::Any aRet;  in getPropertyValue()  local
819 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bCaseSens ); in getPropertyValue()
821 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bIncludePattern ); in getPropertyValue()
823 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bDoSort ); in getPropertyValue()
825 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bAscending ); in getPropertyValue()
827 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bPagebreak ); in getPropertyValue()
829 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bUserDef ); in getPropertyValue()
831 aRet <<= (sal_Int32) aParam.nUserIndex; in getPropertyValue()
833 aRet <<= (sal_Int32) MAXSUBTOTAL; in getPropertyValue()
835 return aRet; in getPropertyValue()
1477 uno::Any aRet; in getPropertyValue() local
1480 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bHasHeader ); in getPropertyValue()
1482 ScUnoHelpFunctions::SetBoolInAny( aRet, !(aParam.bInplace) ); in getPropertyValue()
1484 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bCaseSens ); in getPropertyValue()
1486 aRet <<= (sal_Int32) MAXQUERY; in getPropertyValue()
1491 aRet <<= eOrient; in getPropertyValue()
1499 aRet <<= aOutPos; in getPropertyValue()
1502 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bDestPers ); in getPropertyValue()
1504 ScUnoHelpFunctions::SetBoolInAny( aRet, !(aParam.bDuplicate) ); in getPropertyValue()
1506 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bRegExp ); in getPropertyValue()
1508 return aRet; in getPropertyValue()
2072 uno::Any aRet; in getPropertyValue() local
2078 ScUnoHelpFunctions::SetBoolInAny( aRet, pData->IsKeepFmt() ); in getPropertyValue()
2080 ScUnoHelpFunctions::SetBoolInAny( aRet, pData->IsDoSize() ); in getPropertyValue()
2082 ScUnoHelpFunctions::SetBoolInAny( aRet, pData->IsStripData() ); in getPropertyValue()
2086 ScUnoHelpFunctions::SetBoolInAny( aRet, in getPropertyValue()
2095 aRet <<= rtl::OUString( aName ); in getPropertyValue()
2100 ScUnoHelpFunctions::SetBoolInAny( aRet, bAutoFilter ); in getPropertyValue()
2107 ScUnoHelpFunctions::SetBoolInAny( aRet, bIsAdvancedSource ); in getPropertyValue()
2116 aRet <<= aRange; in getPropertyValue()
2120 ScUnoHelpFunctions::SetBoolInAny( aRet, GetDBData_Impl()->HasImportSelection() ); in getPropertyValue()
2125 aRet <<= nRefresh; in getPropertyValue()
2133 aRet <<= static_cast<sal_Int32>(GetDBData_Impl()->GetIndex()); in getPropertyValue()
2136 return aRet; in getPropertyValue()
2159 uno::Sequence<rtl::OUString> aRet(2); in getSupportedServiceNames() local
2160 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
2163 return aRet; in getSupportedServiceNames()