Home
last modified time | relevance | path

Searched refs:ScSubTotalFunc (Results 1 – 24 of 24) sorted by relevance

/aoo4110/main/sc/inc/
H A Ddptabres.hxx98 ScSubTotalFunc eColForce;
99 ScSubTotalFunc eRowForce;
181 …void Update( const ScDPValueData& rNext, ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState …
182 void Calculate( ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState );
306 ScSubTotalFunc* pMeasFuncs;
320 void SetMeasureData( long nCount, const ScSubTotalFunc* pFunctions,
327 ScSubTotalFunc GetMeasureFunction(long nMeasure) const;
328 …String GetMeasureString(long nMeasure, sal_Bool bForce, ScSubTotalFunc eForceFunc, bo…
H A Dglobal.hxx763 enum ScSubTotalFunc enum
843 ScSubTotalFunc* pFunctions[MAXSUBTOTAL]; // Array der zugehoerige Funktionen
853 const ScSubTotalFunc* ptrFuncions,
865 ScSubTotalFunc eFunction; // Berechnungsvorschrift
H A Dsubtotal.hxx41 ScSubTotalFunc eFunc;
46 ScFunctionData( ScSubTotalFunc eFn ) : in ScFunctionData()
H A Dconsoli.hxx82 ScSubTotalFunc eFunction;
108 void SetFlags( ScSubTotalFunc eFunc, sal_Bool bColName, sal_Bool bRowName, sal_Bool bRef );
H A Ddatauno.hxx71 static ScSubTotalFunc GeneralToSubTotal( com::sun::star::sheet::GeneralFunction eSummary );
72 static com::sun::star::sheet::GeneralFunction SubTotalToGeneral( ScSubTotalFunc eSubTotal );
H A Ddbcolect.hxx103 ScSubTotalFunc* pFunctions[MAXSUBTOTAL];
H A Ddocument.hxx1188 sal_Bool GetSelectionFunction( ScSubTotalFunc eFunc,
/aoo4110/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx170 ScSubTotalFunc* pFunctions = theSubTotalData.pFunctions[nGroupIdx]; in DoReset()
229 ScSubTotalFunc* pFunctions = NULL; in DoFillItemSet()
249 pFunctions = new ScSubTotalFunc [nCheckCount]; in DoFillItemSet()
340 ScSubTotalFunc ScTpSubTotalGroup::LbPosToFunc( sal_uInt16 nPos ) in LbPosToFunc()
364 sal_uInt16 ScTpSubTotalGroup::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos()
H A Dconsdlg.cxx608 ScSubTotalFunc ScConsolidateDlg::LbPosToFunc( sal_uInt16 nPos ) in LbPosToFunc()
631 sal_uInt16 ScConsolidateDlg::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos()
/aoo4110/main/sc/source/core/data/
H A Dglobal2.cxx273 pFunctions[i] = new ScSubTotalFunc [r.nSubTotals[i]]; in ScSubTotalParam()
345 pFunctions[i] = new ScSubTotalFunc [r.nSubTotals[i]]; in operator =()
412 const ScSubTotalFunc* ptrFunctions, in SetSubTotals()
434 pFunctions[nGroup] = new ScSubTotalFunc [nCount]; in SetSubTotals()
H A Ddptabres.cxx415 void ScDPAggData::Update( const ScDPValueData& rNext, ScSubTotalFunc eFunc, const ScDPSubTotalState… in Update()
489 void ScDPAggData::Calculate( ScSubTotalFunc eFunc, const ScDPSubTotalState& rSubState ) in Calculate()
734 static ScSubTotalFunc lcl_GetForceFunc( const ScDPLevel* pLevel, long nFuncNo ) in lcl_GetForceFunc()
736 ScSubTotalFunc eRet = SUBTOTAL_FUNC_NONE; in lcl_GetForceFunc()
789 void ScDPResultData::SetMeasureData( long nCount, const ScSubTotalFunc* pFunctions, in SetMeasureData()
800 pMeasFuncs = new ScSubTotalFunc[nCount]; in SetMeasureData()
816 pMeasFuncs = new ScSubTotalFunc[1]; in SetMeasureData()
849 ScSubTotalFunc ScDPResultData::GetMeasureFunction(long nMeasure) const in GetMeasureFunction()
893 ScSubTotalFunc eFunc = ( eForceFunc == SUBTOTAL_FUNC_NONE ) ? in GetMeasureString()
1481 ScSubTotalFunc eForce = SUBTOTAL_FUNC_NONE; in FillMemberResults()
[all …]
H A Dtable3.cxx728 ScSubTotalFunc* eResFunc = rParam.pFunctions[aRowEntry.nGroupNo]; in DoSubTotals()
877 ScSubTotalFunc* eResFunc = rParam.pFunctions[iEntry->nGroupNo]; in DoSubTotals()
H A Ddocumen4.cxx448 sal_Bool ScDocument::GetSelectionFunction( ScSubTotalFunc eFunc, in GetSelectionFunction()
H A Ddptabsrc.cxx823 ScSubTotalFunc eDataFunctions[SC_DAPI_MAXFIELDS]; in CreateRes_Impl()
/aoo4110/main/sc/source/ui/inc/
H A Dconsdlg.hxx124 ScSubTotalFunc LbPosToFunc( sal_uInt16 nPos );
125 sal_uInt16 FuncToLbPos( ScSubTotalFunc eFunc );
H A Dtpsubt.hxx78 ScSubTotalFunc LbPosToFunc ( sal_uInt16 nPos );
79 sal_uInt16 FuncToLbPos ( ScSubTotalFunc eFunc );
/aoo4110/main/sc/source/filter/xml/
H A DXMLConverter.hxx59 static ScSubTotalFunc GetSubTotalFuncFromString(
69 const ScSubTotalFunc eFunction,
H A DXMLConverter.cxx88 ScSubTotalFunc ScXMLConverter::GetSubTotalFuncFromString( const OUString& sFunction ) in GetSubTotalFuncFromString()
149 const ScSubTotalFunc eFunction, in GetStringFromFunction()
H A DXMLConsolidationContext.hxx42 ScSubTotalFunc eFunction;
/aoo4110/main/sc/source/core/tool/
H A Dconsoli.cxx271 void ScConsData::SetFlags( ScSubTotalFunc eFunc, sal_Bool bColName, sal_Bool bRowName, sal_Bool bRe… in SetFlags()
368 void lcl_UpdateArray( ScSubTotalFunc eFunc, in lcl_UpdateArray()
422 void lcl_InitArray( ScSubTotalFunc eFunc, in lcl_InitArray()
453 double lcl_CalcData( ScSubTotalFunc eFunc, in lcl_CalcData()
H A Ddbcolect.cxx167 pFunctions[i] = nCount > 0 ? new ScSubTotalFunc [nCount] : NULL; in ScDBData()
261 pFunctions[i] = nCount > 0 ? new ScSubTotalFunc [nCount] : NULL; in operator =()
600 rSubTotalParam.pFunctions[i] = nCount > 0 ? new ScSubTotalFunc[nCount] in GetSubTotalParam()
635 pFunctions[i] = nCount > 0 ? new ScSubTotalFunc [nCount] : NULL; in SetSubTotalParam()
/aoo4110/main/sc/source/ui/view/
H A Dtabvwsha.cxx71 ScSubTotalFunc eFunc = (ScSubTotalFunc) SC_MOD()->GetAppOptions().GetStatusFunc(); in GetFunction()
/aoo4110/main/sc/source/ui/unoobj/
H A Ddatauno.cxx150 ScSubTotalFunc ScDataUnoConversion::GeneralToSubTotal( sheet::GeneralFunction eSummary ) in GeneralToSubTotal()
152 ScSubTotalFunc eSubTotal; in GeneralToSubTotal()
176 sheet::GeneralFunction ScDataUnoConversion::SubTotalToGeneral( ScSubTotalFunc eSubTotal ) in SubTotalToGeneral()
584 aParam.pFunctions[nPos] = new ScSubTotalFunc[nCount]; in setSubTotalColumns()
678 aParam.pFunctions[nPos] = new ScSubTotalFunc[nCount]; in addNew()
H A Dcellsuno.cxx886 ScSubTotalFunc lcl_SummaryToSubTotal( sheet::GeneralFunction eSummary ) in lcl_SummaryToSubTotal()
888 ScSubTotalFunc eSubTotal; in lcl_SummaryToSubTotal()
1794 ScSubTotalFunc eFunc = lcl_SummaryToSubTotal( nFunction ); in computeFunction()

Completed in 260 milliseconds