/aoo4110/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 699 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 D | interpr1.cxx | 3013 while (nParamCount-- > 0) in ScMin() 3134 while (nParamCount-- > 0) in ScMax() 3258 while (nParamCount-- > 0) in IterateParameters() 3613 while (nParamCount-- > 0) in GetStVarParams() 3794 while (nParamCount-- > 0) in ScColumns() 3875 if ( nParamCount == 0 ) in ScTables() 5100 bCheck = (nParamCount >= 2) && (nParamCount % 2 == 0); in IterateParametersIfs() 5102 bCheck = (nParamCount >= 3) && (nParamCount % 2 == 1); in IterateParametersIfs() 5513 if (nParamCount == 3) in ScLookup() 6919 if( nParamCount >= 5 ) in ScAddressFunc() [all …]
|
H A D | interpr3.cxx | 196 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 D | callform.cxx | 62 …(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 D | interpr5.cxx | 125 short nParamCount = GetByte(); in ScGCD() local 211 short nParamCount = GetByte(); in ScLCM() local 1637 sal_uInt8 nParamCount = GetByte(); in ScSumProduct() local 2343 sal_uInt8 nParamCount = GetByte(); in CalulateRGPRKP() local 2349 if (nParamCount == 4) in CalulateRGPRKP() 2356 if (nParamCount >= 3) in CalulateRGPRKP() 2372 if (nParamCount >= 2) in CalulateRGPRKP() 2876 sal_uInt8 nParamCount = GetByte(); in CalculateTrendGrowth() local 2882 if (nParamCount == 4) in CalculateTrendGrowth() 2890 if (nParamCount >= 3) in CalculateTrendGrowth() [all …]
|
H A D | addincol.cxx | 911 long nParamCount = aParams.getLength(); in ReadFromAddIn() local 914 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in ReadFromAddIn() 967 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in ReadFromAddIn() 1137 long nParamCount = aParams.getLength(); in UpdateFromAddIn() local 1140 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in UpdateFromAddIn() 1162 for (nParamPos=0; nParamPos<nParamCount; nParamPos++) in UpdateFromAddIn() 1388 long nParamCount ) : in ScUnoAddInCall() argument 1403 if ( nParamCount >= nDescCount && nDescCount > 0 && in ScUnoAddInCall() 1406 long nVarCount = nParamCount - ( nDescCount - 1 ); // size of last argument in ScUnoAddInCall() 1410 else if ( nParamCount <= nDescCount ) in ScUnoAddInCall() [all …]
|
H A D | interpr4.cxx | 2153 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 …]
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xeformula.cxx | 975 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 …]
|
/aoo4110/main/oox/source/xls/ |
H A D | formulaparser.cxx | 215 --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 …]
|
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 149 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 …]
|
/aoo4110/main/sc/addin/datefunc/ |
H A D | dfa.cl | 515 …* @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 …]
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2048 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 …]
|
/aoo4110/main/sc/addin/rot13/ |
H A D | rot13.cl | 64 …* @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;
|
/aoo4110/main/xmlhelp/source/com/sun/star/help/ |
H A D | HelpSearch.java | 212 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 D | HelpIndexer.java | 98 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()
|
/aoo4110/main/basic/source/runtime/ |
H A D | runtime.cxx | 614 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 D | step2.cxx | 313 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()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | paramwrapper.cxx | 274 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()
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cntex.cxx | 353 long nParamCount = 2; in CreateOrUpdateExample() local 378 nParamCount += 3; in CreateOrUpdateExample() 385 nParamCount += 1; in CreateOrUpdateExample() 411 beans::PropertyValues aPropVals(nParamCount); in CreateOrUpdateExample()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 1487 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 …]
|
/aoo4110/main/sc/addin/inc/ |
H A D | addin.h | 82 USHORT& nParamCount, 113 USHORT * nParamCount,
|
/aoo4110/main/sc/inc/ |
H A D | callform.hxx | 64 sal_uInt16 nParamCount; member in FuncData 83 sal_uInt16 GetParamCount() const { return nParamCount; } in GetParamCount()
|
/aoo4110/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 149 nParamCount( rBaseData.nParamCount ), in ScaFuncData() 169 return (nParam > nParamCount) ? (nParamCount * 2) : (nParam * 2); in GetStrIndex()
|
/aoo4110/main/stoc/source/invocation/ |
H A D | invocation.cxx | 999 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()
|
/aoo4110/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 780 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()
|