Lines Matching refs:aRet

253     uno::Sequence < sal_Int32 > aRet;  in getSupportedLabelPlacements()  local
255 return aRet; in getSupportedLabelPlacements()
267 aRet.realloc(4); in getSupportedLabelPlacements()
268 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
276 aRet.realloc(1); in getSupportedLabelPlacements()
277 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
286 aRet.realloc(5); in getSupportedLabelPlacements()
287 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
306 aRet.realloc( bStacked ? 3 : 6 ); in getSupportedLabelPlacements()
307 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
329 aRet.realloc(1); in getSupportedLabelPlacements()
330 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
335 aRet.realloc(6); in getSupportedLabelPlacements()
336 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
346 aRet.realloc(1); in getSupportedLabelPlacements()
347 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
352 aRet.realloc( 1 ); in getSupportedLabelPlacements()
353 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements()
361 return aRet; in getSupportedLabelPlacements()
497 drawing::Direction3D aRet(0.0, 0.0, 1.0); in getDefaultSimpleLightDirection() local
502 aRet = drawing::Direction3D(0.0, 0.8, 0.5); in getDefaultSimpleLightDirection()
505 aRet = drawing::Direction3D(0.9, 0.5, 0.05); in getDefaultSimpleLightDirection()
507 return aRet; in getDefaultSimpleLightDirection()
512 drawing::Direction3D aRet(0.0, 0.0, 1.0); in getDefaultRealisticLightDirection() local
517 aRet = drawing::Direction3D(0.6, 0.6, 0.6); in getDefaultRealisticLightDirection()
520 aRet = drawing::Direction3D(0.9, 0.5, 0.05); in getDefaultRealisticLightDirection()
522 return aRet; in getDefaultRealisticLightDirection()
579 uno::Sequence < sal_Int32 > aRet; in getSupportedMissingValueTreatments() local
581 return aRet; in getSupportedMissingValueTreatments()
594 aRet.realloc( 2 ); in getSupportedMissingValueTreatments()
595 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments()
601 aRet.realloc( bStacked ? 1 : 2 ); in getSupportedMissingValueTreatments()
602 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments()
611 aRet.realloc( bStacked ? 2 : 3 ); in getSupportedMissingValueTreatments()
612 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments()
620 aRet.realloc( 3 ); in getSupportedMissingValueTreatments()
621 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments()
629 aRet.realloc( 0 ); in getSupportedMissingValueTreatments()
636 return aRet; in getSupportedMissingValueTreatments()
652 rtl::OUString aRet( C2U( "values-y" ) ); in getRoleOfSequenceForYAxisNumberFormatDetection() local
654 return aRet; in getRoleOfSequenceForYAxisNumberFormatDetection()
657 aRet = xChartType->getRoleOfSequenceForSeriesLabel(); in getRoleOfSequenceForYAxisNumberFormatDetection()
658 return aRet; in getRoleOfSequenceForYAxisNumberFormatDetection()
663 rtl::OUString aRet( C2U( "values-y" ) ); in getRoleOfSequenceForDataLabelNumberFormatDetection() local
665 return aRet; in getRoleOfSequenceForDataLabelNumberFormatDetection()
669 aRet = xChartType->getRoleOfSequenceForSeriesLabel(); in getRoleOfSequenceForDataLabelNumberFormatDetection()
670 return aRet; in getRoleOfSequenceForDataLabelNumberFormatDetection()