Home
last modified time | relevance | path

Searched refs:SUBTOTAL_FUNC_NONE (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx423 if ( rSubState.eColForce != SUBTOTAL_FUNC_NONE && rSubState.eRowForce != SUBTOTAL_FUNC_NONE && in Update()
426 if ( rSubState.eColForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eColForce; in Update()
427 if ( rSubState.eRowForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eRowForce; in Update()
429 if ( eFunc == SUBTOTAL_FUNC_NONE ) in Update()
498 if ( rSubState.eColForce != SUBTOTAL_FUNC_NONE ) eFunc = rSubState.eColForce; in Calculate()
736 ScSubTotalFunc eRet = SUBTOTAL_FUNC_NONE; in lcl_GetForceFunc()
817 pMeasFuncs[0] = SUBTOTAL_FUNC_NONE; in SetMeasureData()
876 if ( eForceFunc != SUBTOTAL_FUNC_NONE ) in GetMeasureString()
893 ScSubTotalFunc eFunc = ( eForceFunc == SUBTOTAL_FUNC_NONE ) ? in GetMeasureString()
1481 ScSubTotalFunc eForce = SUBTOTAL_FUNC_NONE; in FillMemberResults()
[all …]
H A Dglobal2.cxx309 pFunctions[i][j] = SUBTOTAL_FUNC_NONE; in Clear()
H A Ddptabsrc.cxx506 aRet = pResData->GetMeasureString( 0, sal_True, SUBTOTAL_FUNC_NONE, bTotalResult ); in getDataDescription()
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.cxx112 return SUBTOTAL_FUNC_NONE; in GetSubTotalFuncFromString()
160 case SUBTOTAL_FUNC_NONE: sFuncStr = GetXMLToken( XML_NONE ); break; in GetStringFromFunction()
H A DXMLConsolidationContext.cxx51 eFunction( SUBTOTAL_FUNC_NONE ), in ScXMLConsolidationContext()
/trunk/main/sc/inc/
H A Ddptabres.hxx104 eColForce( SUBTOTAL_FUNC_NONE ), in ScDPSubTotalState()
105 eRowForce( SUBTOTAL_FUNC_NONE ), in ScDPSubTotalState()
H A Dglobal.hxx765 SUBTOTAL_FUNC_NONE = 0, enumerator
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx155 case sheet::GeneralFunction_NONE: eSubTotal = SUBTOTAL_FUNC_NONE; break; in GeneralToSubTotal()
170 eSubTotal = SUBTOTAL_FUNC_NONE; in GeneralToSubTotal()
181 case SUBTOTAL_FUNC_NONE: eGeneral = sheet::GeneralFunction_NONE; break; in SubTotalToGeneral()
H A Dcellsuno.cxx928 eSubTotal = SUBTOTAL_FUNC_NONE; in lcl_SummaryToSubTotal()
/trunk/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx645 case SUBTOTAL_FUNC_NONE: in FuncToLbPos()
H A Dtpsubt.cxx357 return SUBTOTAL_FUNC_NONE; in LbPosToFunc()

Completed in 1745 milliseconds