Home
last modified time | relevance | path

Searched refs:MAXSUBTOTAL (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sc/inc/
H A Dglobal.hxx115 const size_t MAXSUBTOTAL = 3; variable
118 const SCSIZE MAXSUBTOTAL = 3; variable
839 sal_Bool bGroupActive[MAXSUBTOTAL]; // aktive Gruppen
840 SCCOL nField[MAXSUBTOTAL]; // zugehoeriges Feld
841 SCCOL nSubTotals[MAXSUBTOTAL]; // Anzahl der SubTotals
842 SCCOL* pSubTotals[MAXSUBTOTAL]; // Array der zu berechnenden Spalten
843 ScSubTotalFunc* pFunctions[MAXSUBTOTAL]; // Array der zugehoerige Funktionen
H A Ddbcolect.hxx99 sal_Bool bDoSubTotal[MAXSUBTOTAL];
100 SCCOL nSubField[MAXSUBTOTAL];
101 SCCOL nSubTotals[MAXSUBTOTAL];
102 SCCOL* pSubTotals[MAXSUBTOTAL];
103 ScSubTotalFunc* pFunctions[MAXSUBTOTAL];
/aoo41x/main/sc/source/core/data/
H A Dglobal2.cxx246 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()
H A Dtable3.cxx681 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()
H A Dsortparam.cxx171 for (i=0; i<MAXSUBTOTAL; i++) in ScSortParam()
/aoo41x/main/sc/source/core/tool/
H A Ddbcolect.cxx74 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()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx643 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()
H A Dcellsuno.cxx5813 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in createSubTotalDescriptor()
5849 for (sal_uInt16 i=0; i<MAXSUBTOTAL; i++) in applySubTotals()

Completed in 112 milliseconds