Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2882 SwSortKey* pKey3 = new SwSortKey; in ConvertSortProperties() local
2883 pKey3->nColumnId = USHRT_MAX; in ConvertSortProperties()
2884 pKey3->bIsNumeric = sal_True; in ConvertSortProperties()
2885 pKey3->eSortOrder = SRT_ASCENDING; in ConvertSortProperties()
2886 SwSortKey* aKeys[3] = {pKey1, pKey2, pKey3}; in ConvertSortProperties()
3100 if (pKey3->nColumnId != USHRT_MAX) in ConvertSortProperties()
3102 rSortOpt.aKeys.C40_INSERT(SwSortKey, pKey3, rSortOpt.aKeys.Count()); in ConvertSortProperties()

Completed in 33 milliseconds