Searched refs:aRowEntry (Results 1 – 2 of 2) sorted by relevance
717 RowEntry aRowEntry; in DoSubTotals() local732 for (i=0; i<=aRowEntry.nGroupNo; i++) in DoSubTotals()742 aRowEntry.nSubStartRow = nStartRow; in DoSubTotals()782 aRowEntry.nDestRow = nRow; in DoSubTotals()783 aRowEntry.nFuncStart = aRowEntry.nSubStartRow; in DoSubTotals()784 aRowEntry.nFuncEnd = nRow-1; in DoSubTotals()788 DBShowRow( aRowEntry.nDestRow, bBlockVis ); in DoSubTotals()842 SetString( nGroupCol[aRowEntry.nGroupNo], aRowEntry.nDestRow, nTab, aOutString ); in DoSubTotals()843 ApplyStyle( nGroupCol[aRowEntry.nGroupNo], aRowEntry.nDestRow, *pStyle ); in DoSubTotals()847 aRowEntry.nSubStartRow = nRow; 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 …]
Completed in 32 milliseconds