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
9dcd9dad
Kaydet (Commit)
9dcd9dad
authored
Ock 11, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Ock 29, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
log the render calls
Change-Id: Ic502f5d7d8036b60364b32434ad95de1eb8879c8
üst
0f8ed13f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
DummyXShape.cxx
chart2/source/view/main/DummyXShape.cxx
+6
-0
No files found.
chart2/source/view/main/DummyXShape.cxx
Dosyayı görüntüle @
9dcd9dad
...
...
@@ -366,6 +366,7 @@ DummyArea2D::DummyArea2D(const drawing::PointSequenceSequence& rShape):
void
DummyArea2D
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render DummyArea2D"
);
DummyChart
*
pChart
=
getRootShape
();
sal_Int32
nPointssCount
=
maShapes
.
getLength
();
for
(
sal_Int32
i
=
0
;
i
<
nPointssCount
;
i
++
)
...
...
@@ -406,6 +407,7 @@ DummyCircle::DummyCircle(const awt::Point& rPos, const awt::Size& rSize)
void
DummyCircle
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render DummyCircle"
);
debugProperties
(
maProperties
);
DummyChart
*
pChart
=
getRootShape
();
std
::
map
<
OUString
,
uno
::
Any
>::
const_iterator
itr
=
maProperties
.
find
(
"FillColor"
);
...
...
@@ -560,6 +562,7 @@ DummyRectangle::DummyRectangle(const awt::Size& rSize, const awt::Point& rPoint,
void
DummyRectangle
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render DummyRectangle"
);
debugProperties
(
maProperties
);
DummyChart
*
pChart
=
getRootShape
();
std
::
map
<
OUString
,
uno
::
Any
>::
const_iterator
itr
=
maProperties
.
find
(
"FillColor"
);
...
...
@@ -644,6 +647,7 @@ private:
void
DummyText
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render DummyText"
);
debugProperties
(
maProperties
);
Font
aFont
;
...
...
@@ -783,6 +787,7 @@ uno::Any DummyXShapes::getByIndex(sal_Int32 nIndex)
void
DummyXShapes
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render DummyShapes"
);
for
(
std
::
vector
<
DummyXShape
*>::
iterator
itr
=
maShapes
.
begin
(),
itrEnd
=
maShapes
.
end
();
itr
!=
itrEnd
;
++
itr
)
{
...
...
@@ -1203,6 +1208,7 @@ void DummyChart::setSize( const awt::Size& aSize )
void
DummyChart
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render chart"
);
m_GLRender
.
prepareToRender
();
DummyXShapes
::
render
();
m_GLRender
.
renderToBitmap
();
...
...
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