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
63de6ba2
Kaydet (Commit)
63de6ba2
authored
Agu 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There is no css::uno::Sequence<sal_uInt8> in UNO
Change-Id: Ibf5095fea20314180a4e002295c89f570d66d45f
üst
39ce314c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
types.cxx
comphelper/source/misc/types.cxx
+0
-12
No files found.
comphelper/source/misc/types.cxx
Dosyayı görüntüle @
63de6ba2
...
@@ -333,18 +333,6 @@ bool compare_impl(const Type& _rType, const void* pData, const Any& _rValue)
...
@@ -333,18 +333,6 @@ bool compare_impl(const Type& _rType, const void* pData, const Any& _rValue)
memcmp
(
rLeftSeq
.
getConstArray
(),
rRightSeq
.
getConstArray
(),
rLeftSeq
.
getLength
())
==
0
;
memcmp
(
rLeftSeq
.
getConstArray
(),
rRightSeq
.
getConstArray
(),
rLeftSeq
.
getLength
())
==
0
;
}
}
}
}
else
if
(
_rType
==
cppu
::
UnoType
<
Sequence
<
sal_uInt8
>>::
get
())
{
Sequence
<
sal_uInt8
>
aTemp
;
bConversionSuccess
=
_rValue
>>=
aTemp
;
if
(
bConversionSuccess
)
{
const
Sequence
<
sal_uInt8
>&
rLeftSeq
=
*
static_cast
<
const
Sequence
<
sal_uInt8
>*>
(
pData
);
const
Sequence
<
sal_uInt8
>&
rRightSeq
=
aTemp
;
bRes
=
rLeftSeq
.
getLength
()
==
rRightSeq
.
getLength
()
&&
memcmp
(
rLeftSeq
.
getConstArray
(),
rRightSeq
.
getConstArray
(),
rLeftSeq
.
getLength
())
==
0
;
}
}
else
if
(
_rType
==
cppu
::
UnoType
<
Sequence
<
sal_Int16
>>::
get
())
else
if
(
_rType
==
cppu
::
UnoType
<
Sequence
<
sal_Int16
>>::
get
())
{
{
Sequence
<
sal_Int16
>
aTemp
;
Sequence
<
sal_Int16
>
aTemp
;
...
...
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