LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
12 module
com { module sun { module star { module sheet { module opencl {
boolean isOpenCLEnabled()
Returns true if calculation with OpenCL is enabled (at all).
long getPlatformID()
returns the index of the platform of the currently selected device.
void disableAutomaticDeviceSelection()
Disables automatic OpenCL Device Selection.
long getFormulaCellNumberLimit()
void enableOpcodeSubsetTest()
sequence< OpenCLPlatform > getOpenCLPlatforms()
lists all OpenCL devices and platforms
void selectOpenCLDevice([in] long platform, [in] long device)
Select the OpenCL device with the given platform and device number.
void setFormulaCellNumberLimit([in] long number)
Definition: XOpenCLSelection.idl:15
void enableOpenCL([in] boolean enable)
Enables or disables use of OpenCL for calculations.
Definition: Ambiguous.idl:22
boolean isOpcodeSubsetTested()
base interface of all UNO interfaces
Definition: XInterface.idl:48
void disableOpcodeSubsetTest()
void enableAutomaticDeviceSelection([in] boolean force)
Enables automatic OpenCL Device Selection.
long getDeviceID()
returns the index of the currently selected device.