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
825b3490
Kaydet (Commit)
825b3490
authored
Eyl 08, 2003
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED
2003/09/03 13:41:37 sw 1.1.28.1: #112049#
üst
7bb8016d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
16 deletions
+22
-16
_XDocumentInfo.java
qadevOOo/tests/java/ifc/document/_XDocumentInfo.java
+4
-7
_XDocumentInsertable.java
qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+14
-6
_XEmbeddedObjectSupplier.java
...OOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java
+4
-3
No files found.
qadevOOo/tests/java/ifc/document/_XDocumentInfo.java
Dosyayı görüntüle @
825b3490
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: _XDocumentInfo.java,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change:$Date: 2003-0
1-27 18:08:58
$
* last change:$Date: 2003-0
9-08 10:25:57
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,9 +61,10 @@
package
ifc
.
document
;
import
lib.MultiMethodTest
;
import
com.sun.star.document.XDocumentInfo
;
import
com.sun.star.lang.ArrayIndexOutOfBoundsException
;
import
lib.MultiMethodTest
;
/**
* Testing <code>com.sun.star.document.XDocumentInfo</code>
...
...
@@ -140,8 +141,6 @@ public class _XDocumentInfo extends MultiMethodTest {
public
void
_setUserFieldName
()
{
requiredMethod
(
"getUserFieldName()"
);
boolean
passed
=
true
;
for
(
short
i
=
0
;
i
<
fieldCount
;
i
++)
{
String
newName
=
oldNames
[
i
]
+
"_new"
;
...
...
@@ -221,8 +220,6 @@ public class _XDocumentInfo extends MultiMethodTest {
public
void
_setUserFieldValue
()
{
requiredMethod
(
"getUserFieldValue()"
);
boolean
passed
=
true
;
for
(
short
i
=
0
;
i
<
fieldCount
;
i
++)
{
String
newValue
=
oldValues
[
i
]
+
"_new"
;
...
...
qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
Dosyayı görüntüle @
825b3490
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: _XDocumentInsertable.java,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change:$Date: 2003-0
1-27 18:08:58
$
* last change:$Date: 2003-0
9-08 10:26:07
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,15 +61,16 @@
package
ifc
.
document
;
import
com.sun.star.beans.PropertyValue
;
import
com.sun.star.document.XDocumentInsertable
;
import
com.sun.star.text.XTextRange
;
import
com.sun.star.uno.UnoRuntime
;
import
lib.MultiMethodTest
;
import
lib.Status
;
import
lib.StatusException
;
import
util.utils
;
import
com.sun.star.beans.PropertyValue
;
import
com.sun.star.document.XDocumentInsertable
;
import
com.sun.star.text.XTextRange
;
import
com.sun.star.uno.UnoRuntime
;
/**
* Testing <code>com.sun.star.document.XDocumentInsertable</code>
...
...
@@ -203,5 +204,12 @@ public class _XDocumentInsertable extends MultiMethodTest {
tRes
.
tested
(
"insertDocumentFromURL()"
,
result
);
}
/**
* Forces environment recreation.
*/
protected
void
after
()
{
disposeEnvironment
();
}
}
// finish class _XDocumentInsertable
qadevOOo/tests/java/ifc/document/_XEmbeddedObjectSupplier.java
Dosyayı görüntüle @
825b3490
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: _XEmbeddedObjectSupplier.java,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change:$Date: 2003-0
1-27 18:08:57
$
* last change:$Date: 2003-0
9-08 10:26:18
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,9 +61,10 @@
package
ifc
.
document
;
import
com.sun.star.document.XEmbeddedObjectSupplier
;
import
lib.MultiMethodTest
;
import
com.sun.star.document.XEmbeddedObjectSupplier
;
/**
* Testing <code>com.sun.star.document.XEmbeddedObjectSupplier</code>
* interface methods :
...
...
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