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
5c25a0f5
Kaydet (Commit)
5c25a0f5
authored
Mar 31, 2003
tarafından
Stephan Wunderlich
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CHG: added ObjRelation for XAccessibleText
üst
1aa6ef5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
AccessibleRadioButton.java
qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
+11
-2
No files found.
qadevOOo/tests/java/mod/_toolkit/AccessibleRadioButton.java
Dosyayı görüntüle @
5c25a0f5
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: AccessibleRadioButton.java,v $
* $RCSfile: AccessibleRadioButton.java,v $
*
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
*
* last change:$Date: 2003-03-
26 14:55:03
$
* last change:$Date: 2003-03-
31 13:23:39
$
*
*
* 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
...
@@ -150,6 +150,8 @@ public class AccessibleRadioButton extends TestCase {
...
@@ -150,6 +150,8 @@ public class AccessibleRadioButton extends TestCase {
}
}
}
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
}
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
e
.
printStackTrace
(
log
);
e
.
printStackTrace
(
log
);
}
catch
(
com
.
sun
.
star
.
lang
.
DisposedException
de
)
{
log
.
println
(
"Already disposed"
);
}
}
log
.
println
(
"disposing xTextDoc"
);
log
.
println
(
"disposing xTextDoc"
);
...
@@ -200,6 +202,8 @@ public class AccessibleRadioButton extends TestCase {
...
@@ -200,6 +202,8 @@ public class AccessibleRadioButton extends TestCase {
}
}
}
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
}
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
e
.
printStackTrace
(
log
);
e
.
printStackTrace
(
log
);
}
catch
(
com
.
sun
.
star
.
lang
.
DisposedException
de
)
{
log
.
println
(
"already disposed"
);
}
}
if
(
xTextDoc
!=
null
)
{
if
(
xTextDoc
!=
null
)
{
...
@@ -305,6 +309,9 @@ public class AccessibleRadioButton extends TestCase {
...
@@ -305,6 +309,9 @@ public class AccessibleRadioButton extends TestCase {
TestEnvironment
tEnv
=
new
TestEnvironment
(
oObj
);
TestEnvironment
tEnv
=
new
TestEnvironment
(
oObj
);
tEnv
.
addObjRelation
(
"EditOnly"
,
"This method isn't supported in this component"
);
final
XAccessibleComponent
acomp
=
(
XAccessibleComponent
)
final
XAccessibleComponent
acomp
=
(
XAccessibleComponent
)
UnoRuntime
.
queryInterface
(
XAccessibleComponent
.
class
,
oObj
);
UnoRuntime
.
queryInterface
(
XAccessibleComponent
.
class
,
oObj
);
...
@@ -317,6 +324,8 @@ public class AccessibleRadioButton extends TestCase {
...
@@ -317,6 +324,8 @@ public class AccessibleRadioButton extends TestCase {
tEnv
.
addObjRelation
(
"XAccessibleText.Text"
,
"Internet"
);
tEnv
.
addObjRelation
(
"XAccessibleText.Text"
,
"Internet"
);
tEnv
.
addObjRelation
(
"EditOnly"
,
"Can't change or select Text in AccessibleRadioButton"
);
XAccessibleValue
anotherButtonValue
=
(
XAccessibleValue
)
XAccessibleValue
anotherButtonValue
=
(
XAccessibleValue
)
UnoRuntime
.
queryInterface
(
XAccessibleValue
.
class
,
anotherButton
);
UnoRuntime
.
queryInterface
(
XAccessibleValue
.
class
,
anotherButton
);
...
...
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