Home
last modified time | relevance | path

Searched refs:bGroupActive (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Dglobal2.cxx266 bGroupActive[i] = r.bGroupActive[i]; in ScSubTotalParam()
302 bGroupActive[i] = sal_False; in Clear()
335 bGroupActive[i] = r.bGroupActive[i]; in operator =()
387 bEqual = (bGroupActive[i] == rOther.bGroupActive[i]) in operator ==()
H A Dsortparam.cxx172 if (rSub.bGroupActive[i]) in ScSortParam()
H A Dtable3.cxx682 if (rParam.bGroupActive[i]) in DoSubTotals()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx644 aParam.bGroupActive[i] = sal_False; in clear()
660 while ( nPos < MAXSUBTOTAL && aParam.bGroupActive[nPos] ) in addNew()
667 aParam.bGroupActive[nPos] = sal_True; in addNew()
720 while ( nCount < MAXSUBTOTAL && aParam.bGroupActive[nCount] ) in getCount()
1811 if ( rSubTotalParam.bGroupActive[i] ) in GetSubTotalParam()
1836 if ( aParam.bGroupActive[i] ) in SetSubTotalParam()
H A Dcellsuno.cxx5815 if ( aParam.bGroupActive[i] ) in createSubTotalDescriptor()
5851 if ( aParam.bGroupActive[i] ) in applySubTotals()
/aoo41x/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx165 if ( theSubTotalData.bGroupActive[nGroupIdx] ) in DoReset()
239 theSubTotalData.bGroupActive[nGroupIdx] = (nGroup != 0); in DoFillItemSet()
/aoo41x/main/sc/source/core/tool/
H A Ddbcolect.cxx592 rSubTotalParam.bGroupActive[i] = bDoSubTotal[i]; in GetSubTotalParam()
627 bDoSubTotal[i] = rSubTotalParam.bGroupActive[i]; in SetSubTotalParam()
/aoo41x/main/sc/source/ui/view/
H A Ddbfunc.cxx262 if (aSubTotalParam.bGroupActive[0] && !aSubTotalParam.bRemoveOnly) in UISort()
H A Ddbfunc3.cxx2230 sal_Bool bSubTotal = aSubTotalParam.bGroupActive[0] && !aSubTotalParam.bRemoveOnly; in RepeatDB()
/aoo41x/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx261 sal_Bool bSubTotal = aSubTotalParam.bGroupActive[0] && !aSubTotalParam.bRemoveOnly; in RepeatDB()
763 if ( aSubTotalParam.bGroupActive[0] && !aSubTotalParam.bRemoveOnly ) in Query()
/aoo41x/main/sc/inc/
H A Dglobal.hxx839 sal_Bool bGroupActive[MAXSUBTOTAL]; // aktive Gruppen member

Completed in 111 milliseconds