Kaydet (Commit) 773c9765 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: calulate->calculate

Change-Id: I33866a177eded1e96860cb07b16b753385b88319
üst c36353d8
......@@ -724,7 +724,7 @@ void CalculateLookup(bool bHLookup);
bool FillEntry(ScQueryEntry& rEntry);
void CalculateAddSub(bool _bSub);
void CalculateTrendGrowth(bool _bGrowth);
void CalulateRGPRKP(bool _bRKP);
void CalculateRGPRKP(bool _bRKP);
void CalculateSumX2MY2SumX2DY2(bool _bSumX2DY2);
void CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR);
bool CheckMatrix(bool _bLOG,sal_uInt8& nCase,SCSIZE& nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE& M,SCSIZE& N,ScMatrixRef& pMatX,ScMatrixRef& pMatY);
......
......@@ -2340,16 +2340,16 @@ bool ScInterpreter::CheckMatrix(bool _bLOG, sal_uInt8& nCase, SCSIZE& nCX,
// LINEST
void ScInterpreter::ScRGP()
{
CalulateRGPRKP(false);
CalculateRGPRKP(false);
}
// LOGEST
void ScInterpreter::ScRKP()
{
CalulateRGPRKP(true);
CalculateRGPRKP(true);
}
void ScInterpreter::CalulateRGPRKP(bool _bRKP)
void ScInterpreter::CalculateRGPRKP(bool _bRKP)
{
sal_uInt8 nParamCount = GetByte();
if (!MustHaveParamCount( nParamCount, 1, 4 ))
......
......@@ -2174,7 +2174,7 @@ void ToolBox::ImplFormat( bool bResize )
mpData->ImplClearLayoutData();
// recalulate positions and sizes
// recalculate positions and sizes
Rectangle aEmptyRect;
long nLineSize;
long nLeft;
......@@ -2481,7 +2481,7 @@ void ToolBox::ImplFormat( bool bResize )
{
it->maCalcRect.Left() = nX;
// if special TBX_LAYOUT_LOCKVERT lock vertical position
// don't recalulate the vertical position of the item
// don't recalculate the vertical position of the item
if ( meLayoutMode == TBX_LAYOUT_LOCKVERT && mnLines == 1 )
{
// Somewhat of a hack here, calc deletes and re-adds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment