Searched refs:SUBTOTAL_FUNC_CNT2 (Results 1 – 14 of 14) sorted by relevance
76 if (bIgnoreError && (eFunc == SUBTOTAL_FUNC_CNT || eFunc == SUBTOTAL_FUNC_CNT2)) in GetFunction()90 case SUBTOTAL_FUNC_CNT2: nGlobStrId = STR_FUN_TEXT_COUNT2; break; in GetFunction()120 if ( eFunc != SUBTOTAL_FUNC_CNT && eFunc != SUBTOTAL_FUNC_CNT2 ) in GetFunction()
70 if ( pDoc->GetSelectionFunction( SUBTOTAL_FUNC_CNT2, aCursor, rMark, fVal ) ) in HasSelection()
384 case SUBTOTAL_FUNC_CNT2: in lcl_UpdateArray()462 case SUBTOTAL_FUNC_CNT2: in lcl_CalcData()612 sal_Bool bAnyCell = ( eFunction == SUBTOTAL_FUNC_CNT2 ); in AddData()
6358 case SUBTOTAL_FUNC_CNT2 : ScCount2(); break; in ScSubTotal()
614 case 1: return SUBTOTAL_FUNC_CNT2; in LbPosToFunc()637 case SUBTOTAL_FUNC_CNT2: return 1; in FuncToLbPos()
347 case 1: return SUBTOTAL_FUNC_CNT2; in LbPosToFunc()371 case SUBTOTAL_FUNC_CNT2: return 1; in FuncToLbPos()
95 return SUBTOTAL_FUNC_CNT2; in GetSubTotalFuncFromString()157 case SUBTOTAL_FUNC_CNT2: sFuncStr = GetXMLToken( XML_COUNTNUMS ); break; in GetStringFromFunction()
432 if ( eFunc != SUBTOTAL_FUNC_CNT2 ) // CNT2 counts everything, incl. strings and errors in Update()459 case SUBTOTAL_FUNC_CNT2: in Update()515 case SUBTOTAL_FUNC_CNT2: in Calculate()552 case SUBTOTAL_FUNC_CNT2: in Calculate()
1742 if ( rData.eFunc != SUBTOTAL_FUNC_CNT2 ) // da interessiert's nicht in lcl_UpdateSubTotal()1786 case SUBTOTAL_FUNC_CNT2: // alle in lcl_UpdateSubTotal()
477 case SUBTOTAL_FUNC_CNT2: in GetSelectionFunction()
826 case SUBTOTAL_FUNC_CNT2: nStrId = STR_FUN_TEXT_COUNT; break; in DoSubTotals()
768 SUBTOTAL_FUNC_CNT2 = 3, enumerator
157 case sheet::GeneralFunction_COUNT: eSubTotal = SUBTOTAL_FUNC_CNT2; break; in GeneralToSubTotal()184 case SUBTOTAL_FUNC_CNT2: eGeneral = sheet::GeneralFunction_COUNT; break; in SubTotalToGeneral()
895 eSubTotal = SUBTOTAL_FUNC_CNT2; in lcl_SummaryToSubTotal()
Completed in 275 milliseconds