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
450bfadf
Kaydet (Commit)
450bfadf
authored
Haz 22, 2010
tarafından
obo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS mib16
üst
9a42f4c6
274a4d4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
FunctionAccess.idl
offapi/com/sun/star/sheet/FunctionAccess.idl
+26
-0
No files found.
offapi/com/sun/star/sheet/FunctionAccess.idl
Dosyayı görüntüle @
450bfadf
...
@@ -59,6 +59,32 @@ published service FunctionAccess
...
@@ -59,6 +59,32 @@ published service FunctionAccess
*/
*/
interface
com
::
sun
::
star
::
sheet
::
XFunctionAccess
;
interface
com
::
sun
::
star
::
sheet
::
XFunctionAccess
;
//-------------------------------------------------------------------------
/**
specifies
whether
the
function
call
is
performed
as
array
function
call
.
<
p
>
If
set
to
<
TRUE
/>
,
the
result
of
the
function
call
will
be
calculated
similar
to
array
formulas
in
a
spreadsheet
document
.
The
return
value
of
the
function
call
will
usually
be
a
sequence
of
sequences
containing
the
values
of
the
resulting
array
.
Example
:
If
the
function
ABS
is
called
for
a
3
x2
cell
range
,
the
result
will
be
a
3
x2
array
containing
the
absolute
values
of
the
numbers
contained
in
the
specified
cell
range
.
</p>
<
p
>
If
set
to
<
FALSE
/
>
,
the
result
of
the
function
call
will
be
calculated
similar
to
simple
cell
formulas
in
a
spreadsheet
document
.
The
return
value
of
the
function
call
will
usually
be
a
single
value
.
Of
course
,
some
functions
always
return
an
array
,
for
example
the
MUNIT
function
.
</p>
<
p
>
For
compatibility
with
older
versions
,
the
default
value
of
this
property
is
<
TRUE
/
>.
</
p
>
@
since
OOo
3.3
*/
[
optional
,
property
]
boolean
IsArrayFunction
;
}
;
}
;
//=============================================================================
//=============================================================================
...
...
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