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
3a0e5228
Kaydet (Commit)
3a0e5228
authored
Eki 15, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
java: replace 'new Integer' with 'Integer.valueOf'
Change-Id: I85aceccae2ba28d9ef2cbf9fb220c5072e5ed3cf
üst
973eb2f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Finalizer.java
wizards/com/sun/star/wizards/table/Finalizer.java
+9
-9
No files found.
wizards/com/sun/star/wizards/table/Finalizer.java
Dosyayı görüntüle @
3a0e5228
...
@@ -51,7 +51,7 @@ public class Finalizer
...
@@ -51,7 +51,7 @@ public class Finalizer
this
.
CurUnoDialog
=
_CurUnoDialog
;
this
.
CurUnoDialog
=
_CurUnoDialog
;
this
.
curtabledescriptor
=
_curtabledescriptor
;
this
.
curtabledescriptor
=
_curtabledescriptor
;
curtabindex
=
(
short
)
(
TableWizard
.
SOFINALPAGE
*
100
);
curtabindex
=
(
short
)
(
TableWizard
.
SOFINALPAGE
*
100
);
Integer
IFINALSTEP
=
new
Integer
(
TableWizard
.
SOFINALPAGE
);
Integer
IFINALSTEP
=
Integer
.
valueOf
(
TableWizard
.
SOFINALPAGE
);
String
slblTableName
=
CurUnoDialog
.
m_oResource
.
getResText
(
UIConsts
.
RID_TABLE
+
34
);
String
slblTableName
=
CurUnoDialog
.
m_oResource
.
getResText
(
UIConsts
.
RID_TABLE
+
34
);
String
slblProceed
=
CurUnoDialog
.
m_oResource
.
getResText
(
UIConsts
.
RID_TABLE
+
36
);
String
slblProceed
=
CurUnoDialog
.
m_oResource
.
getResText
(
UIConsts
.
RID_TABLE
+
36
);
String
sWorkWithTable
=
CurUnoDialog
.
m_oResource
.
getResText
(
UIConsts
.
RID_TABLE
+
38
);
String
sWorkWithTable
=
CurUnoDialog
.
m_oResource
.
getResText
(
UIConsts
.
RID_TABLE
+
38
);
...
@@ -110,7 +110,7 @@ public class Finalizer
...
@@ -110,7 +110,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
8
,
slblCatalog
,
new
Integer
(
nListBoxPosX
),
52
,
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
120
8
,
slblCatalog
,
Integer
.
valueOf
(
nListBoxPosX
),
52
,
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
120
});
});
try
try
...
@@ -122,7 +122,7 @@ public class Finalizer
...
@@ -122,7 +122,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
Boolean
.
TRUE
,
12
,
"HID:WIZARDS_HID_DLGTABLE_LST_CATALOG"
,
Short
.
valueOf
(
UnoDialog
.
getListBoxLineCount
()),
new
Integer
(
nListBoxPosX
),
62
,
IFINALSTEP
,
sCatalogNames
,
Short
.
valueOf
(
curtabindex
++),
80
Boolean
.
TRUE
,
12
,
"HID:WIZARDS_HID_DLGTABLE_LST_CATALOG"
,
Short
.
valueOf
(
UnoDialog
.
getListBoxLineCount
()),
Integer
.
valueOf
(
nListBoxPosX
),
62
,
IFINALSTEP
,
sCatalogNames
,
Short
.
valueOf
(
curtabindex
++),
80
});
});
int
isel
=
JavaTools
.
FieldInList
(
sCatalogNames
,
sCatalog
);
int
isel
=
JavaTools
.
FieldInList
(
sCatalogNames
,
sCatalog
);
if
(
isel
<
0
)
if
(
isel
<
0
)
...
@@ -165,7 +165,7 @@ public class Finalizer
...
@@ -165,7 +165,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
8
,
slblSchema
,
new
Integer
(
nListBoxPosX
),
52
,
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
80
8
,
slblSchema
,
Integer
.
valueOf
(
nListBoxPosX
),
52
,
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
80
});
});
try
try
...
@@ -177,7 +177,7 @@ public class Finalizer
...
@@ -177,7 +177,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
Boolean
.
TRUE
,
12
,
"HID:WIZARDS_HID_DLGTABLE_LST_SCHEMA"
,
Short
.
valueOf
(
UnoDialog
.
getListBoxLineCount
()),
new
Integer
(
nListBoxPosX
),
62
,
IFINALSTEP
,
sSchemaNames
,
Short
.
valueOf
(
curtabindex
++),
80
Boolean
.
TRUE
,
12
,
"HID:WIZARDS_HID_DLGTABLE_LST_SCHEMA"
,
Short
.
valueOf
(
UnoDialog
.
getListBoxLineCount
()),
Integer
.
valueOf
(
nListBoxPosX
),
62
,
IFINALSTEP
,
sSchemaNames
,
Short
.
valueOf
(
curtabindex
++),
80
});
});
int
isel
=
JavaTools
.
FieldInList
(
sSchemaNames
,
sSchema
);
int
isel
=
JavaTools
.
FieldInList
(
sSchemaNames
,
sSchema
);
if
(
isel
<
0
)
if
(
isel
<
0
)
...
@@ -219,7 +219,7 @@ public class Finalizer
...
@@ -219,7 +219,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
UIConsts
.
INTEGERS
[
8
],
slblProceed
,
97
,
new
Integer
(
82
+
ndiffPosY
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
227
UIConsts
.
INTEGERS
[
8
],
slblProceed
,
97
,
Integer
.
valueOf
(
82
+
ndiffPosY
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
227
});
});
optWorkWithTable
=
CurUnoDialog
.
insertRadioButton
(
"optWorkWithTable"
,
null
,
optWorkWithTable
=
CurUnoDialog
.
insertRadioButton
(
"optWorkWithTable"
,
null
,
new
String
[]
new
String
[]
...
@@ -228,7 +228,7 @@ public class Finalizer
...
@@ -228,7 +228,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
UIConsts
.
INTEGERS
[
8
],
"HID:WIZARDS_HID_DLGTABLE_OPT_WORKWITHTABLE"
,
sWorkWithTable
,
101
,
new
Integer
(
97
+
ndiffPosY
),
Short
.
valueOf
((
short
)
1
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
177
UIConsts
.
INTEGERS
[
8
],
"HID:WIZARDS_HID_DLGTABLE_OPT_WORKWITHTABLE"
,
sWorkWithTable
,
101
,
Integer
.
valueOf
(
97
+
ndiffPosY
),
Short
.
valueOf
((
short
)
1
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
177
});
});
optModifyTable
=
CurUnoDialog
.
insertRadioButton
(
"optModifyTable"
,
null
,
optModifyTable
=
CurUnoDialog
.
insertRadioButton
(
"optModifyTable"
,
null
,
new
String
[]
new
String
[]
...
@@ -237,7 +237,7 @@ public class Finalizer
...
@@ -237,7 +237,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
UIConsts
.
INTEGERS
[
8
],
"HID:WIZARDS_HID_DLGTABLE_OPT_MODIFYTABLE"
,
sModifyTable
,
101
,
new
Integer
(
109
+
ndiffPosY
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
177
UIConsts
.
INTEGERS
[
8
],
"HID:WIZARDS_HID_DLGTABLE_OPT_MODIFYTABLE"
,
sModifyTable
,
101
,
Integer
.
valueOf
(
109
+
ndiffPosY
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
177
});
});
optStartFormWizard
=
CurUnoDialog
.
insertRadioButton
(
"optStartFormWizard"
,
null
,
optStartFormWizard
=
CurUnoDialog
.
insertRadioButton
(
"optStartFormWizard"
,
null
,
new
String
[]
new
String
[]
...
@@ -246,7 +246,7 @@ public class Finalizer
...
@@ -246,7 +246,7 @@ public class Finalizer
},
},
new
Object
[]
new
Object
[]
{
{
UIConsts
.
INTEGERS
[
8
],
"HID:WIZARDS_HID_DLGTABLE_OPT_STARTFORMWIZARD"
,
sStartFormWizard
,
101
,
new
Integer
(
121
+
ndiffPosY
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
177
UIConsts
.
INTEGERS
[
8
],
"HID:WIZARDS_HID_DLGTABLE_OPT_STARTFORMWIZARD"
,
sStartFormWizard
,
101
,
Integer
.
valueOf
(
121
+
ndiffPosY
),
IFINALSTEP
,
Short
.
valueOf
(
curtabindex
++),
177
});
});
}
}
catch
(
SQLException
e
)
catch
(
SQLException
e
)
...
...
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