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
f68a6570
Kaydet (Commit)
f68a6570
authored
Mar 31, 2003
tarafından
Stephan Wunderlich
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CHG: special for AccessibleStatusBarItem
üst
7b6a65b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
_XAccessibleText.java
qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
+12
-5
No files found.
qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
Dosyayı görüntüle @
f68a6570
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: _XAccessibleText.java,v $
* $RCSfile: _XAccessibleText.java,v $
*
*
* $Revision: 1.
8
$
* $Revision: 1.
9
$
*
*
* last change:$Date: 2003-03-31 1
3:34:50
$
* last change:$Date: 2003-03-31 1
4:26:41
$
*
*
* 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
...
@@ -128,8 +128,13 @@ public class _XAccessibleText extends MultiMethodTest {
...
@@ -128,8 +128,13 @@ public class _XAccessibleText extends MultiMethodTest {
protected
void
before
()
{
protected
void
before
()
{
Object
xat
=
tEnv
.
getObjRelation
(
"XAccessibleText"
);
Object
xat
=
tEnv
.
getObjRelation
(
"XAccessibleText"
);
XAccessibleComponent
component
=
null
;
if
(
xat
!=
null
)
{
if
(
xat
!=
null
)
{
oObj
=
(
XAccessibleText
)
UnoRuntime
.
queryInterface
(
XAccessibleText
.
class
,
xat
);
oObj
=
(
XAccessibleText
)
UnoRuntime
.
queryInterface
(
XAccessibleText
.
class
,
xat
);
component
=
(
XAccessibleComponent
)
UnoRuntime
.
queryInterface
(
XAccessibleComponent
.
class
,
xat
);
}
}
text
=
(
String
)
tEnv
.
getObjRelation
(
"XAccessibleText.Text"
);
text
=
(
String
)
tEnv
.
getObjRelation
(
"XAccessibleText.Text"
);
...
@@ -143,9 +148,11 @@ public class _XAccessibleText extends MultiMethodTest {
...
@@ -143,9 +148,11 @@ public class _XAccessibleText extends MultiMethodTest {
editOnly
=
(
String
)
tEnv
.
getObjRelation
(
"EditOnly"
);
editOnly
=
(
String
)
tEnv
.
getObjRelation
(
"EditOnly"
);
XAccessibleComponent
component
=
(
XAccessibleComponent
)
if
(
component
==
null
)
{
UnoRuntime
.
queryInterface
(
component
=
(
XAccessibleComponent
)
XAccessibleComponent
.
class
,
tEnv
.
getTestObject
());
UnoRuntime
.
queryInterface
(
XAccessibleComponent
.
class
,
tEnv
.
getTestObject
());
}
bounds
=
component
.
getBounds
();
bounds
=
component
.
getBounds
();
...
...
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