Lines Matching refs:theSortData

267 	ScSortParam theSortData = rSortData;  in FillItemSet()  local
273 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()
311 theSortData.nField[2] = nFieldArr[nSort3Pos]; in FillItemSet()
314 theSortData.bAscending[0] = aBtnUp1.IsChecked(); in FillItemSet()
315 theSortData.bAscending[1] = aBtnUp2.IsChecked(); in FillItemSet()
316 theSortData.bAscending[2] = aBtnUp3.IsChecked(); in FillItemSet()
321 theSortData.bDoSort[0] = in FillItemSet()
322 theSortData.bDoSort[1] = in FillItemSet()
323 theSortData.bDoSort[2] = FALSE; in FillItemSet()
326 rArgSet.Put( ScSortItem( SCITEM_SORTDATA, NULL, &theSortData ) ); in FillItemSet()
827 ScSortParam theSortData = rSortData; in FillItemSet() local
833 theSortData = ((const ScSortItem*)pItem)->GetSortData(); in FillItemSet()
836 theSortData.bByRow = aBtnTopDown.IsChecked(); in FillItemSet()
837 theSortData.bHasHeader = aBtnHeader.IsChecked(); in FillItemSet()
838 theSortData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()
839 theSortData.bNaturalSort = aBtnNaturalSort.IsChecked(); in FillItemSet()
840 theSortData.bIncludePattern = aBtnFormats.IsChecked(); in FillItemSet()
841 theSortData.bInplace = !aBtnCopyResult.IsChecked(); in FillItemSet()
842 theSortData.nDestCol = theOutPos.Col(); in FillItemSet()
843 theSortData.nDestRow = theOutPos.Row(); in FillItemSet()
844 theSortData.nDestTab = theOutPos.Tab(); in FillItemSet()
845 theSortData.bUserDef = aBtnSortUser.IsChecked(); in FillItemSet()
846 theSortData.nUserIndex = (aBtnSortUser.IsChecked()) in FillItemSet()
852 theSortData.aCollatorLocale = MsLangId::convertLanguageToLocale( eLang, false ); in FillItemSet()
859 theSortData.aCollatorLocale ); in FillItemSet()
864 theSortData.aCollatorAlgorithm = sAlg; in FillItemSet()
867 rArgSet.Put( ScSortItem( SCITEM_SORTDATA, &theSortData ) ); in FillItemSet()