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
1053f63d
Kaydet (Commit)
1053f63d
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:45 sw 1.4.42.1: #115240#
üst
cfc63bce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
+11
-18
CachedContentResultSetFactory.java
...tests/java/mod/_cached/CachedContentResultSetFactory.java
+11
-18
No files found.
qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
Dosyayı görüntüle @
1053f63d
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: CachedContentResultSetFactory.java,v $
* $RCSfile: CachedContentResultSetFactory.java,v $
*
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
*
* last change:$Date: 200
3-09-08 11:35:11
$
* last change:$Date: 200
4-03-09 10:20:30
$
*
*
* 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
...
@@ -61,13 +61,6 @@
...
@@ -61,13 +61,6 @@
package
mod
.
_cached
;
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.beans.Property
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.sdbc.XResultSet
;
import
com.sun.star.sdbc.XResultSet
;
...
@@ -82,10 +75,15 @@ import com.sun.star.ucb.XContentIdentifier;
...
@@ -82,10 +75,15 @@ import com.sun.star.ucb.XContentIdentifier;
import
com.sun.star.ucb.XContentIdentifierFactory
;
import
com.sun.star.ucb.XContentIdentifierFactory
;
import
com.sun.star.ucb.XContentProvider
;
import
com.sun.star.ucb.XContentProvider
;
import
com.sun.star.ucb.XDynamicResultSet
;
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.UnoRuntime
;
import
com.sun.star.uno.XInterface
;
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
* Test for object which is represented by service
...
@@ -94,12 +92,6 @@ import com.sun.star.uno.XInterface;
...
@@ -94,12 +92,6 @@ import com.sun.star.uno.XInterface;
* <ul>
* <ul>
* <li> <code>com::sun::star::ucb::XCachedContentResultSetFactory</code></li>
* <li> <code>com::sun::star::ucb::XCachedContentResultSetFactory</code></li>
* </ul> <p>
* </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
* This object test <b> is NOT </b> designed to be run in several
* threads concurently.
* threads concurently.
* @see com.sun.star.ucb.XCachedContentResultSetFactory
* @see com.sun.star.ucb.XCachedContentResultSetFactory
...
@@ -133,6 +125,7 @@ public class CachedContentResultSetFactory extends TestCase {
...
@@ -133,6 +125,7 @@ public class CachedContentResultSetFactory extends TestCase {
XInterface
oObj
=
null
;
XInterface
oObj
=
null
;
Object
oInterface
=
null
;
Object
oInterface
=
null
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
Param
.
getMSF
();
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
Param
.
getMSF
();
Object
relationContainer
=
null
;
try
{
try
{
...
@@ -160,7 +153,7 @@ public class CachedContentResultSetFactory extends TestCase {
...
@@ -160,7 +153,7 @@ public class CachedContentResultSetFactory extends TestCase {
XContentIdentifierFactory
ciFac
=
(
XContentIdentifierFactory
)
XContentIdentifierFactory
ciFac
=
(
XContentIdentifierFactory
)
UnoRuntime
.
queryInterface
(
XContentIdentifierFactory
.
class
,
oUCB
)
;
UnoRuntime
.
queryInterface
(
XContentIdentifierFactory
.
class
,
oUCB
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
solibrary.jar
"
)
;
String
url
=
util
.
utils
.
getFullTestURL
(
"
SwXTextEmbeddedObject.sxw
"
)
;
String
escUrl
=
""
;
String
escUrl
=
""
;
// In base URL of a JAR file in content URL all directory
// 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