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
dd4ce342
Kaydet (Commit)
dd4ce342
authored
Haz 15, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no references to temporaries
Change-Id: I6c7a7b88b64ec8c0eef8eac30ea3e6e40e271f76
üst
8bb5411c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
grfmgr2.cxx
svtools/source/graphic/grfmgr2.cxx
+3
-4
No files found.
svtools/source/graphic/grfmgr2.cxx
Dosyayı görüntüle @
dd4ce342
...
...
@@ -387,7 +387,7 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut,
BitmapEx
aOutBmpEx
;
Point
aOutPt
;
Size
aOutSz
;
const
Size
&
rBmpSzPix
=
rBmpEx
.
GetSizePixel
();
const
Size
rBmpSzPix
=
rBmpEx
.
GetSizePixel
();
const
long
nW
=
rBmpSzPix
.
Width
();
const
long
nH
=
rBmpSzPix
.
Height
();
const
long
nNewW
=
aUnrotatedSzPix
.
Width
();
...
...
@@ -606,9 +606,8 @@ sal_Bool GraphicManager::ImplCreateOutput( OutputDevice* pOut,
const
double
fScaleX
=
fOutWH
/
fGrfWH
;
const
double
fScaleY
=
1.0
;
const
MapMode
&
rPrefMapMode
(
rMtf
.
GetPrefMapMode
()
);
const
Size
&
rSizePix
(
pOut
->
LogicToPixel
(
aNewSize
,
rPrefMapMode
)
);
const
MapMode
rPrefMapMode
(
rMtf
.
GetPrefMapMode
()
);
const
Size
rSizePix
(
pOut
->
LogicToPixel
(
aNewSize
,
rPrefMapMode
)
);
// taking care of font width default if scaling metafile.
// #117889# use existing metafile scan, to determine whether
...
...
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