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
66d80e4d
Kaydet (Commit)
66d80e4d
authored
Mar 29, 2005
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev22 (1.3.100); FILE MERGED
2005/03/10 16:20:51 sw 1.3.100.1: i44711
üst
5399ee1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
_ParagraphProperties.java
qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
+7
-7
No files found.
qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
Dosyayı görüntüle @
66d80e4d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: _ParagraphProperties.java,v $
* $RCSfile: _ParagraphProperties.java,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change:$Date: 200
3-11-18 16:24:59
$
* last change:$Date: 200
5-03-29 11:56:54
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -459,18 +459,18 @@ public class _ParagraphProperties extends MultiPropertyTest {
...
@@ -459,18 +459,18 @@ public class _ParagraphProperties extends MultiPropertyTest {
}
}
public
String
[]
getElementNames
()
{
public
String
[]
getElementNames
()
{
Enumeration
e
num
=
members
.
keys
();
Enumeration
oE
num
=
members
.
keys
();
int
count
=
members
.
size
();
int
count
=
members
.
size
();
String
[]
res
=
new
String
[
count
];
String
[]
res
=
new
String
[
count
];
int
i
=
0
;
int
i
=
0
;
while
(
e
num
.
hasMoreElements
())
while
(
oE
num
.
hasMoreElements
())
res
[
i
]
=
(
String
)
e
num
.
nextElement
();
res
[
i
]
=
(
String
)
oE
num
.
nextElement
();
return
res
;
return
res
;
}
}
public
com
.
sun
.
star
.
uno
.
Type
getElementType
()
{
public
com
.
sun
.
star
.
uno
.
Type
getElementType
()
{
Enumeration
e
num
=
members
.
keys
();
Enumeration
oE
num
=
members
.
keys
();
String
key
=
(
String
)
e
num
.
nextElement
();
String
key
=
(
String
)
oE
num
.
nextElement
();
Object
o
=
members
.
get
(
key
);
Object
o
=
members
.
get
(
key
);
return
new
Type
(
o
.
getClass
());
return
new
Type
(
o
.
getClass
());
}
}
...
...
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