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
ce60dd52
Kaydet (Commit)
ce60dd52
authored
May 27, 2003
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev6 (1.1.8); FILE MERGED
2003/05/21 10:58:22 sg 1.1.8.1: #109819# prepare devide of runner
üst
42f27ca6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
SwXDocumentIndex.java
qadevOOo/tests/java/mod/_sw/SwXDocumentIndex.java
+5
-4
SwXDocumentIndexMark.java
qadevOOo/tests/java/mod/_sw/SwXDocumentIndexMark.java
+4
-4
SwXDocumentIndexes.java
qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java
+5
-4
No files found.
qadevOOo/tests/java/mod/_sw/SwXDocumentIndex.java
Dosyayı görüntüle @
ce60dd52
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXDocumentIndex.java,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change:$Date: 2003-0
1-27 18:18:3
9 $
* last change:$Date: 2003-0
5-27 13:43:5
9 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -62,6 +62,7 @@
package
mod
.
_sw
;
import
com.sun.star.beans.XPropertySet
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.text.XText
;
import
com.sun.star.text.XTextContent
;
import
com.sun.star.text.XTextCursor
;
...
...
@@ -108,7 +109,7 @@ public class SwXDocumentIndex extends TestCase {
* Creates text document.
*/
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
()
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
()
);
try
{
log
.
println
(
"creating a textdocument"
);
xTextDoc
=
SOF
.
createTextDoc
(
null
);
...
...
@@ -139,7 +140,7 @@ public class SwXDocumentIndex extends TestCase {
XPropertySet
xPS
=
null
;
Object
instance
=
null
;
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
());
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
());
log
.
println
(
"creating a test environment"
);
try
{
xTC
=
SOF
.
createIndex
(
xTextDoc
,
"com.sun.star.text.DocumentIndex"
);
...
...
qadevOOo/tests/java/mod/_sw/SwXDocumentIndexMark.java
Dosyayı görüntüle @
ce60dd52
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXDocumentIndexMark.java,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change:$Date: 2003-0
1-27 18:18:3
9 $
* last change:$Date: 2003-0
5-27 13:44:0
9 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -108,7 +108,7 @@ public class SwXDocumentIndexMark extends TestCase {
* Creates text document.
*/
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
()
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
()
);
try
{
log
.
println
(
"creating a textdocument"
);
xTextDoc
=
SOF
.
createTextDoc
(
null
);
...
...
@@ -139,7 +139,7 @@ public class SwXDocumentIndexMark extends TestCase {
XTextContent
xTC
=
null
;
log
.
println
(
"creating a test environment"
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
()
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
()
);
XText
oText
=
xTextDoc
.
getText
();
XTextCursor
oCursor
=
oText
.
createTextCursor
();
...
...
qadevOOo/tests/java/mod/_sw/SwXDocumentIndexes.java
Dosyayı görüntüle @
ce60dd52
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXDocumentIndexes.java,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change:$Date: 2003-0
1-27 18:18:38
$
* last change:$Date: 2003-0
5-27 13:44:21
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -62,6 +62,7 @@
package
mod
.
_sw
;
import
com.sun.star.text.XDocumentIndexesSupplier
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.text.XText
;
import
com.sun.star.text.XTextContent
;
import
com.sun.star.text.XTextCursor
;
...
...
@@ -100,7 +101,7 @@ public class SwXDocumentIndexes extends TestCase {
* Creates text document.
*/
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
()
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
()
);
try
{
log
.
println
(
"creating a textdocument"
);
xTextDoc
=
SOF
.
createTextDoc
(
null
);
...
...
@@ -129,7 +130,7 @@ public class SwXDocumentIndexes extends TestCase {
public
TestEnvironment
createTestEnvironment
(
TestParameters
tParam
,
PrintWriter
log
)
throws
StatusException
{
XInterface
oObj
=
null
;
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
()
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
()
);
log
.
println
(
"creating a test environment"
);
XTextContent
xTC
=
null
;
...
...
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