LibreOffice
LibreOffice 7.1 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#ifndef __com_sun_star_awt_XToolkitExperimental_idl__
11#define __com_sun_star_awt_XToolkitExperimental_idl__
12
14
15module com { module sun { module star { module awt {
16
21{
25
29
32 void setDeterministicScheduling([in] boolean bDeterministicMode);
33
36 void pause([in] long nMilliseconds);
37
43
49
57 sequence<string> getRecordingAndClear();
58
59};
60
61}; }; }; };
62
63#endif
64
65/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Provides a unified interface for the new-style service Toolkit to implement.
Definition: XToolkit2.idl:40
Work in progress, don't use unless you know what you are doing.
Definition: XToolkitExperimental.idl:21
void stopRecording()
Stop time logging.
sequence< string > getRecordingAndClear()
Query time logs and clear recording.
void processEventsToIdle()
Process all pending idle events.
void setDeterministicScheduling([in] boolean bDeterministicMode)
Turn on or off deterministic scheduling (off is the default).
hyper getOpenGLBufferSwapCounter()
Get the number of OpenGL buffer swaps.
void startRecording()
Start time logging.
void pause([in] long nMilliseconds)
Pause the main thread of LibreOffice for the requested amount of time.
Definition: Ambiguous.idl:22