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
c40a4290
Kaydet (Commit)
c40a4290
authored
Mar 27, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
implement some more properties for databars
Change-Id: Ib6c7f4f316ff49d433c8810ef9a7bbfe64c0576d
üst
2f266f2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
condformatuno.cxx
sc/source/ui/unoobj/condformatuno.cxx
+17
-0
No files found.
sc/source/ui/unoobj/condformatuno.cxx
Dosyayı görüntüle @
c40a4290
...
@@ -788,6 +788,19 @@ void SAL_CALL ScDataBarFormatObj::setPropertyValue(
...
@@ -788,6 +788,19 @@ void SAL_CALL ScDataBarFormatObj::setPropertyValue(
{
{
case
AxisPosition
:
case
AxisPosition
:
{
{
sal_Int32
nVal
;
if
(
aValue
>>=
nVal
)
{
for
(
size_t
i
=
0
;
i
<
SAL_N_ELEMENTS
(
aDataBarAxisMap
);
++
i
)
{
if
(
aDataBarAxisMap
[
i
].
nApiPos
==
nVal
)
{
getCoreObject
()
->
GetDataBarData
()
->
meAxisPosition
=
aDataBarAxisMap
[
i
].
ePos
;
break
;
}
}
}
}
}
break
;
break
;
case
UseGradient
:
case
UseGradient
:
...
@@ -1038,6 +1051,10 @@ void SAL_CALL ScIconSetFormatObj::setPropertyValue(
...
@@ -1038,6 +1051,10 @@ void SAL_CALL ScIconSetFormatObj::setPropertyValue(
getCoreObject
()
->
GetIconSetData
()
->
eIconSetType
=
eType
;
getCoreObject
()
->
GetIconSetData
()
->
eIconSetType
=
eType
;
}
}
break
;
break
;
case
IconSetEntries
:
break
;
default
:
break
;
}
}
}
}
...
...
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