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
12f907da
Kaydet (Commit)
12f907da
authored
May 22, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URL
Change-Id: Ia6e1fbe18e72c9c06915e1b437076a1f56a6c206
üst
9fe39ba5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
unoframe.cxx
sw/source/core/unocore/unoframe.cxx
+2
-0
XMLBackgroundImageContext.cxx
xmloff/source/style/XMLBackgroundImageContext.cxx
+2
-1
No files found.
sw/source/core/unocore/unoframe.cxx
Dosyayı görüntüle @
12f907da
...
@@ -259,6 +259,8 @@ bool BaseFrameProperties_Impl::FillBaseProperties(SfxItemSet& rToSet, const SfxI
...
@@ -259,6 +259,8 @@ bool BaseFrameProperties_Impl::FillBaseProperties(SfxItemSet& rToSet, const SfxI
const
bool
bFillStyleUsed
(
pXFillStyleItem
&&
pXFillStyleItem
->
hasValue
()
&&
const
bool
bFillStyleUsed
(
pXFillStyleItem
&&
pXFillStyleItem
->
hasValue
()
&&
(
pXFillStyleItem
->
get
<
drawing
::
FillStyle
>
()
!=
drawing
::
FillStyle_SOLID
(
pXFillStyleItem
->
get
<
drawing
::
FillStyle
>
()
!=
drawing
::
FillStyle_SOLID
||
!
pGrURL
));
||
!
pGrURL
));
SAL_INFO_IF
(
pXFillStyleItem
&&
pXFillStyleItem
->
hasValue
()
&&
!
bFillStyleUsed
,
"sw.uno"
,
"FillBaseProperties: ignoring invalid FillStyle"
);
const
bool
bXFillStyleItemUsed
(
const
bool
bXFillStyleItemUsed
(
bFillStyleUsed
||
bFillStyleUsed
||
pXFillColorItem
||
pXFillColorItem
||
...
...
xmloff/source/style/XMLBackgroundImageContext.cxx
Dosyayı görüntüle @
12f907da
...
@@ -389,7 +389,8 @@ void XMLBackgroundImageContext::EndElement()
...
@@ -389,7 +389,8 @@ void XMLBackgroundImageContext::EndElement()
else
if
(
GraphicLocation_NONE
==
ePos
)
else
if
(
GraphicLocation_NONE
==
ePos
)
ePos
=
GraphicLocation_TILED
;
ePos
=
GraphicLocation_TILED
;
aProp
.
maValue
<<=
sURL
;
if
(
!
sURL
.
isEmpty
())
aProp
.
maValue
<<=
sURL
;
aPosProp
.
maValue
<<=
ePos
;
aPosProp
.
maValue
<<=
ePos
;
aFilterProp
.
maValue
<<=
sFilter
;
aFilterProp
.
maValue
<<=
sFilter
;
aTransparencyProp
.
maValue
<<=
nTransparency
;
aTransparencyProp
.
maValue
<<=
nTransparency
;
...
...
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