Home
last modified time | relevance | path

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

/AOO41X/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()
113 for(sal_uInt16 i = 0; i < rFType.m_pSortKeyArr->Count(); i++) 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()
435 Sequence<PropertyValues> aRet(m_pSortKeyArr->Count()); in QueryValue()
439 for(sal_uInt16 i = 0; i < m_pSortKeyArr->Count(); i++) in QueryValue()
441 const SwTOXSortKey* pKey = (*m_pSortKeyArr)[i]; in QueryValue()
499 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in PutValue()
[all …]
/AOO41X/main/sw/inc/
H A Dauthfld.hxx77 SortKeyArr* m_pSortKeyArr; member in SwAuthorityFieldType