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
3d4e1bea
Kaydet (Commit)
3d4e1bea
authored
Ara 19, 2014
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
two references having same content
Change-Id: I2db8842411e39d7d100d0627f8c930bb3f633d77
üst
f0471ea7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
shapeexport.cxx
xmloff/source/draw/shapeexport.cxx
+4
-5
No files found.
xmloff/source/draw/shapeexport.cxx
Dosyayı görüntüle @
3d4e1bea
...
...
@@ -243,9 +243,9 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
return
;
}
sal_Int32
nZIndex
=
0
;
uno
::
Reference
<
beans
::
XPropertySet
>
x
Set
(
xShape
,
uno
::
UNO_QUERY
);
if
(
xSet
.
is
()
)
xSet
->
getPropertyValue
(
msZIndex
)
>>=
nZIndex
;
uno
::
Reference
<
beans
::
XPropertySet
>
x
PropSet
(
xShape
,
uno
::
UNO_QUERY
);
if
(
x
Prop
Set
.
is
()
)
x
Prop
Set
->
getPropertyValue
(
msZIndex
)
>>=
nZIndex
;
ImplXMLShapeExportInfoVector
&
aShapeInfoVector
=
(
*
maCurrentShapesIter
).
second
;
...
...
@@ -285,7 +285,6 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
bool
bIsEmptyPresObj
=
false
;
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
xShape
,
uno
::
UNO_QUERY
);
if
(
aShapeInfo
.
xCustomShapeReplacement
.
is
()
)
xPropSet
.
clear
();
...
...
@@ -513,7 +512,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap
{
try
{
uno
::
Reference
<
table
::
XColumnRowRange
>
xRange
(
xSet
->
getPropertyValue
(
msModel
),
uno
::
UNO_QUERY_THROW
);
uno
::
Reference
<
table
::
XColumnRowRange
>
xRange
(
x
Prop
Set
->
getPropertyValue
(
msModel
),
uno
::
UNO_QUERY_THROW
);
GetShapeTableExport
()
->
collectTableAutoStyles
(
xRange
);
}
catch
(
const
uno
::
Exception
&
)
...
...
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