Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/unocore/
H A Dunoportenum.cxx348 : m_Portions() in SwXTextPortionEnumeration()
361 lcl_CreatePortions(m_Portions, xParentText, pUnoCrsr, frames, nStart, nEnd); in SwXTextPortionEnumeration()
367 : m_Portions( rPortions ) in SwXTextPortionEnumeration()
392 return (m_Portions.size() > 0) ? sal_True : sal_False; in hasMoreElements()
403 if (!m_Portions.size()) in nextElement()
407 any <<= m_Portions.front(); in nextElement()
408 m_Portions.pop_front(); in nextElement()
/aoo42x/main/sw/inc/
H A Dunoport.hxx274 TextRangeList_t m_Portions; // contains all portions, filled by ctor member in SwXTextPortionEnumeration

Completed in 43 milliseconds