Searched refs:theSortData (Results 1 – 4 of 4) sorted by relevance
267 ScSortParam theSortData = rSortData; in FillItemSet() local301 theSortData.nField[0] = in FillItemSet()302 theSortData.nField[1] = in FillItemSet()321 theSortData.bDoSort[0] = in FillItemSet()322 theSortData.bDoSort[1] = in FillItemSet()323 theSortData.bDoSort[2] = FALSE; in FillItemSet()827 ScSortParam theSortData = rSortData; in FillItemSet() local842 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()843 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()844 theSortData.nDestTab = theOutPos.Tab(); in FillItemSet()[all …]
262 ScSortParam theSortData = rSortData; in FillItemSet() local296 theSortData.nField[0] = in FillItemSet()297 theSortData.nField[1] = in FillItemSet()316 theSortData.bDoSort[0] = in FillItemSet()317 theSortData.bDoSort[1] = in FillItemSet()318 theSortData.bDoSort[2] = sal_False; in FillItemSet()810 ScSortParam theSortData = rSortData; in FillItemSet() local824 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()825 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()826 theSortData.nDestTab = theOutPos.Tab(); 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
Completed in 46 milliseconds