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
ca2384b8
Kaydet (Commit)
ca2384b8
authored
Eki 23, 2000
tarafından
Michael Brauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
some property names changed
üst
ef1795bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
XMLTextHeaderFooterContext.cxx
xmloff/source/text/XMLTextHeaderFooterContext.cxx
+5
-5
XMLTextMasterPageExport.cxx
xmloff/source/text/XMLTextMasterPageExport.cxx
+6
-6
No files found.
xmloff/source/text/XMLTextHeaderFooterContext.cxx
Dosyayı görüntüle @
ca2384b8
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextHeaderFooterContext.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: mib $ $Date: 2000-10-
12 18:10:10
$
* last change: $Author: mib $ $Date: 2000-10-
23 11:33:22
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -101,9 +101,9 @@ XMLTextHeaderFooterContext::XMLTextHeaderFooterContext( SvXMLImport& rImport, sa
sal_Bool
bFooter
,
sal_Bool
bLft
)
:
SvXMLImportContext
(
rImport
,
nPrfx
,
rLName
),
xPropSet
(
rPageStylePropSet
),
sOn
(
OUString
::
createFromAscii
(
bFooter
?
"Footer
On"
:
"Header
On"
)
),
sShareContent
(
OUString
::
createFromAscii
(
bFooter
?
"Footer
ShareContent
"
:
"HeaderShareContent
"
)
),
sOn
(
OUString
::
createFromAscii
(
bFooter
?
"Footer
IsOn"
:
"HeaderIs
On"
)
),
sShareContent
(
OUString
::
createFromAscii
(
bFooter
?
"Footer
IsShared
"
s
:
"HeaderShared
"
)
),
sText
(
OUString
::
createFromAscii
(
bFooter
?
"FooterText"
:
"HeaderText"
)
),
sTextLeft
(
OUString
::
createFromAscii
(
bFooter
?
"FooterTextLeft"
:
"HeaderTextLeft"
)
),
...
...
xmloff/source/text/XMLTextMasterPageExport.cxx
Dosyayı görüntüle @
ca2384b8
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextMasterPageExport.cxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author: mib $ $Date: 2000-10-
11 07:51:24
$
* last change: $Author: mib $ $Date: 2000-10-
23 11:33:22
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -96,12 +96,12 @@ using namespace ::com::sun::star::beans;
XMLTextMasterPageExport
::
XMLTextMasterPageExport
(
SvXMLExport
&
rExp
)
:
XMLPageExport
(
rExp
),
sHeaderText
(
RTL_CONSTASCII_USTRINGPARAM
(
"HeaderText"
)
),
sHeaderOn
(
RTL_CONSTASCII_USTRINGPARAM
(
"HeaderOn"
)
),
sHeaderShareContent
(
RTL_CONSTASCII_USTRINGPARAM
(
"Header
ShareContent
"
)
),
sHeaderOn
(
RTL_CONSTASCII_USTRINGPARAM
(
"Header
Is
On"
)
),
sHeaderShareContent
(
RTL_CONSTASCII_USTRINGPARAM
(
"Header
IsShared
"
)
),
sHeaderTextLeft
(
RTL_CONSTASCII_USTRINGPARAM
(
"HeaderTextLeft"
)
),
sFooterText
(
RTL_CONSTASCII_USTRINGPARAM
(
"FooterText"
)
),
sFooterOn
(
RTL_CONSTASCII_USTRINGPARAM
(
"FooterOn"
)
),
sFooterShareContent
(
RTL_CONSTASCII_USTRINGPARAM
(
"Footer
ShareContent
"
)
),
sFooterOn
(
RTL_CONSTASCII_USTRINGPARAM
(
"Footer
Is
On"
)
),
sFooterShareContent
(
RTL_CONSTASCII_USTRINGPARAM
(
"Footer
IsShared
"
)
),
sFooterTextLeft
(
RTL_CONSTASCII_USTRINGPARAM
(
"FooterTextLeft"
)
)
{
}
...
...
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