Searched refs:aRowEntry (Results 1 – 2 of 2) sorted by relevance
717 RowEntry aRowEntry; in DoSubTotals() local723 aRowEntry.nGroupNo = bTotal ? 0 : (nLevelCount-nLevel-1); in DoSubTotals()726 SCCOL nResCount = rParam.nSubTotals[aRowEntry.nGroupNo]; in DoSubTotals()728 ScSubTotalFunc* eResFunc = rParam.pFunctions[aRowEntry.nGroupNo]; in DoSubTotals()732 for (i=0; i<=aRowEntry.nGroupNo; i++) in DoSubTotals()742 aRowEntry.nSubStartRow = nStartRow; in DoSubTotals()754 for (i=0; i<=aRowEntry.nGroupNo && !bChanged; i++) in DoSubTotals()782 aRowEntry.nDestRow = nRow; in DoSubTotals()783 aRowEntry.nFuncStart = aRowEntry.nSubStartRow; in DoSubTotals()784 aRowEntry.nFuncEnd = nRow-1; in DoSubTotals()[all …]
408 ScOptConditionRow aRowEntry; in ReadConditions() local409 aRowEntry.aLeftStr = mpLeftEdit[nRow]->GetText(); in ReadConditions()410 aRowEntry.aRightStr = mpRightEdit[nRow]->GetText(); in ReadConditions()411 aRowEntry.nOperator = mpOperator[nRow]->GetSelectEntryPos(); in ReadConditions()414 if ( nVecPos >= (long)maConditions.size() && !aRowEntry.IsDefault() ) in ReadConditions()418 maConditions[nVecPos] = aRowEntry; in ReadConditions()432 ScOptConditionRow aRowEntry; in ShowConditions() local436 aRowEntry = maConditions[nVecPos]; in ShowConditions()438 mpLeftEdit[nRow]->SetRefString( aRowEntry.aLeftStr ); in ShowConditions()439 mpRightEdit[nRow]->SetRefString( aRowEntry.aRightStr ); in ShowConditions()[all …]