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
cc926007
Kaydet (Commit)
cc926007
authored
Eki 26, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Let's have both switchHeaderFooter() calls in DocxExport::WriteHeaderFooter()
Change-Id: I051a2a74e0da44b8f13a21e052c35581159402f1
üst
956c3ff3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docxexport.cxx
sw/source/filter/ww8/docxexport.cxx
+1
-1
No files found.
sw/source/filter/ww8/docxexport.cxx
Dosyayı görüntüle @
cc926007
...
@@ -266,7 +266,6 @@ void DocxExport::WriteHeadersFooters( sal_uInt8 nHeadFootFlags,
...
@@ -266,7 +266,6 @@ void DocxExport::WriteHeadersFooters( sal_uInt8 nHeadFootFlags,
// Turn OFF flag for 'Writing Headers \ Footers'
// Turn OFF flag for 'Writing Headers \ Footers'
m_pAttrOutput
->
SetWritingHeaderFooter
(
false
);
m_pAttrOutput
->
SetWritingHeaderFooter
(
false
);
m_pAttrOutput
->
switchHeaderFooter
(
false
,
-
1
);
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
fprintf
(
stderr
,
"DocxExport::WriteHeadersFooters() - nBreakCode introduced, but ignored
\n
"
);
fprintf
(
stderr
,
"DocxExport::WriteHeadersFooters() - nBreakCode introduced, but ignored
\n
"
);
#endif
#endif
...
@@ -720,6 +719,7 @@ void DocxExport::WriteHeaderFooter( const SwFmt& rFmt, bool bHeader, const char*
...
@@ -720,6 +719,7 @@ void DocxExport::WriteHeaderFooter( const SwFmt& rFmt, bool bHeader, const char*
m_pAttrOutput
->
switchHeaderFooter
(
true
,
m_nHeadersFootersInSection
++
);
m_pAttrOutput
->
switchHeaderFooter
(
true
,
m_nHeadersFootersInSection
++
);
// do the work
// do the work
WriteHeaderFooterText
(
rFmt
,
bHeader
);
WriteHeaderFooterText
(
rFmt
,
bHeader
);
m_pAttrOutput
->
switchHeaderFooter
(
false
,
-
1
);
m_pAttrOutput
->
EndParaSdtBlock
();
m_pAttrOutput
->
EndParaSdtBlock
();
//When the stream changes the cache which is maintained for the graphics in case of alternate content is not cleared.
//When the stream changes the cache which is maintained for the graphics in case of alternate content is not cleared.
...
...
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