/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 203 sal_uInt8 nParamCount = GetByte(); in ScGetDayOfWeek() 346 sal_uInt8 nParamCount = GetByte(); in ScGetDiffDate360() 463 sal_uInt8 nParamCount = GetByte(); in RoundNumber() 502 sal_uInt8 nParamCount = GetByte(); in ScCeil() 525 sal_uInt8 nParamCount = GetByte(); in ScFloor() 588 sal_uInt8 nParamCount = GetByte(); in ScLog() 628 short nParamCount = GetByte(); in ScNPV() 696 sal_uInt8 nParamCount = GetByte(); in ScIRR() 851 sal_uInt8 nParamCount = GetByte(); in ScBW() 911 sal_uInt8 nParamCount = GetByte(); in ScGDA() [all …]
|
H A D | interpr3.cxx | 195 short nParamCount = GetByte(); in ScBadName() 782 sal_uInt8 nParamCount = GetByte(); in ScChiSqDist() 1282 sal_uInt8 nParamCount = GetByte(); in ScB() 1488 sal_uInt8 nParamCount = GetByte(); in ScNormDist() 1509 sal_uInt8 nParamCount = GetByte(); in ScLogNormDist() 1650 sal_uInt8 nParamCount = GetByte(); in ScPoissonDist() 1952 sal_uInt8 nParamCount = GetByte(); in ScGammaDist() 2072 sal_uInt8 nParamCount = GetByte(); in ScBetaInv() 2728 short nParamCount = GetByte(); in ScHarMean() 2848 short nParamCount = GetByte(); in ScGeoMean() [all …]
|
H A D | interpr1.cxx | 1151 short nParamCount = GetByte(); in ScAnd() 1249 short nParamCount = GetByte(); in ScOr() 1347 short nParamCount = GetByte(); in ScXor() 2019 sal_uInt8 nParamCount = GetByte(); in ScCell() 3005 short nParamCount = GetByte(); in ScMin() 3126 short nParamCount = GetByte(); in ScMax() 3247 short nParamCount = GetByte(); in IterateParameters() 3602 short nParamCount = GetByte(); in GetStVarParams() 3786 sal_uInt8 nParamCount = GetByte(); in ScColumns() 3830 sal_uInt8 nParamCount = GetByte(); in ScRows() [all …]
|
H A D | interpr5.cxx | 125 short nParamCount = GetByte(); in ScGCD() 211 short nParamCount = GetByte(); in ScLCM() 532 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() 1637 sal_uInt8 nParamCount = GetByte(); in ScSumProduct() 2343 sal_uInt8 nParamCount = GetByte(); in CalulateRGPRKP() [all …]
|
H A D | parclass.cxx | 529 if ( nParams != aToken.GetByte() ) in GenerateDocumentation() 531 aToken.GetByte(), nParams); in GenerateDocumentation()
|
H A D | interpr4.cxx | 2153 sal_uInt8 nParamCount = GetByte(); in ScExternal() 2708 sal_uInt8 nParamCount = GetByte(); in ScMacro() 2987 sal_uInt8 nParamCount = GetByte(); in ScTableOp() 3281 sal_uInt8 nParamCount = GetByte(); in ScTTT() 3395 cPar = pCur->GetByte(); in Interpret()
|
H A D | token.cxx | 1693 sal_uInt8 nParamCount = t->GetByte(); in GetAdjacentExtendOfOuterFuncRefs()
|
/aoo41x/main/formula/source/core/api/ |
H A D | token.cxx | 94 (GetByte() != 0 // x parameters in IsFunction() 116 else if ( GetByte() ) in GetParamCount() 117 return GetByte(); // all functions, also ocExternal and ocMacro in GetParamCount() 149 sal_uInt8 FormulaToken::GetByte() const in GetByte() function in formula::FormulaToken 241 sal_uInt8 FormulaByteToken::GetByte() const { return nByte; } in GetByte() function in formula::FormulaByteToken 247 return FormulaToken::operator==( r ) && nByte == r.GetByte() && in operator ==() 1350 sal_uInt8 FormulaExternalToken::GetByte() const { return nByte; } in GetByte() function in formula::FormulaExternalToken 1354 return FormulaToken::operator==( r ) && nByte == r.GetByte() && in operator ==()
|
H A D | FormulaCompiler.cxx | 1539 sal_uInt8 n = t->GetByte(); in CreateStringFromToken()
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgfbram.cxx | 250 sal_uInt8 GetByte(SvStream& rInp); 253 sal_uInt8 PcxExpand::GetByte(SvStream& rInp) in GetByte() function in PcxExpand 331 pBuf[i]=aPcx.GetByte(rInp); in SgfFilterBMap() 368 b=aPcx.GetByte(rInp); in SgfFilterBMap() 398 pBuf[i]=aPcx.GetByte(rInp); in SgfFilterBMap()
|
/aoo41x/main/formula/inc/formula/ |
H A D | token.hxx | 139 virtual sal_uInt8 GetByte() const; 204 virtual sal_uInt8 GetByte() const; 321 virtual sal_uInt8 GetByte() const;
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxbyte.cxx | 188 nRes = pVal->GetByte(); in ImpGetByte()
|
H A D | sbxstr.cxx | 296 sal_Unicode aTempChar = pArr->Get(i)->GetByte(); in ByteArrayToString()
|
H A D | sbxvalue.cxx | 674 GET( GetByte, SbxBYTE, sal_uInt8, nByte ) in GET() argument
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | tokenuno.cxx | 362 rAPI.Data <<= (sal_Int32) rToken.GetByte(); in ConvertToTokenSequence()
|
/aoo41x/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 309 sal_uInt8 GetByte() const;
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods1.cxx | 258 nByte = pSbxVariable->GetByte(); in RTLFUNC() 975 *pStrm << rVar.GetByte(); in lcl_WriteSbxVariable()
|
H A D | dllmgr.cxx | 310 add(blob, variable->GetByte(), outer ? 4 : 1, offset); in marshal()
|
H A D | methods.cxx | 393 sal_Char c = (sal_Char)pArg->GetByte(); in implChr()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 352 sal_uInt8 GetByte() { return cPar; } in GetByte() function in ScInterpreter
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xeformula.cxx | 837 rTokData.mnSpaces = (rTokData.GetOpCode() == ocSpaces) ? rTokData.mpScToken->GetByte() : 0; in GetNextToken()
|