Searched refs:pKey3 (Results 1 – 1 of 1) sorted by relevance
2882 SwSortKey* pKey3 = new SwSortKey; in ConvertSortProperties() local2883 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 89 milliseconds