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
a22e6264
Kaydet (Commit)
a22e6264
authored
Eki 14, 2010
tarafından
Laurent Charrière
Kaydeden (comit)
Michael Meeks
Eki 14, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Translate German comments in ure/cppuhelper
Signed-off-by:
Laurent Charrière
<
lcharriere@gmail.com
>
üst
731f89af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
interfacecontainer.cxx
cppuhelper/source/interfacecontainer.cxx
+2
-2
propshlp.cxx
cppuhelper/source/propshlp.cxx
+3
-3
No files found.
cppuhelper/source/interfacecontainer.cxx
Dosyayı görüntüle @
a22e6264
...
@@ -326,7 +326,7 @@ void OInterfaceContainerHelper::disposeAndClear( const EventObject & rEvt ) SAL_
...
@@ -326,7 +326,7 @@ void OInterfaceContainerHelper::disposeAndClear( const EventObject & rEvt ) SAL_
{
{
ClearableMutexGuard
aGuard
(
rMutex
);
ClearableMutexGuard
aGuard
(
rMutex
);
OInterfaceIteratorHelper
aIt
(
*
this
);
OInterfaceIteratorHelper
aIt
(
*
this
);
//
Container freigeben, falls im disposing neue Eintrge kommen
//
Release container, in case new entries come while disposing
OSL_ENSURE
(
!
bIsList
||
bInUse
,
"OInterfaceContainerHelper not in use"
);
OSL_ENSURE
(
!
bIsList
||
bInUse
,
"OInterfaceContainerHelper not in use"
);
if
(
!
bIsList
&&
pData
)
if
(
!
bIsList
&&
pData
)
((
XInterface
*
)
pData
)
->
release
();
((
XInterface
*
)
pData
)
->
release
();
...
@@ -356,7 +356,7 @@ void OInterfaceContainerHelper::clear() SAL_THROW( () )
...
@@ -356,7 +356,7 @@ void OInterfaceContainerHelper::clear() SAL_THROW( () )
{
{
ClearableMutexGuard
aGuard
(
rMutex
);
ClearableMutexGuard
aGuard
(
rMutex
);
OInterfaceIteratorHelper
aIt
(
*
this
);
OInterfaceIteratorHelper
aIt
(
*
this
);
//
Container freigeben, falls im disposing neue Eintrge kommen
//
Release container, in case new entries come while disposing
OSL_ENSURE
(
!
bIsList
||
bInUse
,
"OInterfaceContainerHelper not in use"
);
OSL_ENSURE
(
!
bIsList
||
bInUse
,
"OInterfaceContainerHelper not in use"
);
if
(
!
bIsList
&&
pData
)
if
(
!
bIsList
&&
pData
)
((
XInterface
*
)
pData
)
->
release
();
((
XInterface
*
)
pData
)
->
release
();
...
...
cppuhelper/source/propshlp.cxx
Dosyayı görüntüle @
a22e6264
...
@@ -1168,7 +1168,7 @@ sal_Int32 OPropertyArrayHelper::fillHandles( sal_Int32 * pHandles, const Sequenc
...
@@ -1168,7 +1168,7 @@ sal_Int32 OPropertyArrayHelper::fillHandles( sal_Int32 * pHandles, const Sequenc
for
(
sal_Int32
i
=
0
;
i
<
nReqLen
;
i
++
)
for
(
sal_Int32
i
=
0
;
i
<
nReqLen
;
i
++
)
{
{
//
Logarithmus ermitteln
//
Calculate logarithm
sal_Int32
n
=
(
sal_Int32
)(
pEnd
-
pCur
);
sal_Int32
n
=
(
sal_Int32
)(
pEnd
-
pCur
);
sal_Int32
nLog
=
0
;
sal_Int32
nLog
=
0
;
while
(
n
)
while
(
n
)
...
@@ -1177,8 +1177,8 @@ sal_Int32 OPropertyArrayHelper::fillHandles( sal_Int32 * pHandles, const Sequenc
...
@@ -1177,8 +1177,8 @@ sal_Int32 OPropertyArrayHelper::fillHandles( sal_Int32 * pHandles, const Sequenc
n
=
n
>>
1
;
n
=
n
>>
1
;
}
}
//
Anzahl der noch zu suchenden Properties * dem Log2 der verbleibenden
//
Number of properties to search for * Log2 of the number of remaining
//
zu dursuchenden Properties
.
//
properties to search in
.
if
(
(
nReqLen
-
i
)
*
nLog
>=
pEnd
-
pCur
)
if
(
(
nReqLen
-
i
)
*
nLog
>=
pEnd
-
pCur
)
{
{
// linear search is better
// linear search is better
...
...
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