Home
last modified time | relevance | path

Searched refs:getSourceRangeRepresentation (Results 1 – 23 of 23) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDataSourceHelper.cxx69 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 DRangeHighlighter.cxx282 xLabel->getSourceRangeRepresentation(), in fillRangesForDataPoint()
291 xValues->getSourceRangeRepresentation(), in fillRangesForDataPoint()
H A DUncachedDataSequence.cxx223 OUString SAL_CALL UncachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::UncachedDataSequence
H A DCachedDataSequence.cxx325 OUString SAL_CALL CachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::CachedDataSequence
H A DInternalDataProvider.cxx1026 lcl_addDataSequenceToMap( xSeq->getSourceRangeRepresentation(), xSeq ); in registerDataSequenceForChanges()
/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx243 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 DDataBrowserModel.cxx127 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 DDialogModel.cxx231 aRole, xSeq->getSourceRangeRepresentation())); in operator =()
240 lcl_aLabelRole, xLabelSeq->getSourceRangeRepresentation())); in operator =()
635 aRange = xSeq->getSourceRangeRepresentation(); in getCategoriesRange()
H A Dtp_DataSource.cxx989 aRange = xNewSeq->getSourceRangeRepresentation(); in updateModelFromControl()
1020 aRange = xNewSeq->getSourceRangeRepresentation(); in updateModelFromControl()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx534 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 DSchXMLTableContext.cxx1121 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 DErrorBarItemConverter.cxx325 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem()
442 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
H A DStatisticsItemConverter.cxx504 ! ( 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 Dchart2uno.cxx1785 …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 Dunochart.cxx1159 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 Dcharthelper.cxx251 rRanges[nRealCount++] = xLabel->getSourceRangeRepresentation(); in GetChartRanges()
253 rRanges[nRealCount++] = xValues->getSourceRangeRepresentation(); in GetChartRanges()
/trunk/main/sc/inc/
H A Dchart2uno.hxx234 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
447 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
/trunk/main/chart2/source/inc/
H A DCachedDataSequence.hxx110 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
H A DUncachedDataSequence.hxx110 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation();
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataSequence.idl61 string getSourceRangeRepresentation();
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx754 aRet = xSeq->getSourceRangeRepresentation(); in getValueFromSeries()
823 aRet = xSeq->getSourceRangeRepresentation(); in getValueFromSeries()
/trunk/main/sw/inc/
H A Dunochart.hxx308 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation( );
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx928 OUString aRangeRepr = xDataSeq->getSourceRangeRepresentation(); in ConvertDataSequence()