Searched refs:m_pRangeIndices (Results 1 – 2 of 2) sorted by relevance
2426 , 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 …]
469 RangeIndexMapPtr m_pRangeIndices; member in ScChart2DataSequence
Completed in 32 milliseconds