/aoo4110/main/chart2/source/tools/ |
H A D | DataSourceHelper.cxx | 65 rOutResult.push_back( xSeq->getSourceRangeRepresentation()); in lcl_addRanges() 68 rOutResult.push_back( xSeq->getSourceRangeRepresentation()); in lcl_addRanges() 478 aResult[0] = xLabel->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 479 aResult[1] = xValues->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 484 aResult[0] = xLabel->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 490 aResult[0] = xValues->getSourceRangeRepresentation(); in getRangesFromLabeledDataSequence() 504 aResult = xValues->getSourceRangeRepresentation(); in getRangeFromValues() 521 aResult.push_back( xLabel->getSourceRangeRepresentation()); in getRangesFromDataSource() 523 aResult.push_back( xValues->getSourceRangeRepresentation()); in getRangesFromDataSource()
|
H A D | RangeHighlighter.cxx | 283 xLabel->getSourceRangeRepresentation(), in fillRangesForDataPoint() 292 xValues->getSourceRangeRepresentation(), in fillRangesForDataPoint()
|
H A D | UncachedDataSequence.cxx | 227 OUString SAL_CALL UncachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::UncachedDataSequence
|
H A D | CachedDataSequence.cxx | 329 OUString SAL_CALL CachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::CachedDataSequence
|
H A D | InternalDataProvider.cxx | 1045 lcl_addDataSequenceToMap( xSeq->getSourceRangeRepresentation(), xSeq ); in registerDataSequenceForChanges()
|
/aoo4110/main/chart2/source/model/template/ |
H A D | DataInterpreter.cxx | 246 m_aValuesRangeRep = xSeq->getSourceRangeRepresentation(); in lcl_LabeledSequenceEquals() 253 m_aLabelRangeRep = xSeq->getSourceRangeRepresentation(); in lcl_LabeledSequenceEquals() 269 … (!bHasValues || m_aValuesRangeRep.equals( xSeqValues->getSourceRangeRepresentation())) ) && in operator ()() 271 … (!bHasLabels || m_aLabelRangeRep.equals( xSeqLabels->getSourceRangeRepresentation())) ) in operator ()() 431 aSourceRepr = aSequences[k]->getValues()->getSourceRangeRepresentation(); in lcl_ShowDataSource() 445 aSourceRepr = OUString( aSequences[k]->getLabel()->getSourceRangeRepresentation()); in lcl_ShowDataSource()
|
/aoo4110/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 | 227 aRole, xSeq->getSourceRangeRepresentation())); in operator =() 236 lcl_aLabelRole, xLabelSeq->getSourceRangeRepresentation())); in operator =() 630 aRange = xSeq->getSourceRangeRepresentation(); in getCategoriesRange()
|
H A D | tp_DataSource.cxx | 989 aRange = xNewSeq->getSourceRangeRepresentation(); in updateModelFromControl() 1020 aRange = xNewSeq->getSourceRangeRepresentation(); in updateModelFromControl()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 533 aResult.first = lcl_ConvertRange( xLabelSeq->getSourceRangeRepresentation(), xDoc ); in lcl_getLabelAndValueRangeByRole() 537 aResult.second = lcl_ConvertRange( xValueSeq->getSourceRangeRepresentation(), xDoc ); in lcl_getLabelAndValueRangeByRole() 800 OUString aRangeRep( rContent.second->getSourceRangeRepresentation()); in operator ()() 804 … nIndex = rContent.first->getSourceRangeRepresentation().copy( sizeof("label ")).toInt32(); in operator ()() 915 aRange = aIt->first->getSourceRangeRepresentation(); in lcl_getDataForLocalTable() 942 aRange = aIt->second->getSourceRangeRepresentation(); in lcl_getDataForLocalTable() 1039 OUString aRange( lcl_ConvertRange( xValues->getSourceRangeRepresentation(), xNewDoc ) ); in lcl_exportDomainForThisSequence() 2602 maCategoriesRange = xValues->getSourceRangeRepresentation(); in exportAxes() 2890 … xValuesSeq->getSourceRangeRepresentation(), in exportSeries() 2899 … xLabelSeq->getSourceRangeRepresentation(), in exportSeries()
|
H A D | SchXMLTableContext.cxx | 1122 aRange = xValues->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary() 1131 aRange = xLabel->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary() 1167 aRange = xValues->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary() 1175 aRange = xLabel->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary()
|
/aoo4110/main/chart2/source/controller/itemsetwrapper/ |
H A D | ErrorBarItemConverter.cxx | 326 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem() 444 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
|
H A D | StatisticsItemConverter.cxx | 505 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem() 685 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 1788 …cRefTokenHelper::compileRangeRepresentation( aTokens, xLabel->getSourceRangeRepresentation(), m_pD… in detectArguments() 1805 …RefTokenHelper::compileRangeRepresentation( aTokens, xValues->getSourceRangeRepresentation(), m_pD… in detectArguments() 1971 aOldLabel = xOld->getLabel()->getSourceRangeRepresentation(); in detectArguments() 1973 aNewLabel = xNew->getLabel()->getSourceRangeRepresentation(); in detectArguments() 1975 aOldValues = xOld->getValues()->getSourceRangeRepresentation(); in detectArguments() 1977 aNewValues = xNew->getValues()->getSourceRangeRepresentation(); in detectArguments() 3052 ::rtl::OUString SAL_CALL ScChart2DataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in ScChart2DataSequence 3671 ::rtl::OUString SAL_CALL ScChart2EmptyDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in ScChart2EmptyDataSequence
|
/aoo4110/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 251 rRanges[nRealCount++] = xLabel->getSourceRangeRepresentation(); in GetChartRanges() 253 rRanges[nRealCount++] = xValues->getSourceRangeRepresentation(); in GetChartRanges()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 1163 aLabelRange = xCurLabel->getSourceRangeRepresentation(); in detectArguments() 1165 aValuesRange = xCurValues->getSourceRangeRepresentation(); in detectArguments() 1673 OUString aRangeStr( pDataSeq->getSourceRangeRepresentation() ); in DeleteBox() 2060 OUString aRangeStr( getSourceRangeRepresentation() ); in SwChartDataSequence() 2111 OUString aRangeStr( getSourceRangeRepresentation() ); in SwChartDataSequence() 2181 OUString SAL_CALL SwChartDataSequence::getSourceRangeRepresentation( ) in getSourceRangeRepresentation() function in SwChartDataSequence
|
/aoo4110/main/sc/inc/ |
H A D | chart2uno.hxx | 266 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation() 508 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation()
|
/aoo4110/main/chart2/source/inc/ |
H A D | CachedDataSequence.hxx | 112 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation()
|
H A D | UncachedDataSequence.hxx | 112 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation()
|
/aoo4110/main/offapi/com/sun/star/chart2/data/ |
H A D | XDataSequence.idl | 61 string getSourceRangeRepresentation();
|
/aoo4110/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedStatisticProperties.cxx | 754 aRet = xSeq->getSourceRangeRepresentation(); in getValueFromSeries() 823 aRet = xSeq->getSourceRangeRepresentation(); in getValueFromSeries()
|
/aoo4110/main/sw/inc/ |
H A D | unochart.hxx | 308 …virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation( ) throw (::com::sun::star::uno::Ru…
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 928 OUString aRangeRepr = xDataSeq->getSourceRangeRepresentation(); in ConvertDataSequence()
|