defer finding dialog parent until we need it
[LibreOffice.git] / offapi / com / sun / star / sheet / opencl / OpenCLPlatform.idl
blob6f5441b37b5db6183d104d96cc9518e584ae8380
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 module com { module sun { module star { module sheet { module opencl {
12 struct OpenCLPlatform
14 /**
15 * The name of the platform as returned by OpenCL
17 string Name;
19 string Vendor;
21 sequence< OpenCLDevice > Devices;
24 }; }; }; }; };
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */