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
b8e85c6a
Kaydet (Commit)
b8e85c6a
authored
Şub 20, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:subtlezeroinit: chart2
Change-Id: I9012f97b188195140504dacb262c212d46df675a
üst
db760ac6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
tp_DataSourceControls.cxx
chart2/source/controller/dialogs/tp_DataSourceControls.cxx
+1
-1
WrappedPropertySet.cxx
chart2/source/tools/WrappedPropertySet.cxx
+1
-1
GL3DBarChart.cxx
chart2/source/view/charttypes/GL3DBarChart.cxx
+1
-1
PieChart.cxx
chart2/source/view/charttypes/PieChart.cxx
+1
-1
OpenglShapeFactory.cxx
chart2/source/view/main/OpenglShapeFactory.cxx
+1
-1
No files found.
chart2/source/controller/dialogs/tp_DataSourceControls.cxx
Dosyayı görüntüle @
b8e85c6a
...
...
@@ -37,7 +37,7 @@ VCL_BUILDER_FACTORY_CONSTRUCTOR(SeriesListBox, 0)
SvTreeListEntry
*
SeriesListBox
::
CreateEntry
()
const
{
return
new
SeriesEntry
()
;
return
new
SeriesEntry
;
}
}
// namespace chart
...
...
chart2/source/tools/WrappedPropertySet.cxx
Dosyayı görüntüle @
b8e85c6a
...
...
@@ -426,7 +426,7 @@ tWrappedPropertyMap& WrappedPropertySet::getWrappedPropertyMap()
if
(
!
p
)
{
std
::
vector
<
WrappedProperty
*
>
aPropList
(
createWrappedProperties
()
);
p
=
new
tWrappedPropertyMap
()
;
p
=
new
tWrappedPropertyMap
;
for
(
std
::
vector
<
WrappedProperty
*
>::
const_iterator
aIt
=
aPropList
.
begin
();
aIt
!=
aPropList
.
end
();
++
aIt
)
{
...
...
chart2/source/view/charttypes/GL3DBarChart.cxx
Dosyayı görüntüle @
b8e85c6a
...
...
@@ -504,7 +504,7 @@ GL3DBarChart::GL3DBarChart(
mpWindow
(
pWindow
),
mpCamera
(
nullptr
),
mbValidContext
(
true
),
mpTextCache
(
new
opengl3D
::
TextCache
()
),
mpTextCache
(
new
opengl3D
::
TextCache
),
mnMaxX
(
0
),
mnMaxY
(
0
),
mnDistance
(
0.0
),
...
...
chart2/source/view/charttypes/PieChart.cxx
Dosyayı görüntüle @
b8e85c6a
...
...
@@ -648,7 +648,7 @@ void PieChart::createShapes()
std
::
unique_ptr
<
tPropertyNameValueMap
>
apOverwritePropertiesMap
(
nullptr
);
if
(
!
pSeries
->
hasPointOwnColor
(
nPointIndex
)
&&
m_xColorScheme
.
is
())
{
apOverwritePropertiesMap
.
reset
(
new
tPropertyNameValueMap
()
);
apOverwritePropertiesMap
.
reset
(
new
tPropertyNameValueMap
);
(
*
apOverwritePropertiesMap
)[
"FillColor"
]
<<=
m_xColorScheme
->
getColorByIndex
(
nPointIndex
);
}
...
...
chart2/source/view/main/OpenglShapeFactory.cxx
Dosyayı görüntüle @
b8e85c6a
...
...
@@ -61,7 +61,7 @@ namespace chart
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
opengl
::
OpenglShapeFactory
*
getOpenglShapeFactory
()
{
return
new
opengl
::
OpenglShapeFactory
()
;}
{
return
new
opengl
::
OpenglShapeFactory
;}
}
using
dummy
::
DummyCylinder
;
...
...
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