Home
last modified time | relevance | path

Searched refs:nParamCount (Results 1 – 25 of 118) sorted by relevance

12345

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx699 if (nParamCount == 2) in ScIRR()
854 if (nParamCount == 5) in ScBW()
856 if (nParamCount >= 4) in ScBW()
939 if (nParamCount == 4) in ScGDA2()
1158 if (nParamCount == 5) in ScRMZ()
1160 if (nParamCount >= 4) in ScRMZ()
1207 if (nParamCount == 5) in ScZW()
1209 if (nParamCount >= 4) in ScZW()
1224 if (nParamCount == 5) in ScZZR()
1226 if (nParamCount >= 4) in ScZZR()
[all …]
H A Dinterpr1.cxx3150 while (nParamCount-- > 0) in ScMin()
3271 while (nParamCount-- > 0) in ScMax()
3395 while (nParamCount-- > 0) in IterateParameters()
3750 while (nParamCount-- > 0) in GetStVarParams()
3931 while (nParamCount-- > 0) in ScColumns()
4012 if ( nParamCount == 0 ) in ScTables()
5237 bCheck = (nParamCount >= 2) && (nParamCount % 2 == 0); in IterateParametersIfs()
5239 bCheck = (nParamCount >= 3) && (nParamCount % 2 == 1); in IterateParametersIfs()
5650 if (nParamCount == 3) in ScLookup()
7056 if( nParamCount >= 5 ) in ScAddressFunc()
[all …]
H A Dinterpr3.cxx196 while (nParamCount-- > 0) in ScBadName()
787 if (nParamCount == 3) in ScChiSqDist()
1079 if (nParamCount == 6) in ScBetaDist()
1083 if (nParamCount >= 5) in ScBetaDist()
1956 if (nParamCount == 4) in ScGammaDist()
2076 if (nParamCount == 5) in ScBetaInv()
2080 if (nParamCount >= 4) in ScBetaInv()
2268 if (nParamCount == 3) in ScZTest()
3593 if (nParamCount == 3) in ScRank()
3799 nParam = nParamCount; in ScAveDev()
[all …]
H A Dcallform.cxx62 …(sal_uInt16& nNo, sal_Char* pFuncName, sal_uInt16& nParamCount, ParamType* peType, sal_Char* pInte…
106 nParamCount (0), in FuncData()
126 nParamCount (nCount), in FuncData()
141 nParamCount (rData.nParamCount), in FuncData()
266 sal_uInt16 nParamCount; in InitExternalFunc() local
272 nParamCount = 0; in InitExternalFunc()
277 (*((GetFuncDataPtr)fpGetData))(i, cFuncName, nParamCount, in InitExternalFunc()
291 nParamCount, in InitExternalFunc()
327 switch (nParamCount) in Call()
441 if ( nParam <= nParamCount ) in GetParamDesc()
H A Dinterpr5.cxx124 short nParamCount = GetByte(); in ScGCD() local
210 short nParamCount = GetByte(); in ScLCM() local
1636 sal_uInt8 nParamCount = GetByte(); in ScSumProduct() local
2342 sal_uInt8 nParamCount = GetByte(); in CalulateRGPRKP() local
2348 if (nParamCount == 4) in CalulateRGPRKP()
2355 if (nParamCount >= 3) in CalulateRGPRKP()
2371 if (nParamCount >= 2) in CalulateRGPRKP()
2875 sal_uInt8 nParamCount = GetByte(); in CalculateTrendGrowth() local
2881 if (nParamCount == 4) in CalculateTrendGrowth()
2889 if (nParamCount >= 3) in CalculateTrendGrowth()
[all …]
H A Daddincol.cxx910 long nParamCount = aParams.getLength(); in ReadFromAddIn() local
913 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in ReadFromAddIn()
966 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in ReadFromAddIn()
1136 long nParamCount = aParams.getLength(); in UpdateFromAddIn() local
1139 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in UpdateFromAddIn()
1161 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in UpdateFromAddIn()
1387 long nParamCount ) : in ScUnoAddInCall() argument
1402 if ( nParamCount >= nDescCount && nDescCount > 0 && in ScUnoAddInCall()
1405 long nVarCount = nParamCount - ( nDescCount - 1 ); // size of last argument in ScUnoAddInCall()
1409 else if ( nParamCount <= nDescCount ) in ScUnoAddInCall()
[all …]
H A Dinterpr4.cxx2153 sal_uInt8 nParamCount = GetByte(); in ScExternal() local
2159 if (nParamCount <= MAXFUNCPARAM && nParamCount == pFuncData->GetParamCount() - 1) in ScExternal()
2342 while( nParamCount-- > 0) in ScExternal()
2369 short nPar = nParamCount; in ScExternal()
2689 while( nParamCount-- > 0) in ScExternal()
2708 sal_uInt8 nParamCount = GetByte(); in ScMacro() local
2987 sal_uInt8 nParamCount = GetByte(); in ScTableOp() local
2988 if (nParamCount != 3 && nParamCount != 5) in ScTableOp()
2994 if (nParamCount == 5) in ScTableOp()
3025 if ( nParamCount == 5 ) in ScTableOp()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx975 sal_uInt8 nParamCount = 1; in OrTerm() local
981 ++nParamCount; in OrTerm()
992 sal_uInt8 nParamCount = 1; in AndTerm() local
998 ++nParamCount; in AndTerm()
1522 if( nParamCount == 3 ) in FinishIfFunction()
1678 if( nParamCount == 1 ) in AppendTrailingParam()
1690 if( nParamCount == 1 ) in AppendTrailingParam()
1700 if( nParamCount == 1 ) in AppendTrailingParam()
1712 if( nParamCount == 0 ) in AppendTrailingParam()
1747 switch( nParamCount ) in AppendTrailingParam()
[all …]
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx215 --nParamCount; in processParameters()
406 if( nParamCount == 1 ) in appendRequiredParameters()
884 nParamCount = ::std::min( maOperandSizeStack.size(), nParamCount ); in pushFunctionOperatorToken()
1752 sal_uInt8 nParamCount; in importFuncVarToken() local
1754 rStrm >> nParamCount >> nFuncId; in importFuncVarToken()
2508 sal_uInt8 nParamCount, nFuncId; in importFuncVarToken2() local
2509 rStrm >> nParamCount >> nFuncId; in importFuncVarToken2()
2515 sal_uInt8 nParamCount; in importFuncVarToken4() local
2517 rStrm >> nParamCount >> nFuncId; in importFuncVarToken4()
2523 sal_uInt8 nParamCount, nFuncId; in importFuncCEToken() local
[all …]
/trunk/main/eventattacher/source/
H A Deventattacher.cxx149 sal_uInt32 nParamCount = aParamSeq.getLength(); in invoke() local
150 if( nParamCount > 1 ) in invoke()
153 for( sal_uInt32 i = 0 ; i < nParamCount ; i++ ) in invoke()
636 sal_uInt32 nParamCount = params.getLength(); in attachListener() local
639 if( nParamCount == 1 ) in attachListener()
641 else if( nParamCount == 2 ) in attachListener()
654 if( nParamCount == 1 ) in attachListener()
668 else if( nParamCount == 2 ) in attachListener()
784 sal_uInt32 nParamCount = params.getLength(); in removeListener() local
787 if( nParamCount == 1 ) in removeListener()
[all …]
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2048 if( nParamCount > 0 ) in Impl_DumpMethods()
2055 if( j < nParamCount - 1 ) in Impl_DumpMethods()
2222 if( nParamCount > nUnoParamCount ) in TYPEINIT1()
2224 nParamCount = nUnoParamCount; in TYPEINIT1()
2225 nAllocParamCount = nParamCount; in TYPEINIT1()
2283 args.realloc( nParamCount ); in TYPEINIT1()
3688 if( nParamCount > nUnoParamCount ) in SFX_NOTIFY()
3890 if( nParamCount > 0 ) in SFX_NOTIFY()
3906 if( nParamCount > nAllowedParamCount ) in SFX_NOTIFY()
4140 if( nParamCount > 1 ) in invoke()
[all …]
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl515 …* @param *nParamCount Output: Number of Parameter. Must be greater than 0, because there's always …
516 …* @param *peType Output: Pointer to arrray with exactly 16 variables of typ Paramtype. nParamCount
524 USHORT * nParamCount,
538 *nParamCount=4;
548 *nParamCount=4;
558 *nParamCount=4;
566 *nParamCount=2;
574 *nParamCount=2;
582 *nParamCount=2;
590 *nParamCount=2;
[all …]
/trunk/main/sc/addin/rot13/
H A Drot13.cl64 …* @param *nParamCount Output: Number of Parameter. Must be greater than 0, because there's always …
65 …* @param *peType Output: Pointer to arrray with exactly 16 variables of typ Paramtype. nParamCount
73 USHORT * nParamCount,
85 *nParamCount=2;
88 *nParamCount = 0;
/trunk/main/basic/source/runtime/
H A Druntime.cxx614 sal_uInt16 nParamCount = pParams ? pParams->Count() : 1; in SetParameters() local
615 if( nParamCount > 1 ) in SetParameters()
617 for( sal_uInt16 i = 1 ; i < nParamCount ; i++ ) in SetParameters()
625 sal_uInt16 nParamArrayParamCount = nParamCount - i; in SetParameters()
627 for( sal_uInt16 j = i ; j < nParamCount ; j++ ) in SetParameters()
689 const SbxParamInfo* p = pInfo->GetParam( nParamCount ); in SetParameters()
697 refParams->Put( pArrayVar, nParamCount ); in SetParameters()
H A Dstep2.cxx313 sal_uInt16 nParamCount = refParams->Count(); in FindElementExtern() local
320 if( j >= nParamCount ) in FindElementExtern()
543 sal_uInt32 nParamCount = (sal_uInt32)pPar->Count() - 1; in CheckArray() local
544 if( nParamCount != 1 ) in CheckArray()
709 sal_uInt16 nParamCount = refParams->Count(); in StepPARAM() local
710 if( i >= nParamCount ) in StepPARAM()
713 while( iLoop >= nParamCount ) in StepPARAM()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java212 int nParamCount = args.length; in doQuery() local
213 String aStrs[] = new String[nParamCount]; in doQuery()
214 for( int i = 0 ; i < nParamCount ; i++ ) in doQuery()
227 for( int i = 0 ; i < nParamCount ; i++ ) in doQuery()
H A DHelpIndexer.java98 int nParamCount = aParams.length; in invoke() local
99 String aStrs[] = new String[nParamCount]; in invoke()
100 for( int i = 0 ; i < nParamCount ; i++ ) in invoke()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1487 const sal_Int32 nParamCount = xParamsAsIndicies.is() ? xParamsAsIndicies->getCount() : 0; in executeWithCompletion() local
1488 if ( m_aParametersSet.size() < (size_t)nParamCount ) in executeWithCompletion()
1489 m_aParametersSet.resize( nParamCount ,false); in executeWithCompletion()
1681 for ( size_t i=1; i<=nParamCount; ++i ) in impl_prepareAndExecute_throw()
2473 size_t nParamCount( ::std::min( m_pParameters->size(), m_aPrematureParamValues.get().size() ) ); in impl_initParametersContainer_nothrow() local
2474 for ( size_t i=0; i<nParamCount; ++i ) in impl_initParametersContainer_nothrow()
2487 size_t nParamCount( m_pParameters->size() ); in impl_disposeParametersContainer_nothrow() local
2488 m_aPrematureParamValues.get().resize( nParamCount ); in impl_disposeParametersContainer_nothrow()
2489 for ( size_t i=0; i<nParamCount; ++i ) in impl_disposeParametersContainer_nothrow()
2695 …size_t nParamCount( m_pParameters.is() ? m_pParameters->size() : m_aPrematureParamValues.get().siz… in clearParameters() local
[all …]
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx353 long nParamCount = 2; in CreateOrUpdateExample() local
378 nParamCount += 3; in CreateOrUpdateExample()
385 nParamCount += 1; in CreateOrUpdateExample()
411 beans::PropertyValues aPropVals(nParamCount); in CreateOrUpdateExample()
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx274 sal_Int32 nParamCount( xParameters->getCount() ); in ParameterWrapperContainer() local
275 m_aParameters.reserve( nParamCount ); in ParameterWrapperContainer()
276 for ( sal_Int32 i=0; i<nParamCount; ++i ) in ParameterWrapperContainer()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx149 nParamCount( rBaseData.nParamCount ), in ScaFuncData()
169 return (nParam > nParamCount) ? (nParamCount * 2) : (nParam * 2); in GetStrIndex()
/trunk/main/sc/addin/inc/
H A Daddin.h82 USHORT& nParamCount,
113 USHORT * nParamCount,
/trunk/main/sc/inc/
H A Dcallform.hxx64 sal_uInt16 nParamCount; member in FuncData
83 sal_uInt16 GetParamCount() const { return nParamCount; } in GetParamCount()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx999 sal_Int32 nParamCount = aParamInfos.getLength(); in fillInfoForMethod() local
1000 if( nParamCount > 0 ) in fillInfoForMethod()
1004 rInfo.aParamTypes.realloc( nParamCount ); in fillInfoForMethod()
1006 rInfo.aParamModes.realloc( nParamCount ); in fillInfoForMethod()
1009 for( sal_Int32 i = 0 ; i < nParamCount ; i++ ) in fillInfoForMethod()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx780 sal_uInt8 nParamCount; in dumpFuncVarToken() local
782 *mxStrm >> nParamCount >> nFuncId; in dumpFuncVarToken()
785 writeHexItem( "param-count", nParamCount, "PARAMCOUNT-CMD" ); in dumpFuncVarToken()
787 writeDecItem( "param-count", nParamCount ); in dumpFuncVarToken()
789 if( bCmd && getFlag( nParamCount, BIFF_TOK_FUNCVAR_CMDPROMPT ) ) in dumpFuncVarToken()
792 nParamCount &= BIFF_TOK_FUNCVAR_COUNTMASK; in dumpFuncVarToken()
794 mxStack->pushFuncOp( aFuncName, rTokClass, nParamCount ); in dumpFuncVarToken()

Completed in 310 milliseconds

12345