Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2425 , m_pTokens(pTokens) in ScChart2DataSequence()
2510 if (!m_pTokens.get()) in BuildDataCache()
2522 … for (vector<ScSharedTokenRef>::const_iterator itr = m_pTokens->begin(), itrEnd = m_pTokens->end(); in BuildDataCache()
2842 … vector<ScSharedTokenRef>::const_iterator itrBeg = m_pTokens->begin(), itrEnd = m_pTokens->end(); in Notify()
3178 if (!m_pTokens.get()) in generateLabel()
3183 func = for_each(m_pTokens->begin(), m_pTokens->end(), func); in generateLabel()
3213 genLabels = for_each(m_pTokens->begin(), m_pTokens->end(), genLabels); in generateLabel()
3302 if (m_pTokens.get()) in createClone()
3307 … vector<ScSharedTokenRef>::const_iterator itr = m_pTokens->begin(), itrEnd = m_pTokens->end(); in createClone()
3329 if (!m_pTokens.get() || m_pTokens->empty()) in addModifyListener()
[all …]
/aoo41x/main/sc/inc/
H A Dchart2uno.hxx468 TokenListPtr m_pTokens; member in ScChart2DataSequence

Completed in 35 milliseconds