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
b473b8d2
Kaydet (Commit)
b473b8d2
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.2.8); FILE MERGED
2003/05/21 10:56:54 sg 1.2.8.1: #109819# prepare devide of runner
üst
761cd943
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
ScHeaderFieldsObj.java
qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
+3
-3
ScHeaderFooterContentObj.java
qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java
+5
-5
ScHeaderFooterTextCursor.java
qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java
+5
-5
No files found.
qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
Dosyayı görüntüle @
b473b8d2
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ScHeaderFieldsObj.java,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change:$Date: 2003-0
2-03 12:08:21
$
* last change:$Date: 2003-0
5-27 13:06:27
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -111,7 +111,7 @@ public class ScHeaderFieldsObj extends TestCase {
* Creates Spreadsheet 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 Spreadsheet document"
);
...
...
qadevOOo/tests/java/mod/_sc/ScHeaderFooterContentObj.java
Dosyayı görüntüle @
b473b8d2
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ScHeaderFooterContentObj.java,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change:$Date: 2003-0
2-03 12:23:31
$
* last change:$Date: 2003-0
5-27 13:06:38
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -62,6 +62,7 @@
package
mod
.
_sc
;
import
com.sun.star.beans.XPropertySet
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.beans.XPropertySetInfo
;
import
com.sun.star.container.XNameAccess
;
import
com.sun.star.lang.XComponent
;
...
...
@@ -100,7 +101,7 @@ public class ScHeaderFooterContentObj extends TestCase {
* Creates Spreadsheet 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 Spreadsheet document"
);
...
...
@@ -221,4 +222,4 @@ public class ScHeaderFooterContentObj extends TestCase {
}
// finish method getTestEnvironment
}
// finish class ScHeaderFooterContentObj
\ No newline at end of file
}
// finish class ScHeaderFooterContentObj
qadevOOo/tests/java/mod/_sc/ScHeaderFooterTextCursor.java
Dosyayı görüntüle @
b473b8d2
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: ScHeaderFooterTextCursor.java,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change:$Date: 2003-0
2-03 12:27:12
$
* last change:$Date: 2003-0
5-27 13:06:49
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -62,6 +62,7 @@
package
mod
.
_sc
;
import
com.sun.star.beans.XPropertySet
;
import
com.sun.star.lang.XMultiServiceFactory
;
import
com.sun.star.beans.XPropertySetInfo
;
import
com.sun.star.container.XNameAccess
;
import
com.sun.star.lang.XComponent
;
...
...
@@ -139,7 +140,7 @@ public class ScHeaderFooterTextCursor extends TestCase {
* Creates Spreadsheet 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 Spreadsheet document"
);
...
...
@@ -259,4 +260,4 @@ public class ScHeaderFooterTextCursor extends TestCase {
}
// finish method getTestEnvironment
}
// finish class ScHeaderFooterTextCursor
\ No newline at end of file
}
// finish class ScHeaderFooterTextCursor
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