Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/fields/
H A Dauthfld.cxx92 m_pSortKeyArr(new SortKeyArr(3, 3)), in SwAuthorityFieldType()
105 m_pSortKeyArr(new SortKeyArr(3, 3)), in SwAuthorityFieldType()
114 m_pSortKeyArr->Insert((*rFType.m_pSortKeyArr)[i], i); in SwAuthorityFieldType()
120 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in ~SwAuthorityFieldType()
121 delete m_pSortKeyArr; in ~SwAuthorityFieldType()
499 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in PutValue()
520 m_pSortKeyArr->Insert(pSortKey, m_pSortKeyArr->Count()); in PutValue()
540 return m_pSortKeyArr->Count(); in GetSortKeyCount()
546 if(m_pSortKeyArr->Count() > nIdx) in GetSortKey()
547 pRet = (*m_pSortKeyArr)[nIdx]; in GetSortKey()
[all …]
/aoo4110/main/sw/inc/
H A Dauthfld.hxx77 SortKeyArr* m_pSortKeyArr; member in SwAuthorityFieldType

Completed in 24 milliseconds