Searched refs:theSortData (Results 1 – 4 of 4) sorted by relevance
267 ScSortParam theSortData = rSortData; in FillItemSet() local273 theSortData = ((const ScSortItem*)pItem)->GetSortData(); in FillItemSet()291 theSortData.bDoSort[0] = (nSort1Pos > 0); in FillItemSet()292 theSortData.bDoSort[1] = (nSort2Pos > 0); in FillItemSet()293 theSortData.bDoSort[2] = (nSort3Pos > 0); in FillItemSet()301 theSortData.nField[0] = in FillItemSet()302 theSortData.nField[1] = in FillItemSet()303 theSortData.nField[2] = ( bSortByRows ? in FillItemSet()309 theSortData.nField[0] = nFieldArr[nSort1Pos]; in FillItemSet()310 theSortData.nField[1] = nFieldArr[nSort2Pos]; in FillItemSet()[all …]
262 ScSortParam theSortData = rSortData; in FillItemSet() local268 theSortData = ((const ScSortItem*)pItem)->GetSortData(); in FillItemSet()286 theSortData.bDoSort[0] = (nSort1Pos > 0); in FillItemSet()287 theSortData.bDoSort[1] = (nSort2Pos > 0); in FillItemSet()288 theSortData.bDoSort[2] = (nSort3Pos > 0); in FillItemSet()296 theSortData.nField[0] = in FillItemSet()297 theSortData.nField[1] = in FillItemSet()298 theSortData.nField[2] = ( bSortByRows ? in FillItemSet()304 theSortData.nField[0] = nFieldArr[nSort1Pos]; in FillItemSet()305 theSortData.nField[1] = nFieldArr[nSort2Pos]; in FillItemSet()[all …]
182 if ( pSortData ) theSortData = *pSortData; in ScSortItem()192 if ( pSortData ) theSortData = *pSortData; in ScSortItem()200 theSortData ( rItem.theSortData ) in ScSortItem()224 && (theSortData == rOther.theSortData) ); in operator ==()
167 const ScSortParam& GetSortData () const { return theSortData; } in GetSortData()171 ScSortParam theSortData; member in ScSortItem