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
d76b50a0
Kaydet (Commit)
d76b50a0
authored
Şub 05, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
small clean-up
Change-Id: I2bc4ff6f559eec11bcd48298e1147dbed96ee558
üst
09ada722
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
DummyXShape.cxx
chart2/source/view/main/DummyXShape.cxx
+2
-4
No files found.
chart2/source/view/main/DummyXShape.cxx
Dosyayı görüntüle @
d76b50a0
...
...
@@ -347,8 +347,10 @@ DummyPieSegment2D::DummyPieSegment2D(double fUnitCircleStartAngleDegree, double
maUnitCircleToScene
(
rUnitCircleToScene
)
{
}
void
DummyPieSegment2D
::
render
()
{
SAL_WARN
(
"chart2.opengl"
,
"render DummyPieSegment2D"
);
DummyChart
*
pChart
=
getRootShape
();
while
(
mfUnitCircleWidthAngleDegree
>
360
)
...
...
@@ -425,7 +427,6 @@ void DummyArea2D::render()
pChart
->
m_GLRender
.
SetColor
(
nColor
);
}
//render the shape
pChart
->
m_GLRender
.
RenderArea2DShape
();
}
...
...
@@ -470,8 +471,6 @@ void DummyCircle::render()
SAL_WARN
(
"chart2.opengl"
,
"missing color"
);
pChart
->
m_GLRender
.
Bubble2DShapePoint
(
maPosition
.
X
,
maPosition
.
Y
,
maSize
.
Width
,
maSize
.
Height
);
SAL_WARN
(
"chart2.opengl"
,
"Bubble Position: "
<<
maPosition
.
X
<<
","
<<
maPosition
.
Y
);
SAL_WARN
(
"chart2.opengl"
,
"Bubble Size: "
<<
maSize
.
Width
<<
","
<<
maSize
.
Height
);
pChart
->
m_GLRender
.
RenderBubble2FBO
(
GL_TRUE
);
}
...
...
@@ -618,7 +617,6 @@ void DummyRectangle::render()
std
::
map
<
OUString
,
uno
::
Any
>::
const_iterator
itr
=
maProperties
.
find
(
"Invisible"
);
if
(
itr
!=
maProperties
.
end
())
{
SAL_WARN
(
"chart2.opengl"
,
"invisble"
);
return
;
}
...
...
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