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
8771c725
Kaydet (Commit)
8771c725
authored
Mar 09, 2004
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS fwkmerge1 (1.4.42); FILE MERGED
2004/02/18 12:50:46 sw 1.4.42.1: #115240#
üst
1053f63d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
54 deletions
+33
-54
CachedContentResultSetStubFactory.java
...s/java/mod/_cached/CachedContentResultSetStubFactory.java
+11
-18
CachedDynamicResultSetFactory.java
...tests/java/mod/_cached/CachedDynamicResultSetFactory.java
+11
-18
CachedDynamicResultSetStubFactory.java
...s/java/mod/_cached/CachedDynamicResultSetStubFactory.java
+11
-18
No files found.
qadevOOo/tests/java/mod/_cached/CachedContentResultSetStubFactory.java
Dosyayı görüntüle @
8771c725
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedContentResultSetStubFactory.java,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change:$Date: 200
3-09-08 11:35:26
$
* last change:$Date: 200
4-03-09 10:20:43
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,13 +61,6 @@
package
mod
.
_cached
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
import
com.sun.star.beans.Property
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.sdbc.XResultSet
;
...
...
@@ -81,10 +74,15 @@ import com.sun.star.ucb.XContentIdentifier;
import
com.sun.star.ucb.XContentIdentifierFactory
;
import
com.sun.star.ucb.XContentProvider
;
import
com.sun.star.ucb.XDynamicResultSet
;
import
com.sun.star.uno.AnyConverter
;
import
com.sun.star.uno.Type
;
import
com.sun.star.uno.UnoRuntime
;
import
com.sun.star.uno.XInterface
;
import
com.sun.star.uno.Type
;
import
com.sun.star.uno.AnyConverter
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
/**
* Test for object which is represented by service
...
...
@@ -93,12 +91,6 @@ import com.sun.star.uno.XInterface;
* <ul>
* <li> <code>com::sun::star::ucb::XCachedContentResultSetStubFactory</code></li>
* </ul> <p>
* The following files used by this test :
* <ul>
* <li><b> solibrary.jar </b> : this file is used for <code>
* PackageContentProvider</code> from which a list of contents is
* retrieved. </li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
* threads concurently.
* @see com.sun.star.ucb.XCachedContentResultSetStubFactory
...
...
@@ -131,6 +123,7 @@ public class CachedContentResultSetStubFactory extends TestCase {
XInterface
oObj
=
null
;
Object
oInterface
=
null
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
Param
.
getMSF
();
Object
relationContainer
=
null
;
try
{
...
...
@@ -158,7 +151,7 @@ public class CachedContentResultSetStubFactory extends TestCase {
XContentIdentifierFactory
ciFac
=
(
XContentIdentifierFactory
)
UnoRuntime
.
queryInterface
(
XContentIdentifierFactory
.
class
,
oUCB
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
solibrary.jar
"
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
SwXTextEmbeddedObject.sxw
"
)
;
String
escUrl
=
""
;
// In base URL of a JAR file in content URL all directory
...
...
qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetFactory.java
Dosyayı görüntüle @
8771c725
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSetFactory.java,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change:$Date: 200
3-09-08 11:35:39
$
* last change:$Date: 200
4-03-09 10:20:56
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,13 +61,6 @@
package
mod
.
_cached
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
import
com.sun.star.beans.Property
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.ucb.Command
;
...
...
@@ -81,10 +74,15 @@ import com.sun.star.ucb.XContentIdentifier;
import
com.sun.star.ucb.XContentIdentifierFactory
;
import
com.sun.star.ucb.XContentProvider
;
import
com.sun.star.ucb.XDynamicResultSet
;
import
com.sun.star.uno.AnyConverter
;
import
com.sun.star.uno.Type
;
import
com.sun.star.uno.UnoRuntime
;
import
com.sun.star.uno.XInterface
;
import
com.sun.star.uno.Type
;
import
com.sun.star.uno.AnyConverter
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
/**
* Test for object which is represented by service
...
...
@@ -93,12 +91,6 @@ import com.sun.star.uno.XInterface;
* <ul>
* <li> <code>com::sun::star::ucb::XCachedDynamicResultSetFactory</code></li>
* </ul> <p>
* The following files used by this test :
* <ul>
* <li><b> solibrary.jar </b> : this file is used for <code>
* PackageContentProvider</code> from which a list of contents is
* retrieved. </li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
* threads concurently.
* @see com.sun.star.ucb.XCachedDynamicResultSetFactory
...
...
@@ -131,6 +123,7 @@ public class CachedDynamicResultSetFactory extends TestCase {
XInterface
oObj
=
null
;
Object
oInterface
=
null
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
Param
.
getMSF
();
Object
relationContainer
=
null
;
try
{
...
...
@@ -158,7 +151,7 @@ public class CachedDynamicResultSetFactory extends TestCase {
XContentIdentifierFactory
ciFac
=
(
XContentIdentifierFactory
)
UnoRuntime
.
queryInterface
(
XContentIdentifierFactory
.
class
,
oUCB
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
solibrary.jar
"
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
SwXTextEmbeddedObject.sxw
"
)
;
String
escUrl
=
""
;
// In base URL of a JAR file in content URL all directory
...
...
qadevOOo/tests/java/mod/_cached/CachedDynamicResultSetStubFactory.java
Dosyayı görüntüle @
8771c725
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSetStubFactory.java,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change:$Date: 200
3-09-08 11:35:50
$
* last change:$Date: 200
4-03-09 10:21:08
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -61,13 +61,6 @@
package
mod
.
_cached
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
import
com.sun.star.beans.Property
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.ucb.Command
;
...
...
@@ -80,10 +73,15 @@ import com.sun.star.ucb.XContentIdentifier;
import
com.sun.star.ucb.XContentIdentifierFactory
;
import
com.sun.star.ucb.XContentProvider
;
import
com.sun.star.ucb.XDynamicResultSet
;
import
com.sun.star.uno.AnyConverter
;
import
com.sun.star.uno.Type
;
import
com.sun.star.uno.UnoRuntime
;
import
com.sun.star.uno.XInterface
;
import
com.sun.star.uno.Type
;
import
com.sun.star.uno.AnyConverter
;
import
java.io.PrintWriter
;
import
lib.StatusException
;
import
lib.TestCase
;
import
lib.TestEnvironment
;
import
lib.TestParameters
;
/**
* Test for object which is represented by service
...
...
@@ -92,12 +90,6 @@ import com.sun.star.uno.XInterface;
* <ul>
* <li> <code>com::sun::star::ucb::XCachedDynamicResultSetStubFactory</code></li>
* </ul> <p>
* The following files used by this test :
* <ul>
* <li><b> solibrary.jar </b> : this file is used for <code>
* PackageContentProvider</code> from which a list of contents is
* retrieved. </li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
* threads concurently.
* @see com.sun.star.ucb.XCachedDynamicResultSetStubFactory
...
...
@@ -128,6 +120,7 @@ public class CachedDynamicResultSetStubFactory extends TestCase {
XInterface
oObj
=
null
;
Object
oInterface
=
null
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
Param
.
getMSF
();
Object
relationContainer
=
null
;
try
{
...
...
@@ -155,7 +148,7 @@ public class CachedDynamicResultSetStubFactory extends TestCase {
XContentIdentifierFactory
ciFac
=
(
XContentIdentifierFactory
)
UnoRuntime
.
queryInterface
(
XContentIdentifierFactory
.
class
,
oUCB
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
solibrary.jar
"
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
SwXTextEmbeddedObject.sxw
"
)
;
String
escUrl
=
""
;
// In base URL of a JAR file in content URL all directory
...
...
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