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
b6ba651f
Kaydet (Commit)
b6ba651f
authored
Şub 03, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bin silly inline versioning comments
Change-Id: Ie1c9a52702268bf1d1d9c8836d6dc538176f70d4
üst
eeb840d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
DummyXShape.hxx
chart2/source/view/inc/DummyXShape.hxx
+0
-5
DummyXShape.cxx
chart2/source/view/main/DummyXShape.cxx
+0
-3
No files found.
chart2/source/view/inc/DummyXShape.hxx
Dosyayı görüntüle @
b6ba651f
...
@@ -79,11 +79,6 @@
...
@@ -79,11 +79,6 @@
#include <GL/glu.h>
#include <GL/glu.h>
#include <GL/glext.h>
#include <GL/glext.h>
#endif
#endif
//[mod] by gaowei
//[mod] by gaowei end
class
SystemWindow
;
class
SystemWindow
;
class
SystemChildWindow
;
class
SystemChildWindow
;
...
...
chart2/source/view/main/DummyXShape.cxx
Dosyayı görüntüle @
b6ba651f
...
@@ -1244,7 +1244,6 @@ void DummyChart::setSize( const awt::Size& aSize )
...
@@ -1244,7 +1244,6 @@ void DummyChart::setSize( const awt::Size& aSize )
pWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
pWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
#else
#else
//[Mod] GaoWei
SAL_WARN
(
"chart2.opengl"
,
"DummyChart::setSize()---aSize.Width = "
<<
aSize
.
Width
<<
", aSize.Height = "
<<
aSize
.
Height
);
SAL_WARN
(
"chart2.opengl"
,
"DummyChart::setSize()---aSize.Width = "
<<
aSize
.
Width
<<
", aSize.Height = "
<<
aSize
.
Height
);
// DummyXShape::setSize(aSize);
// DummyXShape::setSize(aSize);
// mpWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
// mpWindow->SetSizePixel(Size(aSize.Width, aSize.Height));
...
@@ -1260,8 +1259,6 @@ void DummyChart::setSize( const awt::Size& aSize )
...
@@ -1260,8 +1259,6 @@ void DummyChart::setSize( const awt::Size& aSize )
m_GLRender
.
SetHeight
(
height
);
m_GLRender
.
SetHeight
(
height
);
SAL_WARN
(
"chart2.opengl"
,
"DummyChart::GLRender.Width = "
<<
width
<<
", GLRender.Height = "
<<
height
);
SAL_WARN
(
"chart2.opengl"
,
"DummyChart::GLRender.Width = "
<<
width
<<
", GLRender.Height = "
<<
height
);
#endif
#endif
//[mod] by gaowei end
}
}
void
DummyChart
::
render
()
void
DummyChart
::
render
()
...
...
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