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
c6f104e0
Kaydet (Commit)
c6f104e0
authored
Ara 14, 2012
tarafından
Radek Doulik
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix emf+ rendering
Change-Id: Ib49898362f7e648a8ce9c27b5e5b4f0b2ad93afd
üst
63d116cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vclmetafileprocessor2d.cxx
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+3
-2
No files found.
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
Dosyayı görüntüle @
c6f104e0
...
...
@@ -1631,8 +1631,9 @@ namespace drawinglayer
case
PRIMITIVE2D_ID_METAFILEPRIMITIVE2D
:
{
static
bool
bUseMetaFilePrimitiveDecomposition
(
true
);
const
primitive2d
::
MetafilePrimitive2D
&
aMetafile
=
static_cast
<
const
primitive2d
::
MetafilePrimitive2D
&
>
(
rCandidate
);
if
(
bUseMetaFilePrimitiveDecomposition
)
if
(
bUseMetaFilePrimitiveDecomposition
&&
!
aMetafile
.
getMetaFile
().
GetUseCanvas
()
)
{
// use new Metafile decomposition
process
(
rCandidate
.
get2DDecomposition
(
getViewInformation2D
()));
...
...
@@ -1640,7 +1641,7 @@ namespace drawinglayer
else
{
// direct draw of MetaFile, use default pocessing
RenderMetafilePrimitive2D
(
static_cast
<
const
primitive2d
::
MetafilePrimitive2D
&
>
(
rCandidate
)
);
RenderMetafilePrimitive2D
(
aMetafile
);
}
break
;
...
...
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