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
ec669293
Kaydet (Commit)
ec669293
authored
Agu 05, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
This was my debug code and is no longer relevant. Let's remove this.
Change-Id: Idcf8890af737adf302866c78101dd00398397a3c
üst
97bda8e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
ChartView.cxx
chart2/source/view/main/ChartView.cxx
+0
-29
No files found.
chart2/source/view/main/ChartView.cxx
Dosyayı görüntüle @
ec669293
...
@@ -127,31 +127,6 @@ namespace {
...
@@ -127,31 +127,6 @@ namespace {
class
theExplicitValueProviderUnoTunnelId
:
public
rtl
::
Static
<
UnoTunnelIdInit
,
theExplicitValueProviderUnoTunnelId
>
{};
class
theExplicitValueProviderUnoTunnelId
:
public
rtl
::
Static
<
UnoTunnelIdInit
,
theExplicitValueProviderUnoTunnelId
>
{};
#if ENABLE_GL3D_BARCHART
/**
* Only used for initial debugging of the new GL chart (until we can
* visualize it).
*/
void
debugGL3DOutput
(
ChartModel
&
rModel
)
{
uno
::
Reference
<
XDiagram
>
xDiagram
=
rModel
.
getFirstDiagram
();
if
(
!
xDiagram
.
is
())
return
;
try
{
uno
::
Reference
<
beans
::
XPropertySet
>
xPropSet
(
xDiagram
,
uno
::
UNO_QUERY_THROW
);
bool
bRoundedEdge
=
false
;
xPropSet
->
getPropertyValue
(
CHART_UNONAME_ROUNDED_EDGE
)
>>=
bRoundedEdge
;
SAL_INFO
(
"chart2.barchart3D"
,
"GL3D: rounded edge = "
<<
bRoundedEdge
);
}
catch
(...)
{}
}
#endif
}
}
class
GL2DRenderer
:
public
IRenderer
class
GL2DRenderer
:
public
IRenderer
...
@@ -2502,10 +2477,6 @@ void ChartView::createShapes()
...
@@ -2502,10 +2477,6 @@ void ChartView::createShapes()
maTimeBased
.
bTimeBased
=
true
;
maTimeBased
.
bTimeBased
=
true
;
}
}
#if ENABLE_GL3D_BARCHART
debugGL3DOutput
(
mrChartModel
);
#endif
//make sure add-in is refreshed after creating the shapes
//make sure add-in is refreshed after creating the shapes
const
::
comphelper
::
ScopeGuard
aGuard
(
boost
::
bind
(
&
ChartView
::
impl_refreshAddIn
,
this
)
);
const
::
comphelper
::
ScopeGuard
aGuard
(
boost
::
bind
(
&
ChartView
::
impl_refreshAddIn
,
this
)
);
if
(
impl_AddInDrawsAllByItself
()
)
if
(
impl_AddInDrawsAllByItself
()
)
...
...
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