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
c69fc951
Kaydet (Commit)
c69fc951
authored
Şub 07, 2011
tarafından
Ingrid Halama [iha]
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
chart52: #i89539# remove term 'Regression' from legend
üst
7fd459f9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
11 deletions
+9
-11
Strings_Statistic.src
chart2/source/controller/dialogs/Strings_Statistic.src
+6
-6
Strings.hrc
chart2/source/inc/Strings.hrc
+1
-2
RegressionCurveHelper.cxx
chart2/source/tools/RegressionCurveHelper.cxx
+1
-1
VSeriesPlotter.cxx
chart2/source/view/charttypes/VSeriesPlotter.cxx
+1
-2
No files found.
chart2/source/controller/dialogs/Strings_Statistic.src
Dosyayı görüntüle @
c69fc951
...
@@ -51,22 +51,22 @@ String STR_CONTROLTEXT_ERROR_BARS_FROM_DATA
...
@@ -51,22 +51,22 @@ String STR_CONTROLTEXT_ERROR_BARS_FROM_DATA
String STR_REGRESSION_LINEAR
String STR_REGRESSION_LINEAR
{
{
Text [ en-US ] = "Linear
Regression
" ;
Text [ en-US ] = "Linear
(%SERIESNAME)
" ;
};
};
String STR_REGRESSION_LOG
String STR_REGRESSION_LOG
{
{
Text [ en-US ] = "Logarithmic
Regression
" ;
Text [ en-US ] = "Logarithmic
(%SERIESNAME)
" ;
};
};
String STR_REGRESSION_EXP
String STR_REGRESSION_EXP
{
{
Text [ en-US ] = "Exponential
Regression
" ;
Text [ en-US ] = "Exponential
(%SERIESNAME)
" ;
};
};
String STR_REGRESSION_POWER
String STR_REGRESSION_POWER
{
{
Text [ en-US ] = "Power
Regression
" ;
Text [ en-US ] = "Power
(%SERIESNAME)
" ;
};
};
String STR_
STATISTICS_IN_LEGEND
String STR_
REGRESSION_MEAN
{
{
Text [ en-US ] = "
%REGRESSIONCURVE for %SERIESNAME
" ;
Text [ en-US ] = "
Mean (%SERIESNAME)
" ;
};
};
chart2/source/inc/Strings.hrc
Dosyayı görüntüle @
c69fc951
...
@@ -156,6 +156,7 @@
...
@@ -156,6 +156,7 @@
#define STR_REGRESSION_LOG (RID_APP_START + 136)
#define STR_REGRESSION_LOG (RID_APP_START + 136)
#define STR_REGRESSION_EXP (RID_APP_START + 137)
#define STR_REGRESSION_EXP (RID_APP_START + 137)
#define STR_REGRESSION_POWER (RID_APP_START + 138)
#define STR_REGRESSION_POWER (RID_APP_START + 138)
#define STR_REGRESSION_MEAN (RID_APP_START + 180)
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
//for scale tab page
//for scale tab page
...
@@ -264,8 +265,6 @@
...
@@ -264,8 +265,6 @@
#define STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS (RID_APP_START + 265)
#define STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS (RID_APP_START + 265)
#define STR_OBJECT_CURVE_EQUATION (RID_APP_START + 268)
#define STR_OBJECT_CURVE_EQUATION (RID_APP_START + 268)
#define STR_STATISTICS_IN_LEGEND (RID_APP_START + 180)
#define STR_OBJECT_SHAPE (RID_APP_START + 290)
#define STR_OBJECT_SHAPE (RID_APP_START + 290)
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
...
...
chart2/source/tools/RegressionCurveHelper.cxx
Dosyayı görüntüle @
c69fc951
...
@@ -608,7 +608,7 @@ OUString RegressionCurveHelper::getUINameForRegressionCurve( const Reference< XR
...
@@ -608,7 +608,7 @@ OUString RegressionCurveHelper::getUINameForRegressionCurve( const Reference< XR
if
(
aServiceName
.
equalsAsciiL
(
if
(
aServiceName
.
equalsAsciiL
(
RTL_CONSTASCII_STRINGPARAM
(
"com.sun.star.chart2.MeanValueRegressionCurve"
)))
RTL_CONSTASCII_STRINGPARAM
(
"com.sun.star.chart2.MeanValueRegressionCurve"
)))
{
{
aResult
=
::
chart
::
SchResId
::
getResString
(
STR_
OBJECT_AVERAGE_LINE
);
aResult
=
::
chart
::
SchResId
::
getResString
(
STR_
REGRESSION_MEAN
);
}
}
else
if
(
aServiceName
.
equalsAsciiL
(
else
if
(
aServiceName
.
equalsAsciiL
(
RTL_CONSTASCII_STRINGPARAM
(
"com.sun.star.chart2.LinearRegressionCurve"
)))
RTL_CONSTASCII_STRINGPARAM
(
"com.sun.star.chart2.LinearRegressionCurve"
)))
...
...
chart2/source/view/charttypes/VSeriesPlotter.cxx
Dosyayı görüntüle @
c69fc951
...
@@ -2170,8 +2170,7 @@ std::vector< ViewLegendEntry > VSeriesPlotter::createLegendEntriesForSeries(
...
@@ -2170,8 +2170,7 @@ std::vector< ViewLegendEntry > VSeriesPlotter::createLegendEntriesForSeries(
if
(
aCurves
[
i
].
is
()
)
if
(
aCurves
[
i
].
is
()
)
{
{
//label
//label
OUString
aResStr
(
SchResId
::
getResString
(
STR_STATISTICS_IN_LEGEND
));
OUString
aResStr
(
RegressionCurveHelper
::
getUINameForRegressionCurve
(
aCurves
[
i
]
)
);
replaceParamterInString
(
aResStr
,
C2U
(
"%REGRESSIONCURVE"
),
RegressionCurveHelper
::
getUINameForRegressionCurve
(
aCurves
[
i
]
));
replaceParamterInString
(
aResStr
,
C2U
(
"%SERIESNAME"
),
aLabelText
);
replaceParamterInString
(
aResStr
,
C2U
(
"%SERIESNAME"
),
aLabelText
);
aEntry
.
aLabel
=
FormattedStringHelper
::
createFormattedStringSequence
(
xContext
,
aResStr
,
xTextProperties
);
aEntry
.
aLabel
=
FormattedStringHelper
::
createFormattedStringSequence
(
xContext
,
aResStr
,
xTextProperties
);
...
...
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