|
LibreOffice Module vcl (master) 1
|
#include <unordered_map>#include <Block.h>#include <osl/thread.h>#include "saltimer.h"#include <salframe.hxx>#include <tools/debug.hxx>Go to the source code of this file.
Classes | |
| union | RuninmainResult |
| Runs a command in the main thread. More... | |
Macros | |
| #define | OSX_RUNINMAIN_MEMBERS |
| #define | OSX_RUNINMAIN(instance, command) |
| #define | OSX_RUNINMAIN_POINTER(instance, command, type) |
| #define | OSX_RUNINMAIN_UNION(instance, command, member) |
| #define | OSX_INST_RUNINMAIN(command) OSX_RUNINMAIN( this, command ) |
| convenience macros used from SalInstance More... | |
| #define | OSX_INST_RUNINMAIN_POINTER(command, type) OSX_RUNINMAIN_POINTER( this, command, type ) |
| #define | OSX_INST_RUNINMAIN_UNION(command, member) OSX_RUNINMAIN_UNION( this, command, member ) |
| #define | OSX_SALDATA_RUNINMAIN(command) OSX_RUNINMAIN( GetSalData()->mpInstance, command ) |
| convenience macros using global SalData More... | |
| #define | OSX_SALDATA_RUNINMAIN_POINTER(command, type) OSX_RUNINMAIN_POINTER( GetSalData()->mpInstance, command, type ) |
| #define | OSX_SALDATA_RUNINMAIN_UNION(command, member) OSX_RUNINMAIN_UNION( GetSalData()->mpInstance, command, member ) |
| #define OSX_INST_RUNINMAIN | ( | command | ) | OSX_RUNINMAIN( this, command ) |
convenience macros used from SalInstance
Definition at line 151 of file runinmain.hxx.
| #define OSX_INST_RUNINMAIN_POINTER | ( | command, | |
| type | |||
| ) | OSX_RUNINMAIN_POINTER( this, command, type ) |
Definition at line 154 of file runinmain.hxx.
| #define OSX_INST_RUNINMAIN_UNION | ( | command, | |
| member | |||
| ) | OSX_RUNINMAIN_UNION( this, command, member ) |
Definition at line 157 of file runinmain.hxx.
| #define OSX_RUNINMAIN | ( | instance, | |
| command | |||
| ) |
Definition at line 69 of file runinmain.hxx.
| #define OSX_RUNINMAIN_MEMBERS |
Definition at line 60 of file runinmain.hxx.
| #define OSX_RUNINMAIN_POINTER | ( | instance, | |
| command, | |||
| type | |||
| ) |
Definition at line 95 of file runinmain.hxx.
| #define OSX_RUNINMAIN_UNION | ( | instance, | |
| command, | |||
| member | |||
| ) |
Definition at line 121 of file runinmain.hxx.
| #define OSX_SALDATA_RUNINMAIN | ( | command | ) | OSX_RUNINMAIN( GetSalData()->mpInstance, command ) |
convenience macros using global SalData
Definition at line 164 of file runinmain.hxx.
| #define OSX_SALDATA_RUNINMAIN_POINTER | ( | command, | |
| type | |||
| ) | OSX_RUNINMAIN_POINTER( GetSalData()->mpInstance, command, type ) |
Definition at line 167 of file runinmain.hxx.
| #define OSX_SALDATA_RUNINMAIN_UNION | ( | command, | |
| member | |||
| ) | OSX_RUNINMAIN_UNION( GetSalData()->mpInstance, command, member ) |
Definition at line 170 of file runinmain.hxx.