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
bb626853
Kaydet (Commit)
bb626853
authored
Mar 01, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix leak
Change-Id: I61e21619e949fe0dda7c4820e6ddbb8d4d597652
üst
01f28ca8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
lwpdoc.cxx
lotuswordpro/source/filter/lwpdoc.cxx
+8
-10
No files found.
lotuswordpro/source/filter/lwpdoc.cxx
Dosyayı görüntüle @
bb626853
...
...
@@ -719,23 +719,21 @@ sal_uInt16 LwpDocument::GetNumberOfPagesBefore()
pDivision
=
pDivision
->
GetNextDivision
();
}
}
/**
/**
* @descr Parse the frame which anchor is to page before parse other contents,
* This method is called when the document is root document.
*
This method is called when the document is root document.
*/
void
LwpDocument
::
ParseFrameInPage
(
IXFStream
*
pOutputStream
)
{
if
(
IsChildDoc
())
if
(
IsChildDoc
())
return
;
XFContentContainer
*
pXFContainer
=
new
XFContentContainer
;
XFConvertFrameInPage
(
pXFContainer
);
pXFContainer
->
ToXml
(
pOutputStream
);
delete
pXFContainer
;
pXFContainer
=
nullptr
;
rtl
::
Reference
<
XFContentContainer
>
xXFContainer
(
new
XFContentContainer
);
XFConvertFrameInPage
(
xXFContainer
.
get
());
xXFContainer
->
ToXml
(
pOutputStream
);
}
/**
* @descr Parse the frame which anchor is to page in the entire document
*/
...
...
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