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
27adf385
Kaydet (Commit)
27adf385
authored
Tem 17, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo
Change-Id: Ic820daa58574fb37a737b632ba6c58d31ccb8114
üst
7a398f6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
DomainMapper_Impl.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
+5
-5
No files found.
writerfilter/source/dmapper/DomainMapper_Impl.cxx
Dosyayı görüntüle @
27adf385
...
...
@@ -1801,7 +1801,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
#endif
text
::
TextContentAnchorType
nAnchorType
(
text
::
TextContentAnchorType_AT_PARAGRAPH
);
xProps
->
getPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_ANCHOR_TYPE
))
>>=
nAnchorType
;
bool
checkZOr
ed
rStatus
=
false
;
bool
checkZOr
de
rStatus
=
false
;
if
(
xSInfo
->
supportsService
(
"com.sun.star.text.TextFrame"
))
{
SetIsTextFrameInserted
(
true
);
...
...
@@ -1826,9 +1826,9 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
aGrabBag
[
i
].
Value
>>=
zOrder
;
xShapePropertySet
->
setPropertyValue
(
"ZOrder"
,
uno
::
makeAny
(
pZOrderHelper
->
findZOrder
(
zOrder
)));
pZOrderHelper
->
addItem
(
xShapePropertySet
,
zOrder
);
checkZOr
ed
rStatus
=
true
;
checkZOr
de
rStatus
=
true
;
}
if
(
checkBtLrStatus
&&
checkZOr
ed
rStatus
)
if
(
checkBtLrStatus
&&
checkZOr
de
rStatus
)
break
;
if
(
aGrabBag
[
i
].
Name
==
"TxbxHasLink"
)
...
...
@@ -1873,7 +1873,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
xShapePropertySet
->
setPropertyValue
(
"ZOrder"
,
uno
::
makeAny
(
pZOrderHelper
->
findZOrder
(
zOrder
)));
pZOrderHelper
->
addItem
(
xShapePropertySet
,
zOrder
);
xShapePropertySet
->
setPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_OPAQUE
),
uno
::
makeAny
(
false
)
);
checkZOr
ed
rStatus
=
true
;
checkZOr
de
rStatus
=
true
;
}
else
if
(
aGrabBag
[
i
].
Name
==
"TxbxHasLink"
)
{
...
...
@@ -1885,7 +1885,7 @@ void DomainMapper_Impl::PushShapeContext( const uno::Reference< drawing::XShape
}
}
}
if
(
!
m_bInHeaderFooterImport
&&
!
checkZOr
ed
rStatus
)
if
(
!
m_bInHeaderFooterImport
&&
!
checkZOr
de
rStatus
)
xProps
->
setPropertyValue
(
rPropNameSupplier
.
GetName
(
PROP_OPAQUE
),
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