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
d6841c12
Kaydet (Commit)
d6841c12
authored
Mar 17, 2013
tarafından
Regina Henschel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i117986 Adapt spline implementation to ODF1.2
Author: Regina Henschel
üst
7c9964d1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
+6
-7
tp_ChartType.src
chart2/source/controller/dialogs/tp_ChartType.src
+1
-1
Splines.cxx
chart2/source/view/charttypes/Splines.cxx
+0
-0
Splines.hxx
chart2/source/view/charttypes/Splines.hxx
+3
-3
CurveStyle.idl
offapi/com/sun/star/chart2/CurveStyle.idl
+2
-3
No files found.
chart2/source/controller/dialogs/tp_ChartType.src
Dosyayı görüntüle @
d6841c12
...
@@ -241,7 +241,7 @@ ModalDialog DLG_SPLINE_PROPERTIES
...
@@ -241,7 +241,7 @@ ModalDialog DLG_SPLINE_PROPERTIES
{
{
Pos = MAP_APPFONT ( POS_X_SPLINE_EXTRAS , POS_Y_SPLINES_3 ) ;
Pos = MAP_APPFONT ( POS_X_SPLINE_EXTRAS , POS_Y_SPLINES_3 ) ;
Size = MAP_APPFONT ( SPLINES_WIDTH_METRIC_TEXT , 10 ) ;
Size = MAP_APPFONT ( SPLINES_WIDTH_METRIC_TEXT , 10 ) ;
Text [ en-US ] = "~D
ata points order
" ;
Text [ en-US ] = "~D
egree of polynomials
" ;
};
};
MetricField MF_SPLINE_ORDER
MetricField MF_SPLINE_ORDER
{
{
...
...
chart2/source/view/charttypes/Splines.cxx
Dosyayı görüntüle @
d6841c12
This diff is collapsed.
Click to expand it.
chart2/source/view/charttypes/Splines.hxx
Dosyayı görüntüle @
d6841c12
...
@@ -41,13 +41,13 @@ public:
...
@@ -41,13 +41,13 @@ public:
static
void
CalculateCubicSplines
(
static
void
CalculateCubicSplines
(
const
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rPoints
const
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rPoints
,
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rResult
,
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rResult
,
sal_Int32
nGranularity
);
,
sal_
u
Int32
nGranularity
);
static
void
CalculateBSplines
(
static
void
CalculateBSplines
(
const
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rPoints
const
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rPoints
,
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rResult
,
::
com
::
sun
::
star
::
drawing
::
PolyPolygonShape3D
&
rResult
,
sal_Int32
nGranularity
,
sal_
u
Int32
nGranularity
,
sal_Int32
nSplineDepth
);
,
sal_
u
Int32
nSplineDepth
);
};
};
...
...
offapi/com/sun/star/chart2/CurveStyle.idl
Dosyayı görüntüle @
d6841c12
...
@@ -45,9 +45,8 @@ enum CurveStyle
...
@@ -45,9 +45,8 @@ enum CurveStyle
*/
*/
CUBIC_SPLINES
,
CUBIC_SPLINES
,
/**
Data
points
are
connected
via
a
smoothed
B
-
spline
curve
.
The
/**
Data
points
are
connected
via
a
parametric
,
interpolating
data
points
themselves
are
not
necessarily
part
of
to
the
B
-
spline
curve
.
curve
.
*/
*/
B_SPLINES
,
B_SPLINES
,
...
...
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