Home
last modified time | relevance | path

Searched refs:MustHaveParamCount (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/sc/source/core/tool/
H A Dinterpr2.cxx231 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScGetWeekOfYear()
245 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScEasterSunday()
276 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScGetDate()
294 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScGetTime()
310 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScGetDiffDate()
577 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScArcTan2()
761 if( MustHaveParamCount( GetByte(), 3 ) ) in ScMIRR()
812 if( MustHaveParamCount( GetByte(), 4 ) ) in ScISPMT()
868 if ( MustHaveParamCount( GetByte(), 4 ) ) in ScDIA()
1109 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScLaufz()
[all …]
H A Dinterpr3.cxx1170 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScKombin()
1184 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScKombin2()
1198 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScVariationen()
1219 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScVariationen2()
1352 if ( MustHaveParamCount( GetByte(), 4 ) ) in ScBinomDist()
1419 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScCritBinom()
1467 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScNegBinomDist()
1546 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScExpDist()
1631 if ( MustHaveParamCount( GetByte(), 4 ) ) in ScWeibull()
1977 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScNormInv()
[all …]
H A Dinterpr1.cxx2950 if (MustHaveParamCount( GetByte(), 1)) in ScJis()
2964 if (MustHaveParamCount( GetByte(), 1)) in ScAsc()
2971 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScUnicode()
2987 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScUnichar()
4474 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScCountEmptyCells()
4906 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScCountIf()
7397 if (MustHaveParamCount( nParamCount, 1)) in ScAreas()
7495 if ( MustHaveParamCount( GetByte(), 4 ) ) in ScReplace()
7612 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScExact()
7806 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScMidB()
[all …]
H A Dinterpr5.cxx532 if ( MustHaveParamCount( GetByte(), 3 ) ) in ScMatValue()
628 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScEMat()
818 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScMatDet()
865 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScMatInv()
967 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScMatMult()
1017 if ( MustHaveParamCount( GetByte(), 1 ) ) in ScMatTrans()
1562 if ( MustHaveParamCount( GetByte(), 2 ) ) in ScPower()
1696 if ( !MustHaveParamCount( GetByte(), 2 ) ) in CalculateSumX2MY2SumX2DY2()
1743 if ( !MustHaveParamCount( GetByte(), 2 ) ) in ScSumXMY2()
1787 if ( !MustHaveParamCount( GetByte(), 2 ) ) in ScFrequency()
[all …]
/aoo4110/main/sc/source/core/inc/
H A Dinterpre.hxx198 inline sal_Bool MustHaveParamCount( short nAct, short nMust );
199 inline sal_Bool MustHaveParamCount( short nAct, short nMust, short nMax );
873 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust ) in MustHaveParamCount() function in ScInterpreter
885 inline sal_Bool ScInterpreter::MustHaveParamCount( short nAct, short nMust, short nMax ) in MustHaveParamCount() function in ScInterpreter

Completed in 107 milliseconds