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
07dc4e9b
Kaydet (Commit)
07dc4e9b
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:59:47 sg 1.1.8.1: #109819# prepare devide of runner
üst
c487248e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
XMLStylesExporter.java
qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java
+5
-5
XMLStylesImporter.java
qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java
+4
-4
No files found.
qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java
Dosyayı görüntüle @
07dc4e9b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: XMLStylesExporter.java,v $
* $RCSfile: XMLStylesExporter.java,v $
*
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
*
* last change:$Date: 2003-0
1-27 18:19:59
$
* last change:$Date: 2003-0
5-27 14:13:23
$
*
*
* 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
...
@@ -114,7 +114,7 @@ public class XMLStylesExporter extends TestCase {
...
@@ -114,7 +114,7 @@ public class XMLStylesExporter extends TestCase {
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
// get a soffice factory object
// get a soffice factory object
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
());
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
());
try
{
try
{
log
.
println
(
"creating a drawdocument"
);
log
.
println
(
"creating a drawdocument"
);
...
@@ -158,8 +158,8 @@ public class XMLStylesExporter extends TestCase {
...
@@ -158,8 +158,8 @@ public class XMLStylesExporter extends TestCase {
public
synchronized
TestEnvironment
createTestEnvironment
(
public
synchronized
TestEnvironment
createTestEnvironment
(
TestParameters
tParam
,
PrintWriter
log
)
throws
StatusException
{
TestParameters
tParam
,
PrintWriter
log
)
throws
StatusException
{
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
()
);
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
()
);
XMultiServiceFactory
xMSF
=
tParam
.
getMSF
()
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
tParam
.
getMSF
()
;
XInterface
oObj
=
null
;
XInterface
oObj
=
null
;
FilterChecker
filter
=
new
FilterChecker
(
log
)
;
FilterChecker
filter
=
new
FilterChecker
(
log
)
;
Any
arg
=
new
Any
(
new
Type
(
XDocumentHandler
.
class
),
filter
);
Any
arg
=
new
Any
(
new
Type
(
XDocumentHandler
.
class
),
filter
);
...
...
qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesImporter.java
Dosyayı görüntüle @
07dc4e9b
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: XMLStylesImporter.java,v $
* $RCSfile: XMLStylesImporter.java,v $
*
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
*
* last change:$Date: 2003-0
1-27 18:19:59
$
* last change:$Date: 2003-0
5-27 14:13:34
$
*
*
* 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
...
@@ -110,7 +110,7 @@ public class XMLStylesImporter extends TestCase {
...
@@ -110,7 +110,7 @@ public class XMLStylesImporter extends TestCase {
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
protected
void
initialize
(
TestParameters
tParam
,
PrintWriter
log
)
{
// get a soffice factory object
// get a soffice factory object
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
tParam
.
getMSF
());
SOfficeFactory
SOF
=
SOfficeFactory
.
getFactory
(
(
XMultiServiceFactory
)
tParam
.
getMSF
());
try
{
try
{
log
.
println
(
"creating a drawdocument"
);
log
.
println
(
"creating a drawdocument"
);
...
@@ -160,7 +160,7 @@ public class XMLStylesImporter extends TestCase {
...
@@ -160,7 +160,7 @@ public class XMLStylesImporter extends TestCase {
// first we write what we are intend to do to log file
// first we write what we are intend to do to log file
log
.
println
(
"creating a test environment"
);
log
.
println
(
"creating a test environment"
);
XMultiServiceFactory
xMSF
=
tParam
.
getMSF
()
;
XMultiServiceFactory
xMSF
=
(
XMultiServiceFactory
)
tParam
.
getMSF
()
;
try
{
try
{
oInt
=
xMSF
.
createInstance
oInt
=
xMSF
.
createInstance
...
...
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