Home
last modified time | relevance | path

Searched refs:SUBTOTAL_FUNC_CNT (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dtabvwsha.cxx76 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()
/aoo4110/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx613 case 6: return SUBTOTAL_FUNC_CNT; in LbPosToFunc()
636 case SUBTOTAL_FUNC_CNT: return 6; in FuncToLbPos()
H A Dtpsubt.cxx346 case 6: return SUBTOTAL_FUNC_CNT; in LbPosToFunc()
370 case SUBTOTAL_FUNC_CNT: return 6; in FuncToLbPos()
/aoo4110/main/sc/source/filter/xml/
H A DXMLConverter.cxx93 return SUBTOTAL_FUNC_CNT; in GetSubTotalFuncFromString()
156 case SUBTOTAL_FUNC_CNT: sFuncStr = GetXMLToken( XML_COUNT ); break; in GetStringFromFunction()
/aoo4110/main/sc/source/core/tool/
H A Dconsoli.cxx383 case SUBTOTAL_FUNC_CNT: in lcl_UpdateArray()
461 case SUBTOTAL_FUNC_CNT: in lcl_CalcData()
H A Dinterpr1.cxx6357 case SUBTOTAL_FUNC_CNT : ScCount(); break; in ScSubTotal()
/aoo4110/main/sc/source/core/data/
H A Dcolumn2.cxx1747 if ( rData.eFunc != SUBTOTAL_FUNC_CNT ) // fuer Anzahl einfach weglassen in lcl_UpdateSubTotal()
1782 case SUBTOTAL_FUNC_CNT: // nur Werte in lcl_UpdateSubTotal()
H A Ddptabres.cxx458 case SUBTOTAL_FUNC_CNT: in Update()
514 case SUBTOTAL_FUNC_CNT: in Calculate()
551 case SUBTOTAL_FUNC_CNT: in Calculate()
H A Ddocumen4.cxx476 case SUBTOTAL_FUNC_CNT: in GetSelectionFunction()
H A Dtable3.cxx825 case SUBTOTAL_FUNC_CNT: in DoSubTotals()
/aoo4110/main/sc/inc/
H A Dglobal.hxx767 SUBTOTAL_FUNC_CNT = 2, enumerator
/aoo4110/main/sc/source/ui/unoobj/
H A Ddatauno.cxx162 case sheet::GeneralFunction_COUNTNUMS: eSubTotal = SUBTOTAL_FUNC_CNT; break; in GeneralToSubTotal()
183 case SUBTOTAL_FUNC_CNT: eGeneral = sheet::GeneralFunction_COUNTNUMS; break; in SubTotalToGeneral()
H A Dcellsuno.cxx910 eSubTotal = SUBTOTAL_FUNC_CNT; in lcl_SummaryToSubTotal()

Completed in 543 milliseconds