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
7f0fe544
Kaydet (Commit)
7f0fe544
authored
Ock 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I8e83eb52a8873e6c7372091c697158053da82488
üst
7f84ebe9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
ChartTypeTemplate.cxx
chart2/source/model/template/ChartTypeTemplate.cxx
+1
-1
DataSeriesHelper.cxx
chart2/source/tools/DataSeriesHelper.cxx
+1
-1
DiagramHelper.cxx
chart2/source/tools/DiagramHelper.cxx
+2
-2
No files found.
chart2/source/model/template/ChartTypeTemplate.cxx
Dosyayı görüntüle @
7f0fe544
...
...
@@ -661,7 +661,7 @@ void ChartTypeTemplate::adaptScales(
Reference
<
chart2
::
XAxis
>
xAxis
(
xCooSys
->
getAxisByDimension
(
1
,
nI
));
if
(
xAxis
.
is
())
{
sal_B
ool
bPercent
=
(
getStackMode
(
0
)
==
StackMode_Y_STACKED_PERCENT
);
b
ool
bPercent
=
(
getStackMode
(
0
)
==
StackMode_Y_STACKED_PERCENT
);
chart2
::
ScaleData
aScaleData
=
xAxis
->
getScaleData
();
if
(
bPercent
!=
(
aScaleData
.
AxisType
==
AxisType
::
PERCENT
)
)
...
...
chart2/source/tools/DataSeriesHelper.cxx
Dosyayı görüntüle @
7f0fe544
...
...
@@ -429,7 +429,7 @@ void setStackModeAtSeries(
xCorrespondingCoordinateSystem
->
getAxisByDimension
(
1
,
nAxisIndex
));
if
(
xAxis
.
is
())
{
sal_B
ool
bPercent
=
(
eStackMode
==
StackMode_Y_STACKED_PERCENT
);
b
ool
bPercent
=
(
eStackMode
==
StackMode_Y_STACKED_PERCENT
);
chart2
::
ScaleData
aScaleData
=
xAxis
->
getScaleData
();
if
(
bPercent
!=
(
aScaleData
.
AxisType
==
chart2
::
AxisType
::
PERCENT
)
)
...
...
chart2/source/tools/DiagramHelper.cxx
Dosyayı görüntüle @
7f0fe544
...
...
@@ -268,9 +268,9 @@ void DiagramHelper::setStackMode(
uno
::
Any
aNewDirection
(
uno
::
makeAny
(
eNewDirection
)
);
sal_Bool
bPercent
=
sal_F
alse
;
bool
bPercent
=
f
alse
;
if
(
eStackMode
==
StackMode_Y_STACKED_PERCENT
)
bPercent
=
sal_T
rue
;
bPercent
=
t
rue
;
//iterate through all coordinate systems
uno
::
Reference
<
XCoordinateSystemContainer
>
xCooSysContainer
(
xDiagram
,
uno
::
UNO_QUERY
);
...
...
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