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
6e770b16
Kaydet (Commit)
6e770b16
authored
May 31, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
n#764005 VML import of absolutely positioned pictures should not be opaque
Change-Id: I17a1a94ee92ce04ff6928a20c552b3a3408a0626
üst
0a412cc1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
properties.txt
oox/source/token/properties.txt
+1
-0
vmlshape.cxx
oox/source/vml/vmlshape.cxx
+1
-0
DomainMapper_Impl.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
+1
-0
No files found.
oox/source/token/properties.txt
Dosyayı görüntüle @
6e770b16
...
@@ -308,6 +308,7 @@ NumberingLevel
...
@@ -308,6 +308,7 @@ NumberingLevel
NumberingRules
NumberingRules
NumberingType
NumberingType
Offset
Offset
Opaque
OpCodeMap
OpCodeMap
Orientation
Orientation
OutputPosition
OutputPosition
...
...
oox/source/vml/vmlshape.cxx
Dosyayı görüntüle @
6e770b16
...
@@ -591,6 +591,7 @@ Reference< XShape > ComplexShape::implConvertAndInsert( const Reference< XShapes
...
@@ -591,6 +591,7 @@ Reference< XShape > ComplexShape::implConvertAndInsert( const Reference< XShapes
{
{
aPropSet
.
setProperty
(
PROP_HoriOrientPosition
,
rShapeRect
.
X
);
aPropSet
.
setProperty
(
PROP_HoriOrientPosition
,
rShapeRect
.
X
);
aPropSet
.
setProperty
(
PROP_VertOrientPosition
,
rShapeRect
.
Y
);
aPropSet
.
setProperty
(
PROP_VertOrientPosition
,
rShapeRect
.
Y
);
aPropSet
.
setProperty
(
PROP_Opaque
,
sal_False
);
}
}
if
(
maTypeModel
.
maPositionVerticalRelative
==
"page"
)
if
(
maTypeModel
.
maPositionVerticalRelative
==
"page"
)
{
{
...
...
writerfilter/source/dmapper/DomainMapper_Impl.cxx
Dosyayı görüntüle @
6e770b16
...
@@ -1529,6 +1529,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
...
@@ -1529,6 +1529,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
if
(
nAnchorType
==
text
::
TextContentAnchorType_AT_PAGE
)
if
(
nAnchorType
==
text
::
TextContentAnchorType_AT_PAGE
)
bIsGraphic
=
false
;
bIsGraphic
=
false
;
if
(
nAnchorType
!=
text
::
TextContentAnchorType_AT_PAGE
)
xProps
->
setPropertyValue
(
xProps
->
setPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_OPAQUE
),
rPropNameSupplier
.
GetName
(
PROP_OPAQUE
),
uno
::
makeAny
(
true
)
);
uno
::
makeAny
(
true
)
);
...
...
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