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
b887f73f
Kaydet (Commit)
b887f73f
authored
Mar 01, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unuseddefaultparam in scaddins
Change-Id: I47f7ead34832c19d5194c1e4ccf190384262f436
üst
e6550696
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
analysishelper.cxx
scaddins/source/analysis/analysishelper.cxx
+2
-3
analysishelper.hxx
scaddins/source/analysis/analysishelper.hxx
+1
-2
No files found.
scaddins/source/analysis/analysishelper.cxx
Dosyayı görüntüle @
b887f73f
...
...
@@ -1629,11 +1629,10 @@ void ScaDoubleList::Append(
void
ScaDoubleList
::
Append
(
ScaAnyConverter
&
rAnyConv
,
const
uno
::
Reference
<
beans
::
XPropertySet
>&
xOpt
,
const
uno
::
Sequence
<
uno
::
Any
>&
rAnySeq
,
bool
bIgnoreEmpty
)
throw
(
uno
::
RuntimeException
,
lang
::
IllegalArgumentException
)
const
uno
::
Sequence
<
uno
::
Any
>&
rAnySeq
)
throw
(
uno
::
RuntimeException
,
lang
::
IllegalArgumentException
)
{
rAnyConv
.
init
(
xOpt
);
Append
(
rAnyConv
,
rAnySeq
,
bIgnoreEmpty
);
Append
(
rAnyConv
,
rAnySeq
,
true
/*bIgnoreEmpty*/
);
}
...
...
scaddins/source/analysis/analysishelper.hxx
Dosyayı görüntüle @
b887f73f
...
...
@@ -330,8 +330,7 @@ public:
void
Append
(
ScaAnyConverter
&
rAnyConv
,
const
css
::
uno
::
Reference
<
css
::
beans
::
XPropertySet
>&
xOpt
,
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rAnySeq
,
bool
bIgnoreEmpty
=
true
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
lang
::
IllegalArgumentException
);
const
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>&
rAnySeq
)
throw
(
css
::
uno
::
RuntimeException
,
css
::
lang
::
IllegalArgumentException
);
virtual
bool
CheckInsert
(
double
fValue
)
const
throw
(
css
::
uno
::
RuntimeException
,
css
::
lang
::
IllegalArgumentException
);
...
...
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