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
da81525e
Kaydet (Commit)
da81525e
authored
May 04, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430
Change-Id: Ic1d5e31085484e564de61b45b524aec5b5014ee0
üst
b2af4b20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
drawingfragment.cxx
sc/source/filter/oox/drawingfragment.cxx
+6
-6
No files found.
sc/source/filter/oox/drawingfragment.cxx
Dosyayı görüntüle @
da81525e
...
@@ -614,12 +614,6 @@ Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::S
...
@@ -614,12 +614,6 @@ Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::S
getBaseFilter
().
getVbaProject
().
registerMacroAttacher
(
xAttacher
);
getBaseFilter
().
getVbaProject
().
registerMacroAttacher
(
xAttacher
);
}
}
}
}
if
(
!
pClientData
->
maAnchor
.
isEmpty
()
)
{
ShapeAnchor
aAnchor
(
*
this
);
aAnchor
.
importVmlAnchor
(
pClientData
->
maAnchor
);
aAnchor
.
applyToXShape
(
xShape
);
}
return
xShape
;
return
xShape
;
}
}
}
}
...
@@ -637,6 +631,12 @@ void VmlDrawing::notifyXShapeInserted( const Reference< XShape >& rxShape,
...
@@ -637,6 +631,12 @@ void VmlDrawing::notifyXShapeInserted( const Reference< XShape >& rxShape,
// convert settings from VML client data
// convert settings from VML client data
if
(
const
::
oox
::
vml
::
ClientData
*
pClientData
=
rShape
.
getClientData
()
)
if
(
const
::
oox
::
vml
::
ClientData
*
pClientData
=
rShape
.
getClientData
()
)
{
{
if
(
!
pClientData
->
maAnchor
.
isEmpty
()
)
{
ShapeAnchor
aAnchor
(
*
this
);
aAnchor
.
importVmlAnchor
(
pClientData
->
maAnchor
);
aAnchor
.
applyToXShape
(
rxShape
);
}
// specific settings for embedded form controls
// specific settings for embedded form controls
try
try
{
{
...
...
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