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
70ffc556
Kaydet (Commit)
70ffc556
authored
Şub 26, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ooxml export: w14:textFill element
Change-Id: Ie1e44215ce70c28c58575a703328a836279f92a4
üst
af74d175
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+5
-1
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
70ffc556
...
...
@@ -1174,6 +1174,8 @@ void DocxAttributeOutput::InitCollectedRunProperties()
FSNS( XML_w14, XML_glow ),
FSNS( XML_w14, XML_shadow ),
FSNS( XML_w14, XML_reflection ),
FSNS( XML_w14, XML_textOutline ),
FSNS( XML_w14, XML_textFill ),
};
// postpone the output so that we can later [in EndParagraphProperties()]
...
...
@@ -1202,6 +1204,7 @@ const NameToId constNameToIdMapping[] =
{ OUString("shadow"), FSNS( XML_w14, XML_shadow ) },
{ OUString("reflection"), FSNS( XML_w14, XML_reflection ) },
{ OUString("textOutline"), FSNS( XML_w14, XML_textOutline ) },
{ OUString("textFill"), FSNS( XML_w14, XML_textFill ) },
{ OUString("val"), FSNS( XML_w14, XML_val ) },
{ OUString("rad"), FSNS( XML_w14, XML_rad ) },
...
...
@@ -6690,7 +6693,8 @@ void DocxAttributeOutput::CharGrabBag( const SfxGrabBagItem& rItem )
else if (i->first == "CharGlowTextEffect" ||
i->first == "CharShadowTextEffect" ||
i->first == "CharReflectionTextEffect" ||
i
->
first
==
"CharTextOutlineTextEffect"
)
i->first == "CharTextOutlineTextEffect" ||
i->first == "CharTextFillTextEffect")
{
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