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.cxx65 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 DRangeHighlighter.cxx283 xLabel->getSourceRangeRepresentation(), in fillRangesForDataPoint()
292 xValues->getSourceRangeRepresentation(), in fillRangesForDataPoint()
H A DUncachedDataSequence.cxx227 OUString SAL_CALL UncachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::UncachedDataSequence
H A DCachedDataSequence.cxx329 OUString SAL_CALL CachedDataSequence::getSourceRangeRepresentation() in getSourceRangeRepresentation() function in chart::CachedDataSequence
H A DInternalDataProvider.cxx1045 lcl_addDataSequenceToMap( xSeq->getSourceRangeRepresentation(), xSeq ); in registerDataSequenceForChanges()
/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx246 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()
/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.cxx227 aRole, xSeq->getSourceRangeRepresentation())); in operator =()
236 lcl_aLabelRole, xLabelSeq->getSourceRangeRepresentation())); in operator =()
630 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.cxx533 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 DSchXMLTableContext.cxx1122 aRange = xValues->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary()
1131 aRange = xLabel->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary()
1167 aRange = xValues->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary()
1175 aRange = xLabel->getSourceRangeRepresentation(); in switchRangesFromOuterToInternalIfNecessary()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DErrorBarItemConverter.cxx326 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem()
444 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
H A DStatisticsItemConverter.cxx505 ! ( xSeq.is() && aNewRange.equals( xSeq->getSourceRangeRepresentation())); in ApplySpecialItem()
685 … rOutItemSet.Put( SfxStringItem( nWhichId, String( xSeq->getSourceRangeRepresentation()))); in FillSpecialItem()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1788 …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
/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/sw/source/core/unocore/
H A Dunochart.cxx1163 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
/trunk/main/sc/inc/
H A Dchart2uno.hxx266 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation()
508 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation()
/trunk/main/chart2/source/inc/
H A DCachedDataSequence.hxx112 virtual ::rtl::OUString SAL_CALL getSourceRangeRepresentation()
H A DUncachedDataSequence.hxx112 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( ) throw (::com::sun::star::uno::Ru…
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx928 OUString aRangeRepr = xDataSeq->getSourceRangeRepresentation(); in ConvertDataSequence()

Completed in 177 milliseconds