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
736c25a9
Kaydet (Commit)
736c25a9
authored
Ock 21, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: initial DOCX export of TextFrames as VML rectangles
Change-Id: I0b204e9a81aad3e4f5fafc17bbd0c3935eb5cdb5
üst
9d7544b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+20
-6
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
736c25a9
...
@@ -255,12 +255,6 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT
...
@@ -255,12 +255,6 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT
{
{
// write the paragraph properties + the run, already in the correct order
// write the paragraph properties + the run, already in the correct order
m_pSerializer
->
mergeTopMarks
();
m_pSerializer
->
mergeTopMarks
();
m_pSerializer
->
endElementNS
(
XML_w
,
XML_p
);
// Check for end of cell, rows, tables here
FinishTableRowCell
(
pTextNodeInfoInner
);
m_bParagraphOpened
=
false
;
// Write the anchored frame if any
// Write the anchored frame if any
if
(
m_pParentFrame
)
if
(
m_pParentFrame
)
...
@@ -278,12 +272,32 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT
...
@@ -278,12 +272,32 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT
m_rExport
.
mpParentFrame
=
pParentFrame
;
m_rExport
.
mpParentFrame
=
pParentFrame
;
m_pSerializer
->
startElementNS
(
XML_w
,
XML_r
,
FSEND
);
m_pSerializer
->
startElementNS
(
XML_w
,
XML_pict
,
FSEND
);
m_pSerializer
->
startElementNS
(
XML_v
,
XML_rect
,
FSEND
);
m_pSerializer
->
startElementNS
(
XML_v
,
XML_textbox
,
FSEND
);
m_pSerializer
->
startElementNS
(
XML_w
,
XML_txbxContent
,
FSEND
);
m_rExport
.
WriteText
(
);
m_rExport
.
WriteText
(
);
m_pSerializer
->
endElementNS
(
XML_w
,
XML_txbxContent
);
m_pSerializer
->
endElementNS
(
XML_v
,
XML_textbox
);
m_pSerializer
->
endElementNS
(
XML_v
,
XML_rect
);
m_pSerializer
->
endElementNS
(
XML_w
,
XML_pict
);
m_pSerializer
->
endElementNS
(
XML_w
,
XML_r
);
m_rExport
.
RestoreData
();
m_rExport
.
RestoreData
();
m_rExport
.
mpParentFrame
=
NULL
;
delete
pParentFrame
;
delete
pParentFrame
;
}
}
m_pSerializer
->
endElementNS
(
XML_w
,
XML_p
);
// Check for end of cell, rows, tables here
FinishTableRowCell
(
pTextNodeInfoInner
);
m_bParagraphOpened
=
false
;
}
}
void
DocxAttributeOutput
::
FinishTableRowCell
(
ww8
::
WW8TableNodeInfoInner
::
Pointer_t
pInner
,
bool
bForceEmptyParagraph
)
void
DocxAttributeOutput
::
FinishTableRowCell
(
ww8
::
WW8TableNodeInfoInner
::
Pointer_t
pInner
,
bool
bForceEmptyParagraph
)
...
...
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