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
2ec69c6f
Kaydet (Commit)
2ec69c6f
authored
Nis 03, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
document a few missing pieces
Change-Id: I88a48ada4f9e261e425127bc1b0d3db83f1fabba
üst
5b75b4e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
condformatuno.cxx
sc/source/ui/unoobj/condformatuno.cxx
+7
-0
No files found.
sc/source/ui/unoobj/condformatuno.cxx
Dosyayı görüntüle @
2ec69c6f
...
...
@@ -962,6 +962,10 @@ void SAL_CALL ScColorScaleFormatObj::setPropertyValue(
uno
::
Sequence
<
uno
::
Reference
<
sheet
::
XColorScaleEntry
>
>
aEntries
;
if
(
aValue
>>=
aEntries
)
{
if
(
aEntries
.
getLength
()
<
2
)
throw
lang
::
IllegalArgumentException
();
// TODO: we need to make sure that there are enough entries
size_t
n
=
size_t
(
aEntries
.
getLength
());
for
(
size_t
i
=
0
;
i
<
n
;
++
i
)
{
...
...
@@ -1663,6 +1667,7 @@ void SAL_CALL ScIconSetFormatObj::setPropertyValue(
throw
lang
::
IllegalArgumentException
();
}
// TODO: we need to make sure that there are enough entries
getCoreObject
()
->
GetIconSetData
()
->
eIconSetType
=
eType
;
}
break
;
...
...
@@ -1671,6 +1676,8 @@ void SAL_CALL ScIconSetFormatObj::setPropertyValue(
uno
::
Sequence
<
uno
::
Reference
<
sheet
::
XIconSetEntry
>
>
aEntries
;
if
(
aValue
>>=
aEntries
)
{
// TODO: we need to check that the number of entries
// corresponds to the icon type
sal_Int32
nLength
=
aEntries
.
getLength
();
for
(
size_t
i
=
0
;
i
<
size_t
(
nLength
);
++
i
)
{
...
...
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