Home
last modified time | relevance | path

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

12345

/AOO42X/main/sc/source/core/tool/
H A Dinterpr2.cxx201 sal_uInt8 nParamCount = GetByte(); in ScGetDayOfWeek() local
202 if ( MustHaveParamCount( nParamCount, 1, 2 ) ) in ScGetDayOfWeek()
205 if (nParamCount == 2) in ScGetDayOfWeek()
344 sal_uInt8 nParamCount = GetByte(); in ScGetDiffDate360() local
345 if ( MustHaveParamCount( nParamCount, 2, 3 ) ) in ScGetDiffDate360()
348 if (nParamCount == 3) in ScGetDiffDate360()
461 sal_uInt8 nParamCount = GetByte(); in RoundNumber() local
462 if ( MustHaveParamCount( nParamCount, 1, 2 ) ) in RoundNumber()
465 if (nParamCount == 1) in RoundNumber()
500 sal_uInt8 nParamCount = GetByte(); in ScCeil() local
[all …]
H A Dinterpr1.cxx1178 short nParamCount = GetByte(); in ScBitArithmeticOps() local
1182 if ( MustHaveParamCount( nParamCount, NUMBER_OF_ARGUMENTS ) ) in ScBitArithmeticOps()
1257 short nParamCount = GetByte(); in ScAnd() local
1258 if ( MustHaveParamCountMin( nParamCount, 1 ) ) in ScAnd()
1263 while( nParamCount-- > 0) in ScAnd()
1297 PopDoubleRef( aRange, nParamCount, nRefInList); in ScAnd()
1355 short nParamCount = GetByte(); in ScOr() local
1356 if ( MustHaveParamCountMin( nParamCount, 1 ) ) in ScOr()
1361 while( nParamCount-- > 0) in ScOr()
1395 PopDoubleRef( aRange, nParamCount, nRefInList); in ScOr()
[all …]
H A Dinterpr3.cxx195 short nParamCount = GetByte(); in ScBadName() local
196 while (nParamCount-- > 0) in ScBadName()
782 sal_uInt8 nParamCount = GetByte(); in ScChiSqDist() local
783 if ( !MustHaveParamCount( nParamCount, 2, 3 ) ) in ScChiSqDist()
787 if (nParamCount == 3) in ScChiSqDist()
1073 sal_uInt8 nParamCount = GetByte(); in ScBetaDist() local
1074 if ( !MustHaveParamCount( nParamCount, 3, 6 ) ) // expanded, see #i91547# in ScBetaDist()
1079 if (nParamCount == 6) in ScBetaDist()
1083 if (nParamCount >= 5) in ScBetaDist()
1087 if (nParamCount >= 4) in ScBetaDist()
[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
125 if ( MustHaveParamCountMin( nParamCount, 1 ) ) in ScGCD()
130 while (!nGlobalError && nParamCount-- > 0) in ScGCD()
151 PopDoubleRef( aRange, nParamCount, nRefInList); in ScGCD()
210 short nParamCount = GetByte(); in ScLCM() local
211 if ( MustHaveParamCountMin( nParamCount, 1 ) ) in ScLCM()
216 while (!nGlobalError && nParamCount-- > 0) in ScLCM()
240 PopDoubleRef( aRange, nParamCount, nRefInList); in ScLCM()
1636 sal_uInt8 nParamCount = GetByte(); in ScSumProduct() local
1637 if ( !MustHaveParamCount( nParamCount, 1, 30 ) ) in ScSumProduct()
[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()
2177 for (i = nParamCount; (i > 0) && (nGlobalError == 0); i--) in ScExternal()
2342 while( nParamCount-- > 0) in ScExternal()
2351 ScUnoAddInCall aCall( *ScGlobal::GetAddInCollection(), aUnoName, nParamCount ); in ScExternal()
2369 short nPar = nParamCount; in ScExternal()
2689 while( nParamCount-- > 0) in ScExternal()
2708 sal_uInt8 nParamCount = GetByte(); in ScMacro() local
2754 for( short i = nParamCount; i && bOk ; i-- ) in ScMacro()
2987 sal_uInt8 nParamCount = GetByte(); in ScTableOp() local
[all …]
/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx973 sal_uInt8 nParamCount = 1; in OrTerm() local
979 ++nParamCount; in OrTerm()
980 if( mxData->mbOk ) mxData->mbOk = nParamCount <= EXC_FUNC_MAXPARAM; in OrTerm()
982 if( mxData->mbOk && (nParamCount > 1) ) in OrTerm()
983 AppendLogicalOperatorToken( EXC_FUNCID_OR, nParamCount ); in OrTerm()
990 sal_uInt8 nParamCount = 1; in AndTerm() local
996 ++nParamCount; in AndTerm()
997 if( mxData->mbOk ) mxData->mbOk = nParamCount <= EXC_FUNC_MAXPARAM; in AndTerm()
999 if( mxData->mbOk && (nParamCount > 1) ) in AndTerm()
1000 AppendLogicalOperatorToken( EXC_FUNCID_AND, nParamCount ); in AndTerm()
[all …]
/AOO42X/main/oox/source/xls/
H A Dformulaparser.cxx185 size_t nParamCount = aParams.size() - 1; in processParameters() local
187 if( (nParamCount == 1) && isEmptyParameter( aParams[ 0 ] + 1, aParams[ 1 ] ) ) in processParameters()
215 --nParamCount; in processParameters()
224 for( size_t nParam = 0; nParam < nParamCount; ++nParam, ++aPosIt, ++aParamInfoIt ) in processParameters()
401 void FormulaFinalizer::appendRequiredParameters( const FunctionInfo& rFuncInfo, size_t nParamCount ) in appendRequiredParameters() argument
406 if( nParamCount == 1 ) in appendRequiredParameters()
502 …bool pushFunctionOperatorToken( sal_Int32 nOpCode, size_t nParamCount, const WhiteS…
503 … pushFunctionOperatorToken( const FunctionInfo& rFuncInfo, size_t nParamCount, const WhiteSpa…
535 bool pushFunctionOperator( sal_Int32 nOpCode, size_t nParamCount );
536 bool pushFunctionOperator( const FunctionInfo& rFuncInfo, size_t nParamCount );
[all …]
/AOO42X/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 …]
/AOO42X/main/basic/source/classes/
H A Dsbunoobj.cxx2045 sal_uInt32 nParamCount = aParamsSeq.getLength(); in Impl_DumpMethods() local
2048 if( nParamCount > 0 ) in Impl_DumpMethods()
2050 for( sal_uInt16 j = 0; j < nParamCount; j++ ) in Impl_DumpMethods()
2055 if( j < nParamCount - 1 ) in Impl_DumpMethods()
2208 sal_uInt32 nParamCount = pParams ? ((sal_uInt32)pParams->Count() - 1) : 0; in TYPEINIT1() local
2219 sal_uInt32 nAllocParamCount = nParamCount; in TYPEINIT1()
2222 if( nParamCount > nUnoParamCount ) in TYPEINIT1()
2224 nParamCount = nUnoParamCount; in TYPEINIT1()
2225 nAllocParamCount = nParamCount; in TYPEINIT1()
2227 else if( nParamCount < nUnoParamCount ) in TYPEINIT1()
[all …]
/AOO42X/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 array 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 …]
/AOO42X/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 array with exactly 16 variables of typ Paramtype. nParamCount
73 USHORT * nParamCount,
85 *nParamCount=2;
88 *nParamCount = 0;
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
1680 …size_t nParamCount( m_pParameters.is() ? m_pParameters->size() : m_aPrematureParamValues.get().siz… in impl_prepareAndExecute_throw() local
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()
[all …]
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/scaddins/source/datefunc/
H A Ddatefunc.cxx149 nParamCount( rBaseData.nParamCount ), in ScaFuncData()
169 return (nParam > nParamCount) ? (nParamCount * 2) : (nParam * 2); in GetStrIndex()
/AOO42X/main/sc/addin/inc/
H A Daddin.h82 USHORT& nParamCount,
113 USHORT * nParamCount,
/AOO42X/main/sc/inc/
H A Dcallform.hxx64 sal_uInt16 nParamCount; member in FuncData
83 sal_uInt16 GetParamCount() const { return nParamCount; } in GetParamCount()
/AOO42X/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()
/AOO42X/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()

12345