| /trunk/main/chart2/source/tools/ |
| H A D | DataSourceHelper.cxx | 69 rOutResult.push_back( xSeq->getSourceRangeRepresentation()); in lcl_addRanges() 72 rOutResult.push_back( xSeq->getSourceRangeRepresentation()); in lcl_addRanges() 482 aResult[0] = xLabel->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 483 aResult[1] = xValues->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 488 aResult[0] = xLabel->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 494 aResult[0] = xValues->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 508 aResult = xValues->getSourceRangeRepresentation(); in getRangeFromValues() 525 aResult.push_back( xLabel->getSourceRangeRepresentation()); in getRangesFromDataSource() 527 aResult.push_back( xValues->getSourceRangeRepresentation()); in getRangesFromDataSource()
|
| H A D | RangeHighlighter.cxx | 282 xLabel->getSourceRangeRepresentation(), in fillRangesForDataPoint() 291 xValues->getSourceRangeRepresentation(), in fillRangesForDataPoint()
|
| H A D | UncachedDataSequence.cxx | 223 OUString SAL_CALL UncachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::UncachedDataSequence
|
| H A D | CachedDataSequence.cxx | 325 OUString SAL_CALL CachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::CachedDataSequence
|
| H A D | InternalDataProvider.cxx | 1026 lcl_addDataSequenceToMap( xSeq->getSourceRangeRepresentation(), xSeq ); in registerDataSequenceForChanges()
|
| /trunk/main/chart2/source/model/template/ |
| H A D | DataInterpreter.cxx | 243 m_aValuesRangeRep = xSeq->getSourceRangeRepresentation(); in lcl_LabeledSequenceEquals() 250 m_aLabelRangeRep = xSeq->getSourceRangeRepresentation(); in lcl_LabeledSequenceEquals() 266 … (!bHasValues || m_aValuesRangeRep.equals( xSeqValues->getSourceRangeRepresentation())) ) && in operator ()() 268 … (!bHasLabels || m_aLabelRangeRep.equals( xSeqLabels->getSourceRangeRepresentation())) ) in operator ()() 427 aSourceRepr = aSequences[k]->getValues()->getSourceRangeRepresentation(); in lcl_ShowDataSource() 441 aSourceRepr = OUString( aSequences[k]->getLabel()->getSourceRangeRepresentation()); in lcl_ShowDataSource()
|
| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | DataBrowserModel.cxx | 127 OUString aValuesRep( xValues->getSourceRangeRepresentation()); in lcl_SequenceOfSeriesIsShared() 135 bResult = (aValuesRep == aLSeq[i]->getValues()->getSourceRangeRepresentation()); in lcl_SequenceOfSeriesIsShared() 186 OUString aRep( xSeq->getSourceRangeRepresentation()); in lcl_getValuesRepresentationIndex() 197 … (xLSeq->getValues().is() ? xLSeq->getValues()->getSourceRangeRepresentation() : OUString()) in lcl_RepresentationsOfLSeqMatch() 204 (xLSeq->getValues()->getSourceRangeRepresentation() == m_aValuesRep )); in operator ()()
|
| H A D | DialogModel.cxx | 231 aRole, xSeq->getSourceRangeRepresentation())); in operator =() 240 lcl_aLabelRole, xLabelSeq->getSourceRangeRepresentation())); in operator =() 635 aRange = xSeq->getSourceRangeRepresentation(); in getCategoriesRange()
|
| H A D | tp_DataSource.cxx | 989 aRange = xNewSeq->getSourceRangeRepresentation(); in updateModelFromControl() 1020 aRange = xNewSeq->getSourceRangeRepresentation(); in updateModelFromControl()
|
| /trunk/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 534 aResult.first = lcl_ConvertRange( xLabelSeq->getSourceRangeRepresentation(), xDoc ); in lcl_getLabelAndValueRangeByRole() 538 aResult.second = lcl_ConvertRange( xValueSeq->getSourceRangeRepresentation(), xDoc ); in lcl_getLabelAndValueRangeByRole() 801 OUString aRangeRep( rContent.second->getSourceRangeRepresentation()); in operator ()() 805 … nIndex = rContent.first->getSourceRangeRepresentation().copy( sizeof("label ")).toInt32(); in operator ()() 916 aRange = aIt->first->getSourceRangeRepresentation(); in lcl_getDataForLocalTable() 943 aRange = aIt->second->getSourceRangeRepresentation(); in lcl_getDataForLocalTable() 1040 OUString aRange( lcl_ConvertRange( xValues->getSourceRangeRepresentation(), xNewDoc ) ); in lcl_exportDomainForThisSequence() 2603 maCategoriesRange = xValues->getSourceRangeRepresentation(); in exportAxes() 2891 … xValuesSeq->getSourceRangeRepresentation(), in exportSeries() 2900 … xLabelSeq->getSourceRangeRepresentation(), in exportSeries()
|
| H A D | SchXMLTableContext.cxx | 1121 aRange = xValues->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary() 1130 aRange = xLabel->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary() 1166 aRange = xValues->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary() 1174 aRange = xLabel->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary()
|
| /trunk/main/chart2/source/controller/itemsetwrapper/ |
| H A D | ErrorBarItemConverter.cxx | 325 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem() 442 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
|
| H A D | StatisticsItemConverter.cxx | 504 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem() 683 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | chart2uno.cxx | 1785 …cRefTokenHelper::compileRangeRepresentation( aTokens, xLabel->getSourceRangeRepresentation(), m_pD… in detectArguments() 1802 …RefTokenHelper::compileRangeRepresentation( aTokens, xValues->getSourceRangeRepresentation(), m_pD… in detectArguments() 1968 aOldLabel = xOld->getLabel()->getSourceRangeRepresentation(); in detectArguments() 1970 aNewLabel = xNew->getLabel()->getSourceRangeRepresentation(); in detectArguments() 1972 aOldValues = xOld->getValues()->getSourceRangeRepresentation(); in detectArguments() 1974 aNewValues = xNew->getValues()->getSourceRangeRepresentation(); in detectArguments() 3027 ::rtl::OUString SAL_CALL ScChart2DataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in ScChart2DataSequence 3624 ::rtl::OUString SAL_CALL ScChart2EmptyDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in ScChart2EmptyDataSequence
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unochart.cxx | 1159 aLabelRange = xCurLabel->getSourceRangeRepresentation(); in detectArguments() 1161 aValuesRange = xCurValues->getSourceRangeRepresentation(); in detectArguments() 1659 OUString aRangeStr( pDataSeq->getSourceRangeRepresentation() ); in DeleteBox() 2040 OUString aRangeStr( getSourceRangeRepresentation() ); in SwChartDataSequence() 2091 OUString aRangeStr( getSourceRangeRepresentation() ); in SwChartDataSequence() 2159 OUString SAL_CALL SwChartDataSequence::getSourceRangeRepresentation( ) in getSourceRangeRepresentation() function in SwChartDataSequence
|
| /trunk/main/sc/source/core/tool/ |
| H A D | charthelper.cxx | 251 rRanges[nRealCount++] = xLabel->getSourceRangeRepresentation(); in GetChartRanges() 253 rRanges[nRealCount++] = xValues->getSourceRangeRepresentation(); in GetChartRanges()
|
| /trunk/main/sc/inc/ |
| H A D | chart2uno.hxx | 234 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation(); 447 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
|
| /trunk/main/chart2/source/inc/ |
| H A D | CachedDataSequence.hxx | 110 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
|
| H A D | UncachedDataSequence.hxx | 110 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
|
| /trunk/main/offapi/com/sun/star/chart2/data/ |
| H A D | XDataSequence.idl | 61 string getSourceRangeRepresentation();
|
| /trunk/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedStatisticProperties.cxx | 754 aRet = xSeq->getSourceRangeRepresentation(); in getValueFromSeries() 823 aRet = xSeq->getSourceRangeRepresentation(); in getValueFromSeries()
|
| /trunk/main/sw/inc/ |
| H A D | unochart.hxx | 308 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation( );
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xechart.cxx | 928 OUString aRangeRepr = xDataSeq->getSourceRangeRepresentation(); in ConvertDataSequence()
|