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
06e20968
Kaydet (Commit)
06e20968
authored
Haz 18, 2013
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adapt the comment not to speak about things that are not
Change-Id: Id287e9fd82baed87be4b5f280e397287f4e1006d
üst
2152a412
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
salgdi_gdiplus.cxx
vcl/win/source/gdi/salgdi_gdiplus.cxx
+3
-3
No files found.
vcl/win/source/gdi/salgdi_gdiplus.cxx
Dosyayı görüntüle @
06e20968
...
...
@@ -197,9 +197,9 @@ bool WinSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly
// by the user and thus happens. This call can only come (currently) from
// OutputDevice::DrawTransparent, see comments there with the same TaskID.
// If it is used, the mapping for the printer is wrong and needs to be corrected. I
// checked that there is *no* transformation set
(testcode commented out below) and
//
estimated that a stable factor dependent of the printer's DPI is used. Create
//
and set a transformation here to correct this
// checked that there is *no* transformation set
and estimated that a stable factor
//
dependent of the printer's DPI is used. Create and set a transformation here to
//
correct this.
Gdiplus
::
REAL
aDpiX
;
Gdiplus
::
DllExports
::
GdipGetDpiX
(
pGraphics
,
&
aDpiX
);
Gdiplus
::
REAL
aDpiY
;
...
...
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