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
5c60dab3
Kaydet (Commit)
5c60dab3
authored
Ara 31, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add some warnings to non-implemented features
Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b
üst
e61fe35e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gdiimpl.cxx
vcl/opengl/gdiimpl.cxx
+4
-4
No files found.
vcl/opengl/gdiimpl.cxx
Dosyayı görüntüle @
5c60dab3
...
@@ -1396,11 +1396,11 @@ void OpenGLSalGraphicsImpl::invert(
...
@@ -1396,11 +1396,11 @@ void OpenGLSalGraphicsImpl::invert(
if
(
nFlags
&
SAL_INVERT_TRACKFRAME
)
if
(
nFlags
&
SAL_INVERT_TRACKFRAME
)
{
{
SAL_WARN
(
"vcl.opengl"
,
"check where this call is coming from! NOT IMPLEMENTED YET!"
);
}
}
else
if
(
nFlags
&
SAL_INVERT_50
)
else
if
(
nFlags
&
SAL_INVERT_50
)
{
{
SAL_WARN
(
"vcl.opengl"
,
"check where this call is coming from! NOT IMPLEMENTED YET!"
);
}
}
else
// just invert
else
// just invert
{
{
...
@@ -1417,11 +1417,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, const SalPoint* pPtAry,
...
@@ -1417,11 +1417,11 @@ void OpenGLSalGraphicsImpl::invert( sal_uInt32 nPoints, const SalPoint* pPtAry,
if
(
nFlags
&
SAL_INVERT_TRACKFRAME
)
if
(
nFlags
&
SAL_INVERT_TRACKFRAME
)
{
{
SAL_WARN
(
"vcl.opengl"
,
"check where this call is coming from! NOT IMPLEMENTED YET!"
);
}
}
else
if
(
nFlags
&
SAL_INVERT_50
)
else
if
(
nFlags
&
SAL_INVERT_50
)
{
{
SAL_WARN
(
"vcl.opengl"
,
"check where this call is coming from! NOT IMPLEMENTED YET!"
);
}
}
else
// just invert
else
// just invert
{
{
...
...
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