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
b3f4709d
Kaydet (Commit)
b3f4709d
authored
Agu 19, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DOCX export: handle SDT around floating tables
Change-Id: I07fedc201c51008baca3254dcc099f0182aa4c72
üst
8ae264eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
sdt-around-float-table.docx
sw/qa/core/exportdata/ooxml/pass/sdt-around-float-table.docx
+0
-0
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+3
-0
No files found.
sw/qa/core/exportdata/ooxml/pass/sdt-around-float-table.docx
0 → 100644
Dosyayı görüntüle @
b3f4709d
File added
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
b3f4709d
...
...
@@ -41,6 +41,7 @@
#include "wrtww8.hxx"
#include <comphelper/string.hxx>
#include <comphelper/flagguard.hxx>
#include <oox/token/tokens.hxx>
#include <oox/export/utils.hxx>
#include <oox/mathml/export.hxx>
...
...
@@ -442,6 +443,8 @@ void DocxAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pT
++
m_nTextFrameLevel
;
if
(
m_nTextFrameLevel
==
1
)
{
comphelper
::
FlagRestorationGuard
aStartedParaSdtGuard
(
m_bStartedParaSdt
,
false
);
assert
(
!
m_postponedCustomShape
);
m_postponedCustomShape
=
new
std
::
list
<
PostponedDrawing
>
;
for
(
size_t
nIndex
=
0
;
nIndex
<
m_aFramesOfParagraph
.
size
();
++
nIndex
)
...
...
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