/aoo42x/main/sc/inc/ |
H A D | dptabres.hxx | 98 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 D | global.hxx | 763 enum ScSubTotalFunc enum 843 ScSubTotalFunc* pFunctions[MAXSUBTOTAL]; // Array der zugehoerige Funktionen 853 const ScSubTotalFunc* ptrFuncions, 865 ScSubTotalFunc eFunction; // Berechnungsvorschrift
|
H A D | subtotal.hxx | 41 ScSubTotalFunc eFunc; 46 ScFunctionData( ScSubTotalFunc eFn ) : in ScFunctionData()
|
H A D | consoli.hxx | 82 ScSubTotalFunc eFunction; 108 void SetFlags( ScSubTotalFunc eFunc, sal_Bool bColName, sal_Bool bRowName, sal_Bool bRef );
|
H A D | datauno.hxx | 71 static ScSubTotalFunc GeneralToSubTotal( com::sun::star::sheet::GeneralFunction eSummary ); 72 static com::sun::star::sheet::GeneralFunction SubTotalToGeneral( ScSubTotalFunc eSubTotal );
|
H A D | dbcolect.hxx | 103 ScSubTotalFunc* pFunctions[MAXSUBTOTAL];
|
H A D | document.hxx | 1188 sal_Bool GetSelectionFunction( ScSubTotalFunc eFunc,
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | tpsubt.cxx | 169 ScSubTotalFunc* pFunctions = theSubTotalData.pFunctions[nGroupIdx]; in DoReset() 228 ScSubTotalFunc* pFunctions = NULL; in DoFillItemSet() 248 pFunctions = new ScSubTotalFunc [nCheckCount]; in DoFillItemSet() 339 ScSubTotalFunc ScTpSubTotalGroup::LbPosToFunc( sal_uInt16 nPos ) in LbPosToFunc() 363 sal_uInt16 ScTpSubTotalGroup::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos()
|
H A D | consdlg.cxx | 608 ScSubTotalFunc ScConsolidateDlg::LbPosToFunc( sal_uInt16 nPos ) in LbPosToFunc() 631 sal_uInt16 ScConsolidateDlg::FuncToLbPos( ScSubTotalFunc eFunc ) in FuncToLbPos()
|
/aoo42x/main/sc/source/core/data/ |
H A D | global2.cxx | 273 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 D | dptabres.cxx | 415 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 D | table3.cxx | 728 ScSubTotalFunc* eResFunc = rParam.pFunctions[aRowEntry.nGroupNo]; in DoSubTotals() 877 ScSubTotalFunc* eResFunc = rParam.pFunctions[iEntry->nGroupNo]; in DoSubTotals()
|
H A D | documen4.cxx | 448 sal_Bool ScDocument::GetSelectionFunction( ScSubTotalFunc eFunc, in GetSelectionFunction()
|
H A D | dptabsrc.cxx | 823 ScSubTotalFunc eDataFunctions[SC_DAPI_MAXFIELDS]; in CreateRes_Impl()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | consdlg.hxx | 124 ScSubTotalFunc LbPosToFunc( sal_uInt16 nPos ); 125 sal_uInt16 FuncToLbPos( ScSubTotalFunc eFunc );
|
H A D | tpsubt.hxx | 78 ScSubTotalFunc LbPosToFunc ( sal_uInt16 nPos ); 79 sal_uInt16 FuncToLbPos ( ScSubTotalFunc eFunc );
|
/aoo42x/main/sc/source/core/tool/ |
H A D | consoli.cxx | 271 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 D | dbcolect.cxx | 167 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()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLConverter.hxx | 59 static ScSubTotalFunc GetSubTotalFuncFromString( 69 const ScSubTotalFunc eFunction,
|
H A D | XMLConverter.cxx | 88 ScSubTotalFunc ScXMLConverter::GetSubTotalFuncFromString( const OUString& sFunction ) in GetSubTotalFuncFromString() 149 const ScSubTotalFunc eFunction, in GetStringFromFunction()
|
H A D | XMLConsolidationContext.hxx | 42 ScSubTotalFunc eFunction;
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsha.cxx | 71 ScSubTotalFunc eFunc = (ScSubTotalFunc) SC_MOD()->GetAppOptions().GetStatusFunc(); in GetFunction()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 150 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 D | cellsuno.cxx | 886 ScSubTotalFunc lcl_SummaryToSubTotal( sheet::GeneralFunction eSummary ) in lcl_SummaryToSubTotal() 888 ScSubTotalFunc eSubTotal; in lcl_SummaryToSubTotal() 1794 ScSubTotalFunc eFunc = lcl_SummaryToSubTotal( nFunction ); in computeFunction()
|