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
e69c93d9
Kaydet (Commit)
e69c93d9
authored
May 09, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There is no css::uno::Sequence<bool>
Change-Id: Ibd630320d7cfb4c80c35e91e4407203b1783e980
üst
df71f13b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dinfdlg.cxx
sfx2/source/dialog/dinfdlg.cxx
+2
-2
No files found.
sfx2/source/dialog/dinfdlg.cxx
Dosyayı görüntüle @
e69c93d9
...
@@ -2297,7 +2297,7 @@ void CmisPropertiesWindow::AddLine( const OUString& sId, const OUString& sName,
...
@@ -2297,7 +2297,7 @@ void CmisPropertiesWindow::AddLine( const OUString& sId, const OUString& sName,
}
}
else
if
(
sType
==
CMIS_TYPE_BOOL
)
else
if
(
sType
==
CMIS_TYPE_BOOL
)
{
{
Sequence
<
bool
>
seqValue
;
Sequence
<
sal_Bool
>
seqValue
;
rAny
>>=
seqValue
;
rAny
>>=
seqValue
;
sal_Int32
m_nNumValue
=
seqValue
.
getLength
(
);
sal_Int32
m_nNumValue
=
seqValue
.
getLength
(
);
for
(
sal_Int32
i
=
0
;
i
<
m_nNumValue
;
++
i
)
for
(
sal_Int32
i
=
0
;
i
<
m_nNumValue
;
++
i
)
...
@@ -2407,7 +2407,7 @@ Sequence< document::CmisProperty > CmisPropertiesWindow::GetCmisProperties() con
...
@@ -2407,7 +2407,7 @@ Sequence< document::CmisProperty > CmisPropertiesWindow::GetCmisProperties() con
}
}
else
if
(
CMIS_TYPE_BOOL
==
sType
)
else
if
(
CMIS_TYPE_BOOL
==
sType
)
{
{
Sequence
<
bool
>
seqValue
(
pLine
->
m_aYesNos
.
size
(
)
);
Sequence
<
sal_Bool
>
seqValue
(
pLine
->
m_aYesNos
.
size
(
)
);
sal_Int32
k
=
0
;
sal_Int32
k
=
0
;
for
(
std
::
vector
<
CmisYesNo
*>::
const_iterator
it
=
pLine
->
m_aYesNos
.
begin
();
for
(
std
::
vector
<
CmisYesNo
*>::
const_iterator
it
=
pLine
->
m_aYesNos
.
begin
();
it
!=
pLine
->
m_aYesNos
.
end
();
++
it
,
++
k
)
it
!=
pLine
->
m_aYesNos
.
end
();
++
it
,
++
k
)
...
...
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