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
7b6a65b2
Kaydet (Commit)
7b6a65b2
authored
Mar 31, 2003
tarafından
Stephan Wunderlich
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
CHG: literal bug
üst
5c25a0f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
_XAccessibleText.java
qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
+8
-2
AccessibleStatusBarItem.java
...vOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java
+7
-2
No files found.
qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
Dosyayı görüntüle @
7b6a65b2
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: _XAccessibleText.java,v $
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
* last change:$Date: 2003-03-31 1
2:53
:50 $
* last change:$Date: 2003-03-31 1
3:34
:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -126,6 +126,12 @@ public class _XAccessibleText extends MultiMethodTest {
* The length of retrieved string must be greater than zero.
*/
protected
void
before
()
{
Object
xat
=
tEnv
.
getObjRelation
(
"XAccessibleText"
);
if
(
xat
!=
null
)
{
oObj
=
(
XAccessibleText
)
UnoRuntime
.
queryInterface
(
XAccessibleText
.
class
,
xat
);
}
text
=
(
String
)
tEnv
.
getObjRelation
(
"XAccessibleText.Text"
);
if
(
text
==
null
)
{
text
=
oObj
.
getText
();
...
...
qadevOOo/tests/java/mod/_toolkit/AccessibleStatusBarItem.java
Dosyayı görüntüle @
7b6a65b2
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleStatusBarItem.java,v $
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
* last change:$Date: 2003-03-
26 14:55:04
$
* last change:$Date: 2003-03-
31 13:35:11
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -183,6 +183,7 @@ public class AccessibleStatusBarItem extends TestCase {
XController
xController
=
aModel
.
getCurrentController
();
XInterface
oObj
=
null
;
XInterface
secondItem
=
null
;
AccessibilityTools
at
=
new
AccessibilityTools
();
...
...
@@ -195,6 +196,7 @@ public class AccessibleStatusBarItem extends TestCase {
try
{
oObj
=
statusbar
.
getAccessibleChild
(
6
);
secondItem
=
statusbar
.
getAccessibleChild
(
0
);
}
catch
(
com
.
sun
.
star
.
lang
.
IndexOutOfBoundsException
e
)
{
}
...
...
@@ -203,6 +205,9 @@ public class AccessibleStatusBarItem extends TestCase {
TestEnvironment
tEnv
=
new
TestEnvironment
(
oObj
);
tEnv
.
addObjRelation
(
"EditOnly"
,
"Can't change or select Text in StatusBarItem"
);
tEnv
.
addObjRelation
(
"XAccessibleText"
,
secondItem
);
final
XTextDocument
doc
=
xTextDoc
;
tEnv
.
addObjRelation
(
"EventProducer"
,
...
...
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