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
56f45018
Kaydet (Commit)
56f45018
authored
May 24, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "tweak imported shape position for xls( binary ) format fdo#49430"
This reverts commit
5813422d
.
üst
3ed479a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
31 deletions
+0
-31
read.cxx
sc/source/filter/excel/read.cxx
+0
-9
xiescher.cxx
sc/source/filter/excel/xiescher.cxx
+0
-22
No files found.
sc/source/filter/excel/read.cxx
Dosyayı görüntüle @
56f45018
...
@@ -52,7 +52,6 @@
...
@@ -52,7 +52,6 @@
#include "root.hxx"
#include "root.hxx"
#include "imp_op.hxx"
#include "imp_op.hxx"
#include "excimp8.hxx"
#include "excimp8.hxx"
#include <sfx2/objsh.hxx>
FltError
ImportExcel
::
Read
(
void
)
FltError
ImportExcel
::
Read
(
void
)
{
{
...
@@ -1310,14 +1309,6 @@ FltError ImportExcel8::Read( void )
...
@@ -1310,14 +1309,6 @@ FltError ImportExcel8::Read( void )
PostDocLoad
();
PostDocLoad
();
pD
->
CalcAfterLoad
();
pD
->
CalcAfterLoad
();
SfxObjectShell
*
pDocShell
=
GetDocShell
();
if
(
pDocShell
)
{
std
::
vector
<
OrientationInfo
>
savedOrientations
;
ScGlobal
::
CaptureShapeOrientationInfo
(
savedOrientations
,
pDocShell
->
GetModel
()
);
ScGlobal
::
ApplyShapeOrientationInfo
(
savedOrientations
,
pDocShell
->
GetModel
(),
*
pD
);
}
// import change tracking data
// import change tracking data
XclImpChangeTrack
aImpChTr
(
GetRoot
(),
maStrm
);
XclImpChangeTrack
aImpChTr
(
GetRoot
(),
maStrm
);
...
...
sc/source/filter/excel/xiescher.cxx
Dosyayı görüntüle @
56f45018
...
@@ -497,28 +497,6 @@ void XclImpDrawObjBase::PreProcessSdrObject( XclImpDffConverter& rDffConv, SdrOb
...
@@ -497,28 +497,6 @@ void XclImpDrawObjBase::PreProcessSdrObject( XclImpDffConverter& rDffConv, SdrOb
}
}
}
}
if
(
GetAnchor
()
)
{
ScDrawObjData
*
pAnchor
=
ScDrawLayer
::
GetObjData
(
&
rSdrObj
,
sal_True
);
if
(
pAnchor
)
{
// Temporarily get start position of shape.
// At the end of the import we do some post processing
// to adjust the shape position to take into account
// errors between the drawing layer and the view/grid
pAnchor
->
maStart
.
SetRow
(
GetAnchor
()
->
maFirst
.
mnRow
);
pAnchor
->
maStart
.
SetCol
(
GetAnchor
()
->
maFirst
.
mnCol
);
pAnchor
->
maStart
.
SetTab
(
GetTab
()
);
XclObjAnchor
tmpAnchor
(
*
GetAnchor
()
);
// Calculate the start offset ( from the cell postion )
Rectangle
withOffset
=
tmpAnchor
.
GetRect
(
GetRoot
(),
GetTab
(),
MAP_100TH_MM
);
tmpAnchor
.
mnLX
=
tmpAnchor
.
mnTY
=
tmpAnchor
.
mnRX
=
tmpAnchor
.
mnBY
=
0
;
Rectangle
noOffset
=
tmpAnchor
.
GetRect
(
GetRoot
(),
GetTab
(),
MAP_100TH_MM
);
pAnchor
->
maStartOffset
.
X
()
=
withOffset
.
Left
()
-
noOffset
.
Left
();
pAnchor
->
maStartOffset
.
Y
()
=
withOffset
.
Top
()
-
noOffset
.
Top
();
}
}
// call virtual function for object type specific processing
// call virtual function for object type specific processing
DoPreProcessSdrObj
(
rDffConv
,
rSdrObj
);
DoPreProcessSdrObj
(
rDffConv
,
rSdrObj
);
}
}
...
...
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