LibreOffice
LibreOffice 24.2 SDK API Reference
XToolkitExperimental.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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  */
9 
10 module com { module sun { module star { module awt {
11 
16 {
19  void processEventsToIdle();
20 
23  hyper getOpenGLBufferSwapCounter();
24 
27  void setDeterministicScheduling([in] boolean bDeterministicMode);
28 
31  void pause([in] long nMilliseconds);
32 
37  void startRecording();
38 
43  void stopRecording();
44 
52  sequence<string> getRecordingAndClear();
53 
56  void waitUntilAllIdlesDispatched();
57 };
58 
59 }; }; }; };
60 
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:20
Provides a unified interface for the new-style service Toolkit to implement.
Definition: XToolkit3.idl:30
Work in progress, don&#39;t use unless you know what you are doing.
Definition: XToolkitExperimental.idl:15