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
f8a75e4b
Kaydet (Commit)
f8a75e4b
authored
Şub 18, 2013
tarafından
Stefan Schick
Kaydeden (comit)
Jan Holesovsky
Şub 19, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Translated some comments from german to english
üst
cac11360
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
testintrosp.cxx
stoc/test/testintrosp.cxx
+7
-7
No files found.
stoc/test/testintrosp.cxx
Dosyayı görüntüle @
f8a75e4b
...
...
@@ -215,7 +215,7 @@ Sequence< Property > ImplPropertySetInfo::getProperties(void)
if
(
!
pSeq
)
{
//
die Informationen fr die Properties "Width", "Height" und "Name" anlegen
//
Create information for the properties "Width", "Height" and "Name"
pSeq
=
new
Sequence
<
Property
>
(
3
);
Property
*
pAry
=
pSeq
->
getArray
();
...
...
@@ -234,7 +234,7 @@ Sequence< Property > ImplPropertySetInfo::getProperties(void)
pAry
[
2
].
Type
=
getCppuType
(
(
OUString
*
)
NULL
);
pAry
[
2
].
Attributes
=
TRANSIENT
;
}
//
Die Information ber alle drei Properties liefern.
//
Return information about all three properties
return
*
pSeq
;
}
...
...
@@ -249,7 +249,7 @@ Property ImplPropertySetInfo::getPropertyByName(const OUString& Name)
if
(
pAry
[
i
].
Name
==
Name
)
return
pAry
[
i
];
}
// Property un
bekannt, also leere liefern
// Property un
known, also return empty ones
return
Property
();
}
...
...
@@ -264,7 +264,7 @@ sal_Bool ImplPropertySetInfo::hasPropertyByName(const OUString& Name)
if
(
pAry
[
i
].
Name
==
Name
)
return
sal_True
;
}
// Property un
bekannt, also leere liefern
// Property un
known, also return empty ones
return
sal_False
;
}
...
...
@@ -275,7 +275,7 @@ class ImplIntroTest : public ImplIntroTestHelper
friend
class
ImplPropertySetInfo
;
// Properties f
uer das
PropertySet
// Properties f
or the
PropertySet
Any
aAnyArray
[
10
];
Reference
<
XPropertySetInfo
>
m_xMyInfo
;
...
...
@@ -295,10 +295,10 @@ class ImplIntroTest : public ImplIntroTestHelper
Sequence
<
Sequence
<
Sequence
<
sal_Int16
>
>
>
aMultSeq
;
Reference
<
XIntroTest
>
m_xIntroTest
;
// Dat
en fue
r NameAccess
// Dat
a fo
r NameAccess
Reference
<
XIntroTest
>*
pNameAccessTab
;
// Dat
en fue
r IndexAccess
// Dat
a fo
r IndexAccess
Reference
<
XIntroTest
>*
pIndexAccessTab
;
sal_Int16
iIndexAccessCount
;
...
...
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