Home
last modified time | relevance | path

Searched refs:aRowEntry (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/core/data/
H A Dtable3.cxx717 RowEntry aRowEntry; in DoSubTotals() local
723 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 …]
/AOO42X/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx408 ScOptConditionRow aRowEntry; in ReadConditions() local
409 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() local
436 aRowEntry = maConditions[nVecPos]; in ShowConditions()
438 mpLeftEdit[nRow]->SetRefString( aRowEntry.aLeftStr ); in ShowConditions()
439 mpRightEdit[nRow]->SetRefString( aRowEntry.aRightStr ); in ShowConditions()
[all …]