Lines Matching refs:aRangeRepresentation

572     OUString aRangeRepresentation;  in createDataSource()  local
577 …DataSourceHelper::readArguments( aArguments, aRangeRepresentation, aSequenceMapping, bUseColumns, … in createDataSource()
579 if( aRangeRepresentation.equals( lcl_aCategoriesRangeName ) ) in createDataSource()
606 OSL_ASSERT( aRangeRepresentation.equals( lcl_aCompleteRange )); in createDataSource()
691 const OUString& aRangeRepresentation ) in createDataSequenceByRangeRepresentation() argument
695 if( aRangeRepresentation.match( lcl_aCategoriesRangeName )) in createDataSequenceByRangeRepresentation()
697 …OSL_ASSERT( aRangeRepresentation.equals( lcl_aCategoriesRangeName ) );//it is not expected nor imp… in createDataSequenceByRangeRepresentation()
702 else if( aRangeRepresentation.match( lcl_aLabelRangePrefix )) in createDataSequenceByRangeRepresentation()
705 sal_Int32 nIndex = aRangeRepresentation.copy( lcl_aLabelRangePrefix.getLength()).toInt32(); in createDataSequenceByRangeRepresentation()
708 else if( aRangeRepresentation.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "last" ))) in createDataSequenceByRangeRepresentation()
715 else if( !aRangeRepresentation.isEmpty() ) in createDataSequenceByRangeRepresentation()
718 sal_Int32 nIndex = aRangeRepresentation.toInt32(); in createDataSequenceByRangeRepresentation()
1050 OUString SAL_CALL InternalDataProvider::convertRangeToXML( const OUString& aRangeRepresentation ) in convertRangeToXML() argument
1061 if( aRangeRepresentation.match( lcl_aCategoriesRangeName )) in convertRangeToXML()
1063 …OSL_ASSERT( aRangeRepresentation.equals( lcl_aCategoriesRangeName ) );//it is not expected nor imp… in convertRangeToXML()
1080 else if( aRangeRepresentation.match( lcl_aLabelRangePrefix )) in convertRangeToXML()
1082 sal_Int32 nIndex = aRangeRepresentation.copy( lcl_aLabelRangePrefix.getLength()).toInt32(); in convertRangeToXML()
1096 else if( aRangeRepresentation.equals( lcl_aCompleteRange )) in convertRangeToXML()
1107 sal_Int32 nIndex = aRangeRepresentation.toInt32(); in convertRangeToXML()