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
27336e23
Kaydet (Commit)
27336e23
authored
Eki 14, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1326663 to cid#1326670 DLS: Dead local store
Change-Id: Ia60aa345ae35ba1f7a0b5d3aadc003aedf98ad9f
üst
c626897c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
16 deletions
+8
-16
_XLocaleData.java
qadevOOo/tests/java/ifc/i18n/_XLocaleData.java
+8
-16
No files found.
qadevOOo/tests/java/ifc/i18n/_XLocaleData.java
Dosyayı görüntüle @
27336e23
...
...
@@ -155,10 +155,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getAllCalendars
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
Calendar
[]
calendar
=
new
Calendar
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
calendar
=
oObj
.
getAllCalendars
(
getLocale
(
i
));
Calendar
[]
calendar
=
oObj
.
getAllCalendars
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
calendar
.
length
;
j
++)
{
if
(!
goodCalendar
(
calendar
[
j
])
)
{
printit
=
true
;
...
...
@@ -181,10 +180,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getAllCurrencies
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
Currency
[]
currency
=
new
Currency
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
currency
=
oObj
.
getAllCurrencies
(
getLocale
(
i
));
Currency
[]
currency
=
oObj
.
getAllCurrencies
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
currency
.
length
;
j
++)
{
if
(!
goodCurrency
(
currency
[
j
])
)
{
printit
=
true
;
...
...
@@ -207,10 +205,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getAllFormats
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
FormatElement
[]
format
=
new
FormatElement
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
format
=
oObj
.
getAllFormats
(
getLocale
(
i
));
FormatElement
[]
format
=
oObj
.
getAllFormats
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
format
.
length
;
j
++)
{
if
(!
goodFormat
(
format
[
j
])
)
{
printit
=
true
;
...
...
@@ -232,10 +229,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getCollatorImplementations
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
Implementation
[]
impl
=
new
Implementation
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
impl
=
oObj
.
getCollatorImplementations
(
getLocale
(
i
));
Implementation
[]
impl
=
oObj
.
getCollatorImplementations
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
impl
.
length
;
j
++)
{
if
((
impl
[
j
].
unoID
.
equals
(
""
)))
{
printit
=
true
;
...
...
@@ -258,10 +254,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getSearchOptions
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
String
[]
str
=
new
String
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
str
=
oObj
.
getSearchOptions
(
getLocale
(
i
));
String
[]
str
=
oObj
.
getSearchOptions
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
str
.
length
;
j
++)
{
if
((
str
[
j
].
equals
(
""
)))
{
printit
=
true
;
...
...
@@ -284,10 +279,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getCollationOptions
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
String
[]
str
=
new
String
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
str
=
oObj
.
getCollationOptions
(
getLocale
(
i
));
String
[]
str
=
oObj
.
getCollationOptions
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
str
.
length
;
j
++)
{
if
((
str
[
j
].
equals
(
""
)))
{
printit
=
true
;
...
...
@@ -310,10 +304,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getTransliterations
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
String
[]
str
=
new
String
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
str
=
oObj
.
getTransliterations
(
getLocale
(
i
));
String
[]
str
=
oObj
.
getTransliterations
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
str
.
length
;
j
++)
{
if
((
str
[
j
].
equals
(
""
)))
{
printit
=
true
;
...
...
@@ -358,10 +351,9 @@ public class _XLocaleData extends MultiMethodTest {
public
void
_getReservedWord
()
{
boolean
res
=
true
;
boolean
printit
=
false
;
String
[]
str
=
new
String
[
1
];
for
(
int
i
=
0
;
i
<
7
;
i
++)
{
str
=
oObj
.
getReservedWord
(
getLocale
(
i
));
String
[]
str
=
oObj
.
getReservedWord
(
getLocale
(
i
));
for
(
int
j
=
0
;
j
<
str
.
length
;
j
++)
{
if
((
str
[
j
].
equals
(
""
)))
{
printit
=
true
;
...
...
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