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
4eb1aa5b
Kaydet (Commit)
4eb1aa5b
authored
Eki 29, 2013
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use something different than the SID_ prefix confused with SlotID
Change-Id: I6e87b1288d05c698e7c71b28ca1c6d503b25a332
üst
8df6531b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
40 deletions
+40
-40
DescriptiveStatisticsDialog.cxx
...urce/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx
+14
-14
StatisticsDialogs.hrc
sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc
+13
-13
StatisticsDialogs.src
sc/source/ui/StatisticsDialogs/StatisticsDialogs.src
+13
-13
No files found.
sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx
Dosyayı görüntüle @
4eb1aa5b
...
...
@@ -38,20 +38,20 @@ struct StatisticCalculation {
static
const
StatisticCalculation
lclCalcDefinitions
[]
=
{
{
SID_CALC_MEAN
,
"=AVERAGE(%RANGE%)"
},
{
SID_CALC_STD_ERROR
,
"=SQRT(VAR(%RANGE%)/COUNT(%RANGE%))"
},
{
SID_CALC_MODE
,
"=MODE(%RANGE%)"
},
{
SID_CALC_MEDIAN
,
"=MEDIAN(%RANGE%)"
},
{
SID_CALC_VARIANCE
,
"=VAR(%RANGE%)"
},
{
SID_CALC_STD_DEVIATION
,
"=STDEV(%RANGE%)"
},
{
SID_CALC_KURTOSIS
,
"=KURT(%RANGE%)"
},
{
SID_CALC_SKEWNESS
,
"=SKEW(%RANGE%)"
},
{
SID_CALC_RANGE
,
"=MAX(%RANGE%)-MIN(%RANGE%)"
},
{
SID_CALC_MIN
,
"=MIN(%RANGE%)"
},
{
SID_CALC_MAX
,
"=MAX(%RANGE%)"
},
{
SID_CALC_SUM
,
"=SUM(%RANGE%)"
},
{
SID_CALC_COUNT
,
"=COUNT(%RANGE%)"
},
{
0
,
NULL
}
{
S
TR
ID_CALC_MEAN
,
"=AVERAGE(%RANGE%)"
},
{
S
TR
ID_CALC_STD_ERROR
,
"=SQRT(VAR(%RANGE%)/COUNT(%RANGE%))"
},
{
S
TR
ID_CALC_MODE
,
"=MODE(%RANGE%)"
},
{
S
TR
ID_CALC_MEDIAN
,
"=MEDIAN(%RANGE%)"
},
{
S
TR
ID_CALC_VARIANCE
,
"=VAR(%RANGE%)"
},
{
S
TR
ID_CALC_STD_DEVIATION
,
"=STDEV(%RANGE%)"
},
{
S
TR
ID_CALC_KURTOSIS
,
"=KURT(%RANGE%)"
},
{
S
TR
ID_CALC_SKEWNESS
,
"=SKEW(%RANGE%)"
},
{
S
TR
ID_CALC_RANGE
,
"=MAX(%RANGE%)-MIN(%RANGE%)"
},
{
S
TR
ID_CALC_MIN
,
"=MIN(%RANGE%)"
},
{
S
TR
ID_CALC_MAX
,
"=MAX(%RANGE%)"
},
{
S
TR
ID_CALC_SUM
,
"=SUM(%RANGE%)"
},
{
S
TR
ID_CALC_COUNT
,
"=COUNT(%RANGE%)"
},
{
0
,
NULL
}
};
static
const
OUString
lclWildcardRange
(
"%RANGE%"
);
...
...
sc/source/ui/StatisticsDialogs/StatisticsDialogs.hrc
Dosyayı görüntüle @
4eb1aa5b
...
...
@@ -33,19 +33,19 @@
#define STR_SAMPLING_UNDO_NAME 20
#define S
ID_CALC_MEAN
21
#define S
ID_CALC_STD_ERROR
22
#define S
ID_CALC_MODE
23
#define S
ID_CALC_MEDIAN
24
#define S
ID_CALC_VARIANCE
25
#define S
ID_CALC_STD_DEVIATION
26
#define S
ID_CALC_KURTOSIS
27
#define S
ID_CALC_SKEWNESS
28
#define S
ID_CALC_RANGE
29
#define S
ID_CALC_MIN
30
#define S
ID_CALC_MAX
31
#define S
ID_CALC_SUM
32
#define S
ID_CALC_COUNT
33
#define S
TRID_CALC_MEAN
21
#define S
TRID_CALC_STD_ERROR
22
#define S
TRID_CALC_MODE
23
#define S
TRID_CALC_MEDIAN
24
#define S
TRID_CALC_VARIANCE
25
#define S
TRID_CALC_STD_DEVIATION
26
#define S
TRID_CALC_KURTOSIS
27
#define S
TRID_CALC_SKEWNESS
28
#define S
TRID_CALC_RANGE
29
#define S
TRID_CALC_MIN
30
#define S
TRID_CALC_MAX
31
#define S
TRID_CALC_SUM
32
#define S
TRID_CALC_COUNT
33
#define STR_DESCRIPTIVE_STATISTICS_UNDO_NAME 34
#define STR_ANALYSIS_OF_VARIANCE_UNDO_NAME 35
...
...
sc/source/ui/StatisticsDialogs/StatisticsDialogs.src
Dosyayı görüntüle @
4eb1aa5b
...
...
@@ -40,55 +40,55 @@ Resource RID_STATISTICS_DLGS
{
Text [ en-US ] = "Descriptive Statistics";
};
String SID_CALC_MEAN
String S
TR
ID_CALC_MEAN
{
Text [ en-US ] = "Mean";
};
String SID_CALC_STD_ERROR
String S
TR
ID_CALC_STD_ERROR
{
Text [ en-US ] = "Standard Error";
};
String SID_CALC_MODE
String S
TR
ID_CALC_MODE
{
Text [ en-US ] = "Mode";
};
String SID_CALC_MEDIAN
String S
TR
ID_CALC_MEDIAN
{
Text [ en-US ] = "Median";
};
String SID_CALC_VARIANCE
String S
TR
ID_CALC_VARIANCE
{
Text [ en-US ] = "Variance";
};
String SID_CALC_STD_DEVIATION
String S
TR
ID_CALC_STD_DEVIATION
{
Text [ en-US ] = "Standard Deviation";
};
String SID_CALC_KURTOSIS
String S
TR
ID_CALC_KURTOSIS
{
Text [ en-US ] = "Kurtosis";
};
String SID_CALC_SKEWNESS
String S
TR
ID_CALC_SKEWNESS
{
Text [ en-US ] = "Skewness";
};
String SID_CALC_RANGE
String S
TR
ID_CALC_RANGE
{
Text [ en-US ] = "Range";
};
String SID_CALC_MIN
String S
TR
ID_CALC_MIN
{
Text [ en-US ] = "Minimum";
};
String SID_CALC_MAX
String S
TR
ID_CALC_MAX
{
Text [ en-US ] = "Maximum";
};
String SID_CALC_SUM
String S
TR
ID_CALC_SUM
{
Text [ en-US ] = "Sum";
};
String SID_CALC_COUNT
String S
TR
ID_CALC_COUNT
{
Text [ en-US ] = "Count";
};
...
...
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