Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
62cd0770
Kaydet (Commit)
62cd0770
authored
Mar 21, 2019
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
formatting fixes
Change-Id: Ie8ceead5cba72abf32e57e214e677dbf478941d4
üst
3448ffae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
interpre.hxx
sc/source/core/inc/interpre.hxx
+5
-6
No files found.
sc/source/core/inc/interpre.hxx
Dosyayı görüntüle @
62cd0770
...
@@ -206,8 +206,7 @@ private:
...
@@ -206,8 +206,7 @@ private:
ScFormulaCell
*
pMyFormulaCell
;
// the cell of this formula expression
ScFormulaCell
*
pMyFormulaCell
;
// the cell of this formula expression
SvNumberFormatter
*
pFormatter
;
SvNumberFormatter
*
pFormatter
;
const
formula
::
FormulaToken
*
const
formula
::
FormulaToken
*
pCur
;
// current token
pCur
;
// current token
ScTokenStack
*
pStackObj
;
// contains the stacks
ScTokenStack
*
pStackObj
;
// contains the stacks
const
formula
::
FormulaToken
**
pStack
;
// the current stack
const
formula
::
FormulaToken
**
pStack
;
// the current stack
FormulaError
nGlobalError
;
// global (local to this formula expression) error
FormulaError
nGlobalError
;
// global (local to this formula expression) error
...
@@ -248,12 +247,12 @@ private:
...
@@ -248,12 +247,12 @@ private:
bool
IsTableOpInRange
(
const
ScRange
&
);
bool
IsTableOpInRange
(
const
ScRange
&
);
sal_uInt32
GetCellNumberFormat
(
const
ScAddress
&
rPos
,
ScRefCellValue
&
rCell
);
sal_uInt32
GetCellNumberFormat
(
const
ScAddress
&
rPos
,
ScRefCellValue
&
rCell
);
double
ConvertStringToValue
(
const
OUString
&
);
double
ConvertStringToValue
(
const
OUString
&
);
public
:
public
:
static
double
ScGetGCD
(
double
fx
,
double
fy
);
static
double
ScGetGCD
(
double
fx
,
double
fy
);
/** For matrix back calls into the current interpreter.
/** For matrix back calls into the current interpreter.
Uses rError instead of nGlobalError and rCurFmtType instead of nCurFmtType. */
Uses rError instead of nGlobalError and rCurFmtType instead of nCurFmtType. */
double
ConvertStringToValue
(
const
OUString
&
,
FormulaError
&
rError
,
SvNumFormatType
&
rCurFmtType
);
double
ConvertStringToValue
(
const
OUString
&
,
FormulaError
&
rError
,
SvNumFormatType
&
rCurFmtType
);
private
:
private
:
double
GetCellValue
(
const
ScAddress
&
,
ScRefCellValue
&
rCell
);
double
GetCellValue
(
const
ScAddress
&
,
ScRefCellValue
&
rCell
);
double
GetCellValueOrZero
(
const
ScAddress
&
,
ScRefCellValue
&
rCell
);
double
GetCellValueOrZero
(
const
ScAddress
&
,
ScRefCellValue
&
rCell
);
double
GetValueCellValue
(
const
ScAddress
&
,
double
fOrig
);
double
GetValueCellValue
(
const
ScAddress
&
,
double
fOrig
);
...
@@ -864,14 +863,14 @@ private:
...
@@ -864,14 +863,14 @@ private:
static
double
taylor
(
const
double
*
pPolynom
,
sal_uInt16
nMax
,
double
x
);
static
double
taylor
(
const
double
*
pPolynom
,
sal_uInt16
nMax
,
double
x
);
static
double
gauss
(
double
x
);
static
double
gauss
(
double
x
);
public
:
public
:
static
SC_DLLPUBLIC
double
phi
(
double
x
);
static
SC_DLLPUBLIC
double
phi
(
double
x
);
static
SC_DLLPUBLIC
double
integralPhi
(
double
x
);
static
SC_DLLPUBLIC
double
integralPhi
(
double
x
);
static
SC_DLLPUBLIC
double
gaussinv
(
double
x
);
static
SC_DLLPUBLIC
double
gaussinv
(
double
x
);
static
SC_DLLPUBLIC
double
GetPercentile
(
::
std
::
vector
<
double
>
&
rArray
,
double
fPercentile
);
static
SC_DLLPUBLIC
double
GetPercentile
(
::
std
::
vector
<
double
>
&
rArray
,
double
fPercentile
);
private
:
private
:
double
GetBetaDist
(
double
x
,
double
alpha
,
double
beta
);
//cumulative distribution function
double
GetBetaDist
(
double
x
,
double
alpha
,
double
beta
);
//cumulative distribution function
double
GetBetaDistPDF
(
double
fX
,
double
fA
,
double
fB
);
//probability density function)
double
GetBetaDistPDF
(
double
fX
,
double
fA
,
double
fB
);
//probability density function)
double
GetChiDist
(
double
fChi
,
double
fDF
);
// for LEGACY.CHIDIST, returns right tail
double
GetChiDist
(
double
fChi
,
double
fDF
);
// for LEGACY.CHIDIST, returns right tail
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment