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
4b243d22
Kaydet (Commit)
4b243d22
authored
Nis 06, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whitespace cleanup in chart2
Change-Id: I85fdb62ff0e6606e2ac8537f477e7cb5bec3827a
üst
c4c51709
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
14 deletions
+0
-14
ItemConverter.hxx
chart2/source/controller/inc/ItemConverter.hxx
+0
-2
ChartController.cxx
chart2/source/controller/main/ChartController.cxx
+0
-2
BarChart.cxx
chart2/source/view/charttypes/BarChart.cxx
+0
-2
AbstractShapeFactory.hxx
chart2/source/view/inc/AbstractShapeFactory.hxx
+0
-2
ShapeFactory.hxx
chart2/source/view/inc/ShapeFactory.hxx
+0
-2
VSeriesPlotter.hxx
chart2/source/view/inc/VSeriesPlotter.hxx
+0
-2
ShapeFactory.cxx
chart2/source/view/main/ShapeFactory.cxx
+0
-2
No files found.
chart2/source/controller/inc/ItemConverter.hxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -164,8 +164,6 @@ protected:
virtual
bool
ApplySpecialItem
(
sal_uInt16
nWhichId
,
const
SfxItemSet
&
rItemSet
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
/// Returns the pool
SfxItemPool
&
GetItemPool
()
const
;
...
...
chart2/source/controller/main/ChartController.cxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -62,8 +62,6 @@
// header for define RET_OK
#include <vcl/msgbox.hxx>
#include <toolkit/awt/vclxwindow.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/svapp.hxx>
...
...
chart2/source/view/charttypes/BarChart.cxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -721,8 +721,6 @@ void BarChart::createShapes()
}
aSeriesFormerPointMap
[
pSeries
]
=
FormerBarPoint
(
fLogicX
,
fUpperYValue
,
fLowerYValue
,
fLogicZ
);
if
(
bDrawConnectionLines
)
{
//store point information for connection lines
...
...
chart2/source/view/inc/AbstractShapeFactory.hxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -84,8 +84,6 @@ public:
::
com
::
sun
::
star
::
drawing
::
XShapes
>&
xTarget
,
const
OUString
&
aName
=
OUString
()
)
=
0
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
createCube
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShapes
>&
xTarget
...
...
chart2/source/view/inc/ShapeFactory.hxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -44,8 +44,6 @@ public:
::
com
::
sun
::
star
::
drawing
::
XShapes
>&
xTarget
,
const
OUString
&
aName
=
OUString
()
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>
createCube
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShapes
>&
xTarget
...
...
chart2/source/view/inc/VSeriesPlotter.hxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -176,8 +176,6 @@ public:
virtual
long
calculateTimeResolutionOnXAxis
()
SAL_OVERRIDE
;
virtual
void
setTimeResolutionOnXAxis
(
long
nTimeResolution
,
const
Date
&
rNullDate
)
SAL_OVERRIDE
;
void
getMinimumAndMaximiumX
(
double
&
rfMinimum
,
double
&
rfMaximum
)
const
;
void
getMinimumAndMaximiumYInContinuousXRange
(
double
&
rfMinY
,
double
&
rfMaxY
,
double
fMinX
,
double
fMaxX
,
sal_Int32
nAxisIndex
)
const
;
...
...
chart2/source/view/main/ShapeFactory.cxx
Dosyayı görüntüle @
4b243d22
...
...
@@ -747,8 +747,6 @@ drawing::PolyPolygonBezierCoords getCircularArcBezierCoords(
drawing
::
PointSequence
aPoints
(
nPointCount
);
drawing
::
FlagSequence
aFlags
(
nPointCount
);
//!! applying matrix to vector does ignore translation, so it is important to use a B2DPoint here instead of B2DVector
::
basegfx
::
B2DPoint
P0
,
P1
,
P2
,
P3
;
...
...
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