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
b8f0a48c
Kaydet (Commit)
b8f0a48c
authored
Eki 21, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1327135 UrF: Unread field
Change-Id: I21a03af98b60592fb5d11c57c69cf605b51ad273
üst
b5cde3be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
18 deletions
+4
-18
_XComboBox.java
qadevOOo/tests/java/ifc/awt/_XComboBox.java
+4
-18
No files found.
qadevOOo/tests/java/ifc/awt/_XComboBox.java
Dosyayı görüntüle @
b8f0a48c
...
...
@@ -52,17 +52,10 @@ public class _XComboBox extends MultiMethodTest {
*/
protected
static
class
TestActionListener
implements
com
.
sun
.
star
.
awt
.
XActionListener
{
public
boolean
disposingCalled
=
false
;
public
boolean
actionPerformedCalled
=
false
;
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
}
public
void
actionPerformed
(
com
.
sun
.
star
.
awt
.
ActionEvent
e
)
{
actionPerformedCalled
=
true
;
}
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{}
public
void
actionPerformed
(
com
.
sun
.
star
.
awt
.
ActionEvent
e
)
{}
}
/**
...
...
@@ -70,17 +63,10 @@ public class _XComboBox extends MultiMethodTest {
*/
protected
static
class
TestItemListener
implements
com
.
sun
.
star
.
awt
.
XItemListener
{
public
boolean
disposingCalled
=
false
;
public
boolean
itemStateChangedCalled
=
false
;
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
}
public
void
itemStateChanged
(
com
.
sun
.
star
.
awt
.
ItemEvent
e
)
{
itemStateChangedCalled
=
true
;
}
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{}
public
void
itemStateChanged
(
com
.
sun
.
star
.
awt
.
ItemEvent
e
)
{}
}
private
final
TestActionListener
actionListener
=
new
TestActionListener
();
private
final
TestItemListener
itemListener
=
new
TestItemListener
();
...
...
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