Searched refs:SwTOXSortKey (Results 1 – 6 of 6) sorted by relevance
57 SwTOXSortKey eSortKey1;58 SwTOXSortKey eSortKey2;59 SwTOXSortKey eSortKey3;165 void SetSortKeys(SwTOXSortKey eKey1,166 SwTOXSortKey eKey2,167 SwTOXSortKey eKey3);169 SwTOXSortKey GetSortKey1() const {return eSortKey1;} in GetSortKey1()170 SwTOXSortKey GetSortKey2() const {return eSortKey2;} in GetSortKey2()171 SwTOXSortKey GetSortKey3() const {return eSortKey3;} in GetSortKey3()
67 typedef SwTOXSortKey* TOXSortKeyPtr;441 const SwTOXSortKey* pKey = (*m_pSortKeyArr)[i]; in QueryValue()504 SwTOXSortKey* pSortKey = new SwTOXSortKey; in PutValue()543 const SwTOXSortKey* SwAuthorityFieldType::GetSortKey(sal_uInt16 nIdx) const in GetSortKey()545 SwTOXSortKey* pRet = 0; in GetSortKey()552 void SwAuthorityFieldType::SetSortKeys(sal_uInt16 nKeyCount, SwTOXSortKey aKeys[]) in SetSortKeys()558 m_pSortKeyArr->Insert(new SwTOXSortKey(aKeys[i]), nArrIdx++); in SetSortKeys()
57 struct SwTOXSortKey struct61 SwTOXSortKey() : in SwTOXSortKey() argument146 const SwTOXSortKey* GetSortKey(sal_uInt16 nIdx) const ;147 void SetSortKeys(sal_uInt16 nKeyCount, SwTOXSortKey nKeys[]);
380 SwTOXSortKey rArr[3]; in UpdateOrInsertTOX()482 void SwTOXDescription::SetSortKeys(SwTOXSortKey eKey1, in SetSortKeys()483 SwTOXSortKey eKey2, in SetSortKeys()484 SwTOXSortKey eKey3) in SetSortKeys()486 SwTOXSortKey aArr[3]; in SetSortKeys()
2396 const SwTOXSortKey* pKey = pFType->GetSortKey(0); in ActivatePage()2404 const SwTOXSortKey* pKey = pFType->GetSortKey(1); in ActivatePage()2412 const SwTOXSortKey* pKey = pFType->GetSortKey(2); in ActivatePage()2559 SwTOXSortKey aKey1, aKey2, aKey3; in UpdateDescriptor()
931 const SwTOXSortKey* pKey = pType->GetSortKey(i); in operator <()
Completed in 43 milliseconds