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
b8298f8e
Kaydet (Commit)
b8298f8e
authored
Haz 25, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DocxAttributeOutput: -Werror=unused-macros, -Werror=sign-compare
Change-Id: I9d75b0a625009d483467042584d2d2f89501cb96
üst
90ffe25c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docxattributeoutput.cxx
sw/source/filter/ww8/docxattributeoutput.cxx
+1
-2
No files found.
sw/source/filter/ww8/docxattributeoutput.cxx
Dosyayı görüntüle @
b8298f8e
...
@@ -3715,7 +3715,6 @@ void DocxAttributeOutput::CharAnimatedText( const SvxBlinkItem& rBlink )
...
@@ -3715,7 +3715,6 @@ void DocxAttributeOutput::CharAnimatedText( const SvxBlinkItem& rBlink )
m_pSerializer
->
singleElementNS
(
XML_w
,
XML_effect
,
FSNS
(
XML_w
,
XML_val
),
"none"
,
FSEND
);
m_pSerializer
->
singleElementNS
(
XML_w
,
XML_effect
,
FSNS
(
XML_w
,
XML_val
),
"none"
,
FSEND
);
}
}
#define MSWORD_CH_SHADING_CLR 0xD8D8D8 // This color is the same color as the ms-word's character shading color.
#define MSWORD_CH_SHADING_FILL "FFFFFF" // The attribute w:fill of w:shd, for MS-Word's character shading,
#define MSWORD_CH_SHADING_FILL "FFFFFF" // The attribute w:fill of w:shd, for MS-Word's character shading,
#define MSWORD_CH_SHADING_COLOR "auto" // The attribute w:color of w:shd, for MS-Word's character shading,
#define MSWORD_CH_SHADING_COLOR "auto" // The attribute w:color of w:shd, for MS-Word's character shading,
#define MSWORD_CH_SHADING_VAL "pct15" // The attribute w:value of w:shd, for MS-Word's character shading,
#define MSWORD_CH_SHADING_VAL "pct15" // The attribute w:value of w:shd, for MS-Word's character shading,
...
@@ -3723,7 +3722,7 @@ void DocxAttributeOutput::CharAnimatedText( const SvxBlinkItem& rBlink )
...
@@ -3723,7 +3722,7 @@ void DocxAttributeOutput::CharAnimatedText( const SvxBlinkItem& rBlink )
void
DocxAttributeOutput
::
CharBackground
(
const
SvxBrushItem
&
rBrush
)
void
DocxAttributeOutput
::
CharBackground
(
const
SvxBrushItem
&
rBrush
)
{
{
// Check if the brush shading pattern is 'PCT15'. If so - write it back to the DOCX
// Check if the brush shading pattern is 'PCT15'. If so - write it back to the DOCX
if
(
rBrush
.
GetShadingValue
()
==
ShadingPattern
::
PCT15
)
if
(
rBrush
.
GetShadingValue
()
==
+
ShadingPattern
::
PCT15
)
{
{
m_pSerializer
->
singleElementNS
(
XML_w
,
XML_shd
,
m_pSerializer
->
singleElementNS
(
XML_w
,
XML_shd
,
FSNS
(
XML_w
,
XML_val
),
MSWORD_CH_SHADING_VAL
,
FSNS
(
XML_w
,
XML_val
),
MSWORD_CH_SHADING_VAL
,
...
...
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