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
7dab0e86
Kaydet (Commit)
7dab0e86
authored
Eki 23, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix tests
Change-Id: Ib090d9a6a007a738a0603d1d0a38d5b274feadcc
üst
1c6b94c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AxisHelper.cxx
chart2/source/tools/AxisHelper.cxx
+1
-1
ExplicitCategoriesProvider.cxx
chart2/source/tools/ExplicitCategoriesProvider.cxx
+1
-1
No files found.
chart2/source/tools/AxisHelper.cxx
Dosyayı görüntüle @
7dab0e86
...
@@ -151,7 +151,7 @@ sal_Int32 AxisHelper::getExplicitNumberFormatKeyForAxis(
...
@@ -151,7 +151,7 @@ sal_Int32 AxisHelper::getExplicitNumberFormatKeyForAxis(
//check whether we have a percent scale -> use percent format
//check whether we have a percent scale -> use percent format
if
(
xNumberFormatsSupplier
.
is
()
)
if
(
xNumberFormatsSupplier
.
is
()
)
{
{
ChartModel
*
pModel
=
dynamic_cast
<
ChartModel
*>
(
x
NumberFormatsSupplier
.
get
()
);
ChartModel
*
pModel
=
dynamic_cast
<
ChartModel
*>
(
x
ChartDoc
.
get
()
);
assert
(
pModel
);
assert
(
pModel
);
ScaleData
aData
=
AxisHelper
::
getDateCheckedScale
(
xAxis
,
*
pModel
);
ScaleData
aData
=
AxisHelper
::
getDateCheckedScale
(
xAxis
,
*
pModel
);
if
(
aData
.
AxisType
==
AxisType
::
PERCENT
)
if
(
aData
.
AxisType
==
AxisType
::
PERCENT
)
...
...
chart2/source/tools/ExplicitCategoriesProvider.cxx
Dosyayı görüntüle @
7dab0e86
...
@@ -187,7 +187,7 @@ void ExplicitCategoriesProvider::convertCategoryAnysToText( uno::Sequence< OUStr
...
@@ -187,7 +187,7 @@ void ExplicitCategoriesProvider::convertCategoryAnysToText( uno::Sequence< OUStr
{
{
Reference
<
chart2
::
XAxis
>
xAxis
(
xCooSysModel
->
getAxisByDimension
(
0
,
0
)
);
Reference
<
chart2
::
XAxis
>
xAxis
(
xCooSysModel
->
getAxisByDimension
(
0
,
0
)
);
nAxisNumberFormat
=
AxisHelper
::
getExplicitNumberFormatKeyForAxis
(
nAxisNumberFormat
=
AxisHelper
::
getExplicitNumberFormatKeyForAxis
(
xAxis
,
xCooSysModel
,
rModel
.
getNumberFormatsSupplier
(
),
false
);
xAxis
,
xCooSysModel
,
uno
::
Reference
<
util
::
XNumberFormatsSupplier
>
(
static_cast
<
::
cppu
::
OWeakObject
*
>
(
&
rModel
),
uno
::
UNO_QUERY
),
false
);
}
}
sal_Int32
nLabelColor
;
sal_Int32
nLabelColor
;
...
...
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