Searched refs:theSubTotalData (Results 1 – 3 of 3) sorted by relevance
165 if ( theSubTotalData.bGroupActive[nGroupIdx] ) in DoReset()167 SCCOL nField = theSubTotalData.nField[nGroupIdx]; in DoReset()235 theSubTotalData.nCol1 = rSubTotalData.nCol1; in DoFillItemSet()236 theSubTotalData.nRow1 = rSubTotalData.nRow1; in DoFillItemSet()237 theSubTotalData.nCol2 = rSubTotalData.nCol2; in DoFillItemSet()238 theSubTotalData.nRow2 = rSubTotalData.nRow2; in DoFillItemSet()240 theSubTotalData.nField[nGroupIdx] = (nGroup != 0) in DoFillItemSet()601 theSubTotalData.bReplace = sal_True; in FillItemSet()602 theSubTotalData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()604 theSubTotalData.bDoSort = aBtnSort.IsChecked(); in FillItemSet()[all …]
340 if ( pSubTotalData ) theSubTotalData = *pSubTotalData; in ScSubTotalItem()350 if ( pSubTotalData ) theSubTotalData = *pSubTotalData; in ScSubTotalItem()358 theSubTotalData ( rItem.theSubTotalData ) in ScSubTotalItem()382 && (theSubTotalData == rSTItem.theSubTotalData) ); in operator ==()
227 const ScSubTotalParam& GetSubTotalData() const { return theSubTotalData; } in GetSubTotalData()231 ScSubTotalParam theSubTotalData; member in ScSubTotalItem
Completed in 20 milliseconds