Searched refs:MAXSUBTOTAL (Results 1 – 8 of 8) sorted by relevance
115 const size_t MAXSUBTOTAL = 3; variable118 const SCSIZE MAXSUBTOTAL = 3; variable839 sal_Bool bGroupActive[MAXSUBTOTAL]; // aktive Gruppen840 SCCOL nField[MAXSUBTOTAL]; // zugehoeriges Feld841 SCCOL nSubTotals[MAXSUBTOTAL]; // Anzahl der SubTotals842 SCCOL* pSubTotals[MAXSUBTOTAL]; // Array der zu berechnenden Spalten843 ScSubTotalFunc* pFunctions[MAXSUBTOTAL]; // Array der zugehoerige Funktionen
99 sal_Bool bDoSubTotal[MAXSUBTOTAL];100 SCCOL nSubField[MAXSUBTOTAL];101 SCCOL nSubTotals[MAXSUBTOTAL];102 SCCOL* pSubTotals[MAXSUBTOTAL];103 ScSubTotalFunc* pFunctions[MAXSUBTOTAL];
246 for ( sal_uInt16 i=0; i<MAXSUBTOTAL; i++ ) in ScSubTotalParam()264 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in ScSubTotalParam()300 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in Clear()333 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in operator =()385 for ( sal_uInt16 i=0; i<MAXSUBTOTAL && bEqual; i++ ) in operator ==()415 DBG_ASSERT( (nGroup <= MAXSUBTOTAL), in SetSubTotals()424 if ( ptrSubTotals && ptrFunctions && (nCount > 0) && (nGroup <= MAXSUBTOTAL) ) in SetSubTotals()
681 for (i=0; i<MAXSUBTOTAL && bDoThis; i++) in DoSubTotals()703 String *pCompString[MAXSUBTOTAL]; // Pointer wegen Compiler-Problemen in DoSubTotals()704 for (i=0; i<MAXSUBTOTAL; i++) in DoSubTotals()915 for (i=0; i<MAXSUBTOTAL; i++) in DoSubTotals()
171 for (i=0; i<MAXSUBTOTAL; i++) in ScSortParam()
74 for (i=0; i<MAXSUBTOTAL; i++) in ScDBData()160 for (i=0; i<MAXSUBTOTAL; i++) in ScDBData()250 for (i=0; i<MAXSUBTOTAL; i++) in operator =()324 for (i=0; i<MAXSUBTOTAL; i++) in ~ScDBData()426 for (i=0; i<MAXSUBTOTAL; i++) in MoveTo()590 for (i=0; i<MAXSUBTOTAL; i++) in GetSubTotalParam()625 for (i=0; i<MAXSUBTOTAL; i++) in SetSubTotalParam()
643 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in clear()660 while ( nPos < MAXSUBTOTAL && aParam.bGroupActive[nPos] ) in addNew()665 if ( nPos < MAXSUBTOTAL && nColCount <= sal::static_int_cast<sal_uInt32>(SCCOL_MAX) ) in addNew()720 while ( nCount < MAXSUBTOTAL && aParam.bGroupActive[nCount] ) in getCount()796 if ( (aValue >>= nVal) && nVal > sal::static_int_cast<sal_Int32>(MAXSUBTOTAL) ) in setPropertyValue()833 aRet <<= (sal_Int32) MAXSUBTOTAL; in getPropertyValue()1809 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in GetSubTotalParam()1834 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in SetSubTotalParam()
5813 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in createSubTotalDescriptor()5849 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in applySubTotals()
Completed in 86 milliseconds