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
1ae655db
Kaydet (Commit)
1ae655db
authored
Tem 04, 2014
tarafından
Oliver-Rainer Wittmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
124107: ODF export - suppress export of fo:margin for paragraph styles
üst
247d5bc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
txtexppr.cxx
xmloff/source/text/txtexppr.cxx
+8
-0
No files found.
xmloff/source/text/txtexppr.cxx
Dosyayı görüntüle @
1ae655db
...
@@ -462,7 +462,9 @@ void XMLTextExportPropertySetMapper::ContextFilter(
...
@@ -462,7 +462,9 @@ void XMLTextExportPropertySetMapper::ContextFilter(
XMLPropertyState
*
pClip11State
=
NULL
;
XMLPropertyState
*
pClip11State
=
NULL
;
XMLPropertyState
*
pClipState
=
NULL
;
XMLPropertyState
*
pClipState
=
NULL
;
// filter fo:margin
XMLPropertyState
*
pAllParaMargin
=
NULL
;
XMLPropertyState
*
pAllParaMargin
=
NULL
;
XMLPropertyState
*
pAllParaMarginRel
=
NULL
;
XMLPropertyState
*
pAllMargin
=
NULL
;
XMLPropertyState
*
pAllMargin
=
NULL
;
//UUUU
//UUUU
...
@@ -586,6 +588,7 @@ void XMLTextExportPropertySetMapper::ContextFilter(
...
@@ -586,6 +588,7 @@ void XMLTextExportPropertySetMapper::ContextFilter(
case
CTF_TEXT_CLIP11
:
pClip11State
=
propertie
;
break
;
case
CTF_TEXT_CLIP11
:
pClip11State
=
propertie
;
break
;
case
CTF_TEXT_CLIP
:
pClipState
=
propertie
;
break
;
case
CTF_TEXT_CLIP
:
pClipState
=
propertie
;
break
;
case
CTF_PARAMARGINALL
:
pAllParaMargin
=
propertie
;
break
;
case
CTF_PARAMARGINALL
:
pAllParaMargin
=
propertie
;
break
;
case
CTF_PARAMARGINALL_REL
:
pAllParaMarginRel
=
propertie
;
break
;
case
CTF_MARGINALL
:
pAllMargin
=
propertie
;
break
;
case
CTF_MARGINALL
:
pAllMargin
=
propertie
;
break
;
//UUUU
//UUUU
...
@@ -675,6 +678,11 @@ void XMLTextExportPropertySetMapper::ContextFilter(
...
@@ -675,6 +678,11 @@ void XMLTextExportPropertySetMapper::ContextFilter(
pAllParaMargin
->
mnIndex
=
-
1
;
// just export individual attributes...
pAllParaMargin
->
mnIndex
=
-
1
;
// just export individual attributes...
pAllParaMargin
->
maValue
.
clear
();
pAllParaMargin
->
maValue
.
clear
();
}
}
if
(
pAllParaMarginRel
)
{
pAllParaMarginRel
->
mnIndex
=
-
1
;
// just export individual attributes...
pAllParaMarginRel
->
maValue
.
clear
();
}
if
(
pAllMargin
)
if
(
pAllMargin
)
{
{
pAllMargin
->
mnIndex
=
-
1
;
// just export individual attributes...
pAllMargin
->
mnIndex
=
-
1
;
// just export individual attributes...
...
...
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