Lines Matching refs:m_pRangeIndices
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()
2899 if (nCount != m_pRangeIndices->size()) in Notify()