Home
last modified time | relevance | path

Searched refs:SwTOXSortKey (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sw/source/ui/inc/
H A Dtoxmgr.hxx57 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()
/aoo42x/main/sw/source/core/fields/
H A Dauthfld.cxx67 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()
/aoo42x/main/sw/inc/
H A Dauthfld.hxx57 struct SwTOXSortKey struct
61 SwTOXSortKey() : in SwTOXSortKey() argument
146 const SwTOXSortKey* GetSortKey(sal_uInt16 nIdx) const ;
147 void SetSortKeys(sal_uInt16 nKeyCount, SwTOXSortKey nKeys[]);
/aoo42x/main/sw/source/ui/index/
H A Dtoxmgr.cxx380 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()
H A Dcnttab.cxx2396 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()
/aoo42x/main/sw/source/core/tox/
H A Dtxmsrt.cxx931 const SwTOXSortKey* pKey = pType->GetSortKey(i); in operator <()

Completed in 77 milliseconds