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
7df90ca4
Kaydet (Commit)
7df90ca4
authored
Eki 09, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve method descriptions.
Change-Id: I25074578607dedaec9689dff9a6bb9c2fa7be56b
üst
877b66a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
9 deletions
+20
-9
XScaling.idl
offapi/com/sun/star/chart2/XScaling.idl
+20
-9
No files found.
offapi/com/sun/star/chart2/XScaling.idl
Dosyayı görüntüle @
7df90ca4
...
@@ -28,16 +28,27 @@ module com { module sun { module star { module chart2 {
...
@@ -28,16 +28,27 @@ module com { module sun { module star { module chart2 {
interface
XScaling
:
::
com
::
sun
::
star
::
uno
::
XInterface
interface
XScaling
:
::
com
::
sun
::
star
::
uno
::
XInterface
{
{
/**
needs
to
keep
relative
ordering
/**
*/
*
Given
a
numeric
value
,
return
the
scaled
value
that
conforms
double
doScaling
(
[
in
]
double
value
)
;
*
to
a
predefined
scaling
rule
.
For
instance
,
for
linear
*
scaling
,
given
a
x
value
,
the
method
may
return
a
y
value
as
*
defined
by
y
=
Ax
+
B
for
predefined
values
of
A
and
B
.
*
*
@
param
value
input
value
from
which
to
calculate
the
scaled
*
value
.
*
*
@
return
scaled
value
based
on
a
predefined
scaling
rule
.
*/
double
doScaling
(
[
in
]
double
value
)
;
/**
*
Get
an
interface
object
that
conforms
to
a
scaling
rule
that
*
is
the
reverse
of
the
original
scaling
rule
.
*
*
@
return
internface
object
that
represents
the
reversed
*
scaling
rule
.
*/
com
::
sun
::
star
::
chart2
::
XScaling
getInverseScaling
()
;
com
::
sun
::
star
::
chart2
::
XScaling
getInverseScaling
()
;
//
maybe
provide
correction
for
Min
/
Max
//
double
getMinimum
()
; ?adjust <-> min/max may not exist
//
double
getMaximum
()
;
//
...
or
better
/
additionally
?
:
provide
default
values
for
Min
&
Max
}
;
}
;
...
...
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