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
9dab243b
Kaydet (Commit)
9dab243b
authored
Kas 18, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mention how the new OpenCL configuration relates to this API
Change-Id: I0e5b8d7a6cca469efb263d0037b87e0a9475371e
üst
63d8977f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
XOpenCLSelection.idl
offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
+9
-2
No files found.
offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
Dosyayı görüntüle @
9dab243b
...
@@ -15,12 +15,19 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface
...
@@ -15,12 +15,19 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface
{
{
/**
/**
*
Returns
true
if
calculation
with
OpenCL
is
enabled
*
Returns
true
if
calculation
with
OpenCL
is
enabled
(
at
all
)
.
*
The
actual
use
of
OpenCL
for
a
formula
is
also
affected
by
the
*
configuration
settings
specifying
whether
OpenCL
is
used
for
*
all
opcodes
or
just
for
a
subset
,
and
the
black
-
and
whitelists
*
of
OpenCL
implementations
that
are
in
use
.
*/
*/
boolean
isOpenCLEnabled
()
;
boolean
isOpenCLEnabled
()
;
/**
/**
*
Enables
or
disables
OpenCL
*
Enables
or
disables
use
of
OpenCL
for
calculations
.
When
using
*
this
API
to
enable
OpenCL
the
configuration
parameters
are
set
*
to
their
built
-
in
default
values
,
not
ones
read
from
the
*
installation
of
user
-
specific
configuration
.
*/
*/
void
enableOpenCL
(
[
in
]
boolean
enable
)
;
void
enableOpenCL
(
[
in
]
boolean
enable
)
;
...
...
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