Lines Matching refs:aRet

695     CellRangeAddress aRet;  in getSourceRange()  local
697 ScUnoConversion::FillApiRange( aRet, pDPObject->GetSheetDesc()->aSourceRange ); in getSourceRange()
698 return aRet; in getSourceRange()
928 Any aRet; in getPropertyValue() local
942 aRet = ::cppu::bool2any( aNewData.GetColumnGrand() ); in getPropertyValue()
946 aRet = ::cppu::bool2any( aNewData.GetIgnoreEmptyRows() ); in getPropertyValue()
950 aRet = ::cppu::bool2any( aNewData.GetRepeatIfEmpty() ); in getPropertyValue()
954 aRet = ::cppu::bool2any( aNewData.GetRowGrand() ); in getPropertyValue()
958 aRet = ::cppu::bool2any( aNewData.GetFilterButton() ); in getPropertyValue()
962 aRet = ::cppu::bool2any( aNewData.GetDrillDown() ); in getPropertyValue()
968 aRet <<= *pGrandTotalName; // same behavior as in ScDPSource in getPropertyValue()
986 aRet <<= aSeq; in getPropertyValue()
992 aRet <<= aEmpty; in getPropertyValue()
1001 aRet <<= aServiceName; // empty string if no ServiceDesc set in getPropertyValue()
1018 aRet <<= aSeq; in getPropertyValue()
1024 aRet <<= aEmpty; in getPropertyValue()
1032 return aRet; in getPropertyValue()
1263 CellRangeAddress aRet; in getOutputRange() local
1268 aRet.Sheet = aRange.aStart.Tab(); in getOutputRange()
1269 aRet.StartColumn = aRange.aStart.Col(); in getOutputRange()
1270 aRet.StartRow = aRange.aStart.Row(); in getOutputRange()
1271 aRet.EndColumn = aRange.aEnd.Col(); in getOutputRange()
1272 aRet.EndRow = aRange.aEnd.Row(); in getOutputRange()
1274 return aRet; in getOutputRange()
1343 CellRangeAddress aRet; in getOutputRangeByType() local
1345 ScUnoConversion::FillApiRange( aRet, pDPObj->GetOutputRangeByType( nType ) ); in getOutputRangeByType()
1346 return aRet; in getOutputRangeByType()
2005 Any aRet; in getPropertyValue() local
2008 aRet <<= getFunction(); in getPropertyValue()
2010 aRet <<= getSubtotals(); in getPropertyValue()
2012 aRet <<= getOrientation(); in getPropertyValue()
2014 aRet <<= getCurrentPage(); in getPropertyValue()
2016 aRet <<= getUseCurrentPage(); in getPropertyValue()
2018 aRet = ::cppu::bool2any(getAutoShowInfo() != NULL); in getPropertyValue()
2023 aRet <<= DataPilotFieldAutoShowInfo(*pInfo); in getPropertyValue()
2026 aRet = ::cppu::bool2any(getLayoutInfo() != NULL); in getPropertyValue()
2031 aRet <<= DataPilotFieldLayoutInfo(*pInfo); in getPropertyValue()
2034 aRet = ::cppu::bool2any(getReference() != NULL); in getPropertyValue()
2039 aRet <<= DataPilotFieldReference(*pRef); in getPropertyValue()
2042 aRet = ::cppu::bool2any(getSortInfo() != NULL); in getPropertyValue()
2047 aRet <<= DataPilotFieldSortInfo(*pInfo); in getPropertyValue()
2050 aRet = ::cppu::bool2any(hasGroupInfo()); in getPropertyValue()
2053 aRet <<= getGroupInfo(); in getPropertyValue()
2056 aRet <<= getShowEmpty(); in getPropertyValue()
2058 return aRet; in getPropertyValue()
2184 Sequence< GeneralFunction > aRet; in getSubtotals() local
2193 aRet.realloc( nCount ); in getSubtotals()
2195 aRet[ nIdx ] = (GeneralFunction)pDim->GetSubTotalFunc( nIdx ); in getSubtotals()
2199 return aRet; in getSubtotals()
3490 Any aRet; in getPropertyValue() local
3507 aRet <<= (bool)pMember->GetShowDetails(); in getPropertyValue()
3513aRet = xMemberProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_SHOWDETA ) ) … in getPropertyValue()
3515 aRet <<= true; in getPropertyValue()
3522 aRet <<= !pMember->GetIsVisible(); in getPropertyValue()
3528aRet <<= !cppu::any2bool( xMemberProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( S… in getPropertyValue()
3530 aRet <<= false; in getPropertyValue()
3535 aRet <<= mnIndex; in getPropertyValue()
3540 return aRet; in getPropertyValue()