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
1b574435
Kaydet (Commit)
1b574435
authored
Ock 28, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I17c451d33d6d5e4edf0304ff47d63ac878d7e5d9
üst
0b4e1c94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
propagg.cxx
comphelper/source/property/propagg.cxx
+2
-2
string.hxx
include/comphelper/string.hxx
+1
-1
No files found.
comphelper/source/property/propagg.cxx
Dosyayı görüntüle @
1b574435
...
@@ -86,7 +86,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(
...
@@ -86,7 +86,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(
sal_Int32
nMPLoop
=
0
;
sal_Int32
nMPLoop
=
0
;
for
(
;
nMPLoop
<
nDelegatorProps
;
++
nMPLoop
,
++
pDelegateProps
)
for
(
;
nMPLoop
<
nDelegatorProps
;
++
nMPLoop
,
++
pDelegateProps
)
{
{
m_aPropertyAccessors
[
pDelegateProps
->
Handle
]
=
OPropertyAccessor
(
-
1
,
nMPLoop
,
sal_F
alse
);
m_aPropertyAccessors
[
pDelegateProps
->
Handle
]
=
OPropertyAccessor
(
-
1
,
nMPLoop
,
f
alse
);
OSL_ENSURE
(
aDelegatorProps
.
find
(
pDelegateProps
->
Name
)
==
aDelegatorProps
.
end
(),
OSL_ENSURE
(
aDelegatorProps
.
find
(
pDelegateProps
->
Name
)
==
aDelegatorProps
.
end
(),
"OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper: duplicate delegatee property!"
);
"OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper: duplicate delegatee property!"
);
aDelegatorProps
.
insert
(
pDelegateProps
->
Name
);
aDelegatorProps
.
insert
(
pDelegateProps
->
Name
);
...
@@ -128,7 +128,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(
...
@@ -128,7 +128,7 @@ OPropertyArrayAggregationHelper::OPropertyArrayAggregationHelper(
}
}
// remember the accessor for this property
// remember the accessor for this property
m_aPropertyAccessors
[
nHandle
]
=
OPropertyAccessor
(
pMergedProps
->
Handle
,
nMPLoop
,
sal_T
rue
);
m_aPropertyAccessors
[
nHandle
]
=
OPropertyAccessor
(
pMergedProps
->
Handle
,
nMPLoop
,
t
rue
);
pMergedProps
->
Handle
=
nHandle
;
pMergedProps
->
Handle
=
nHandle
;
++
nMPLoop
;
++
nMPLoop
;
...
...
include/comphelper/string.hxx
Dosyayı görüntüle @
1b574435
...
@@ -96,7 +96,7 @@ inline OUStringBuffer& remove(OUStringBuffer &rIn,
...
@@ -96,7 +96,7 @@ inline OUStringBuffer& remove(OUStringBuffer &rIn,
sal_Unicode
c
)
sal_Unicode
c
)
{
{
sal_Int32
index
=
0
;
sal_Int32
index
=
0
;
while
(
1
)
while
(
true
)
{
{
if
(
index
>=
rIn
.
getLength
())
if
(
index
>=
rIn
.
getLength
())
break
;
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