Searched refs:theSubTotalData (Results 1 – 3 of 3) sorted by relevance
164 if ( theSubTotalData.bGroupActive[nGroupIdx] ) in DoReset()166 SCCOL nField = theSubTotalData.nField[nGroupIdx]; in DoReset()234 theSubTotalData.nCol1 = rSubTotalData.nCol1; in DoFillItemSet()235 theSubTotalData.nRow1 = rSubTotalData.nRow1; in DoFillItemSet()236 theSubTotalData.nCol2 = rSubTotalData.nCol2; in DoFillItemSet()237 theSubTotalData.nRow2 = rSubTotalData.nRow2; in DoFillItemSet()239 theSubTotalData.nField[nGroupIdx] = (nGroup != 0) in DoFillItemSet()600 theSubTotalData.bReplace = sal_True; in FillItemSet()601 theSubTotalData.bCaseSens = aBtnCase.IsChecked(); in FillItemSet()603 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 16 milliseconds