Searched refs:SUBTOTAL_FUNC_CNT (Results 1 – 13 of 13) sorted by relevance
76 if (bIgnoreError && (eFunc == SUBTOTAL_FUNC_CNT || eFunc == SUBTOTAL_FUNC_CNT2)) in GetFunction()89 case SUBTOTAL_FUNC_CNT: nGlobStrId = STR_FUN_TEXT_COUNT; break; in GetFunction()120 if ( eFunc != SUBTOTAL_FUNC_CNT && eFunc != SUBTOTAL_FUNC_CNT2 ) in GetFunction()
613 case 6: return SUBTOTAL_FUNC_CNT; in LbPosToFunc()636 case SUBTOTAL_FUNC_CNT: return 6; in FuncToLbPos()
345 case 6: return SUBTOTAL_FUNC_CNT; in LbPosToFunc()369 case SUBTOTAL_FUNC_CNT: return 6; in FuncToLbPos()
93 return SUBTOTAL_FUNC_CNT; in GetSubTotalFuncFromString()156 case SUBTOTAL_FUNC_CNT: sFuncStr = GetXMLToken( XML_COUNT ); break; in GetStringFromFunction()
383 case SUBTOTAL_FUNC_CNT: in lcl_UpdateArray()461 case SUBTOTAL_FUNC_CNT: in lcl_CalcData()
6494 case SUBTOTAL_FUNC_CNT : ScCount(); break; in ScSubTotal()
1747 if ( rData.eFunc != SUBTOTAL_FUNC_CNT ) // fuer Anzahl einfach weglassen in lcl_UpdateSubTotal()1782 case SUBTOTAL_FUNC_CNT: // nur Werte in lcl_UpdateSubTotal()
458 case SUBTOTAL_FUNC_CNT: in Update()514 case SUBTOTAL_FUNC_CNT: in Calculate()551 case SUBTOTAL_FUNC_CNT: in Calculate()
476 case SUBTOTAL_FUNC_CNT: in GetSelectionFunction()
825 case SUBTOTAL_FUNC_CNT: in DoSubTotals()
767 SUBTOTAL_FUNC_CNT = 2, enumerator
162 case sheet::GeneralFunction_COUNTNUMS: eSubTotal = SUBTOTAL_FUNC_CNT; break; in GeneralToSubTotal()183 case SUBTOTAL_FUNC_CNT: eGeneral = sheet::GeneralFunction_COUNTNUMS; break; in SubTotalToGeneral()
910 eSubTotal = SUBTOTAL_FUNC_CNT; in lcl_SummaryToSubTotal()
Completed in 186 milliseconds