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
a086a197
Kaydet (Commit)
a086a197
authored
Şub 23, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ooxml export: w14:reflection element
Change-Id: I84cd2cd13b56a2fa369fc4c1e98c5be519a50e78
üst
15572081
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+9
-1
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
a086a197
...
...
@@ -1124,6 +1124,7 @@ void DocxAttributeOutput::InitCollectedRunProperties()
FSNS( XML_w, XML_rPrChange ),
FSNS( XML_w14, XML_glow ),
FSNS( XML_w14, XML_shadow ),
FSNS( XML_w14, XML_reflection ),
};
// postpone the output so that we can later [in EndParagraphProperties()]
...
...
@@ -1150,12 +1151,18 @@ const NameToId constNameToIdMapping[] =
{
{ OUString("glow"), FSNS( XML_w14, XML_glow ) },
{ OUString("shadow"), FSNS( XML_w14, XML_shadow ) },
{ OUString("reflection"),FSNS( XML_w14, XML_reflection ) },
{ OUString("val"), FSNS( XML_w14, XML_val ) },
{ OUString("rad"), FSNS( XML_w14, XML_rad ) },
{ OUString("blurRad"), FSNS( XML_w14, XML_blurRad ) },
{ OUString("stA"), FSNS( XML_w14, XML_stA ) },
{ OUString("stPos"), FSNS( XML_w14, XML_stPos ) },
{ OUString("endA"), FSNS( XML_w14, XML_endA ) },
{ OUString("endPos"), FSNS( XML_w14, XML_endPos ) },
{ OUString("dist"), FSNS( XML_w14, XML_dist ) },
{ OUString("dir"), FSNS( XML_w14, XML_dir ) },
{ OUString("fadeDir"), FSNS( XML_w14, XML_fadeDir ) },
{ OUString("sx"), FSNS( XML_w14, XML_sx ) },
{ OUString("sy"), FSNS( XML_w14, XML_sy ) },
{ OUString("kx"), FSNS( XML_w14, XML_kx ) },
...
...
@@ -6465,7 +6472,8 @@ void DocxAttributeOutput::CharGrabBag( const SfxGrabBagItem& rItem )
// just skip these, they were processed before
}
else if (i->first == "CharGlowTextEffect" ||
i->first == "CharShadowTextEffect")
i->first == "CharShadowTextEffect" ||
i->first == "CharReflectionTextEffect")
{
beans::PropertyValue aPropertyValue;
i->second >>= aPropertyValue;
...
...
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