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
aafdc1a0
Kaydet (Commit)
aafdc1a0
authored
Kas 21, 2006
tarafından
Vladimir Glazounov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS qadev27 (1.6.12); FILE MERGED
2006/09/18 12:19:20 lla 1.6.12.1: #138212# cleanups
üst
33401bcd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
HTMLOutputter.java
qadevOOo/runner/convwatch/HTMLOutputter.java
+4
-4
PropertyName.java
qadevOOo/runner/convwatch/PropertyName.java
+4
-2
No files found.
qadevOOo/runner/convwatch/HTMLOutputter.java
Dosyayı görüntüle @
aafdc1a0
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: HTMLOutputter.java,v $
* $RCSfile: HTMLOutputter.java,v $
*
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
*
* last change: $Author:
obo $ $Date: 2006-01-19 14:19:32
$
* last change: $Author:
vg $ $Date: 2006-11-21 14:10:13
$
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -83,8 +83,8 @@ public class HTMLOutputter
...
@@ -83,8 +83,8 @@ public class HTMLOutputter
m_aOut
.
write
(
"<html>"
+
ls
);
m_aOut
.
write
(
"<html>"
+
ls
);
m_aOut
.
write
(
"<head>"
+
ls
);
m_aOut
.
write
(
"<head>"
+
ls
);
m_aOut
.
write
(
"<title>"
+
_sTitle
+
"</title>"
+
ls
);
m_aOut
.
write
(
"<title>"
+
_sTitle
+
"</title>"
+
ls
);
m_aOut
.
write
(
"<link rel=\"stylesheet\" type=\"text/css\" href=\"
http://mahler.germany.sun.com/qadev/css
/xmloff.css\" media=\"screen\" />"
+
ls
);
m_aOut
.
write
(
"<link rel=\"stylesheet\" type=\"text/css\" href=\"
/gfxcmp_ui
/xmloff.css\" media=\"screen\" />"
+
ls
);
m_aOut
.
write
(
"<link rel=\"stylesheet\" type=\"text/css\" href=\"
http://mahler.germany.sun.com/qadev/css
/style.css\" media=\"screen\" />"
+
ls
);
m_aOut
.
write
(
"<link rel=\"stylesheet\" type=\"text/css\" href=\"
/gfxcmp_ui
/style.css\" media=\"screen\" />"
+
ls
);
m_aOut
.
write
(
"</head>"
+
ls
);
m_aOut
.
write
(
"</head>"
+
ls
);
m_aOut
.
write
(
"<body bgcolor=white>"
+
ls
);
m_aOut
.
write
(
"<body bgcolor=white>"
+
ls
);
m_aOut
.
flush
();
m_aOut
.
flush
();
...
...
qadevOOo/runner/convwatch/PropertyName.java
Dosyayı görüntüle @
aafdc1a0
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
*
*
* $RCSfile: PropertyName.java,v $
* $RCSfile: PropertyName.java,v $
*
*
* $Revision: 1.
6
$
* $Revision: 1.
7
$
*
*
* last change: $Author:
obo $ $Date: 2006-01-19 14:22:12
$
* last change: $Author:
vg $ $Date: 2006-11-21 14:10:25
$
*
*
* The Contents of this file are made available subject to
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
* the terms of GNU Lesser General Public License Version 2.1.
...
@@ -62,4 +62,6 @@ public interface PropertyName
...
@@ -62,4 +62,6 @@ public interface PropertyName
final
public
static
String
DOC_COMPARATOR_LEAVE_OUT_FILES
=
"DOC_COMPARATOR_LEAVE_OUT_FILES"
;
final
public
static
String
DOC_COMPARATOR_LEAVE_OUT_FILES
=
"DOC_COMPARATOR_LEAVE_OUT_FILES"
;
final
public
static
String
DOC_COMPARATOR_DB_INFO_STRING
=
"DOC_COMPARATOR_DB_INFO_STRING"
;
final
public
static
String
DOC_COMPARATOR_DB_INFO_STRING
=
"DOC_COMPARATOR_DB_INFO_STRING"
;
final
public
static
String
TEMPPATH
=
"TEMPPATH"
;
}
}
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