Home
last modified time | relevance | path

Searched refs:m_pRangeIndices (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2426 , m_pRangeIndices(NULL) in ScChart2DataSequence()
2720 if (!m_pRangeIndices.get()) in UpdateTokensFromRanges()
2731 sal_uInt32 nOrigPos = (*m_pRangeIndices)[i]; in UpdateTokensFromRanges()
2778 if (r.m_pRangeIndices.get()) in CopyData()
2779 m_pRangeIndices.reset(new vector<sal_uInt32>(*r.m_pRangeIndices)); in CopyData()
2841 m_pRangeIndices.reset(new vector<sal_uInt32>()); in Notify()
2851 m_pRangeIndices->push_back(nPos); in Notify()
2855 DBG_ASSERT(m_pRangeIndices->size() == static_cast<size_t>(aRanges.Count()), in Notify()
2868 DBG_ASSERT(m_pRangeIndices->size() == static_cast<size_t>(aRanges.Count()), in Notify()
2890 if (!m_pRangeIndices.get() || m_pRangeIndices->empty()) in Notify()
[all …]
/aoo42x/main/sc/inc/
H A Dchart2uno.hxx469 RangeIndexMapPtr m_pRangeIndices; member in ScChart2DataSequence

Completed in 61 milliseconds