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
916b0a18
Kaydet (Commit)
916b0a18
authored
Nis 15, 2012
tarafından
Laurent Alonso
Kaydeden (comit)
Fridrich Štrba
May 07, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Check for frame borders and frame background
üst
1c2529ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
OdtGenerator.cxx
writerperfect/source/filter/OdtGenerator.cxx
+8
-0
No files found.
writerperfect/source/filter/OdtGenerator.cxx
Dosyayı görüntüle @
916b0a18
...
@@ -1192,6 +1192,14 @@ void OdtGenerator::openFrame(const WPXPropertyList &propList)
...
@@ -1192,6 +1192,14 @@ void OdtGenerator::openFrame(const WPXPropertyList &propList)
if
(
propList
[
"fo:max-height"
])
if
(
propList
[
"fo:max-height"
])
frameAutomaticStylePropertiesElement
->
addAttribute
(
"fo:max-height"
,
propList
[
"fo:max-height"
]
->
getStr
());
frameAutomaticStylePropertiesElement
->
addAttribute
(
"fo:max-height"
,
propList
[
"fo:max-height"
]
->
getStr
());
// check if the frame has border, background attributes
if
(
propList
[
"fo:border"
])
frameAutomaticStylePropertiesElement
->
addAttribute
(
"fo:border"
,
propList
[
"fo:border"
]
->
getStr
());
if
(
propList
[
"style:border-line-width"
])
frameAutomaticStylePropertiesElement
->
addAttribute
(
"style:border-line-width"
,
propList
[
"style:border-line-width"
]
->
getStr
());
if
(
propList
[
"fo:background-color"
])
frameAutomaticStylePropertiesElement
->
addAttribute
(
"fo:background-color"
,
propList
[
"fo:background-color"
]
->
getStr
());
frameAutomaticStylePropertiesElement
->
addAttribute
(
"draw:ole-draw-aspect"
,
"1"
);
frameAutomaticStylePropertiesElement
->
addAttribute
(
"draw:ole-draw-aspect"
,
"1"
);
mpImpl
->
mFrameAutomaticStyles
.
push_back
(
frameAutomaticStylePropertiesElement
);
mpImpl
->
mFrameAutomaticStyles
.
push_back
(
frameAutomaticStylePropertiesElement
);
...
...
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