|
LibreOffice Module sfx2 (master) 1
|
#include <memory>#include <rtl/ustring.hxx>#include <sal/config.h>#include <sal/types.h>#include <sfx2/dllapi.h>#include <sfx2/msg.hxx>#include <sfx2/toolbarids.hxx>Go to the source code of this file.
Classes | |
| class | SfxInterface |
Macros | |
| #define | SFX_OBJECTBAR_APPLICATION 0 |
| #define | SFX_OBJECTBAR_OBJECT 1 |
| #define | SFX_OBJECTBAR_TOOLS 2 |
| #define | SFX_OBJECTBAR_MACRO 3 |
| #define | SFX_OBJECTBAR_FULLSCREEN 4 |
| #define | SFX_OBJECTBAR_RECORDING 5 |
| #define | SFX_OBJECTBAR_COMMONTASK 6 |
| #define | SFX_OBJECTBAR_OPTIONS 7 |
| #define | SFX_OBJECTBAR_NAVIGATION 12 |
| #define | SFX_OBJECTBAR_MAX 13 |
Enumerations | |
| enum class | StatusBarId : sal_uInt32 { None = 0 , GenericStatusBar = 4 , WriterStatusBar = 20013 , MathStatusBar = 20816 , DrawStatusBar = 23007 , CalcStatusBar = 26005 , BasicIdeStatusBar = 30805 } |
| #define SFX_OBJECTBAR_APPLICATION 0 |
Definition at line 33 of file objface.hxx.
| #define SFX_OBJECTBAR_COMMONTASK 6 |
Definition at line 39 of file objface.hxx.
| #define SFX_OBJECTBAR_FULLSCREEN 4 |
Definition at line 37 of file objface.hxx.
| #define SFX_OBJECTBAR_MACRO 3 |
Definition at line 36 of file objface.hxx.
| #define SFX_OBJECTBAR_MAX 13 |
Definition at line 42 of file objface.hxx.
| #define SFX_OBJECTBAR_NAVIGATION 12 |
Definition at line 41 of file objface.hxx.
| #define SFX_OBJECTBAR_OBJECT 1 |
Definition at line 34 of file objface.hxx.
| #define SFX_OBJECTBAR_OPTIONS 7 |
Definition at line 40 of file objface.hxx.
| #define SFX_OBJECTBAR_RECORDING 5 |
Definition at line 38 of file objface.hxx.
| #define SFX_OBJECTBAR_TOOLS 2 |
Definition at line 35 of file objface.hxx.
|
strong |
| Enumerator | |
|---|---|
| None | |
| GenericStatusBar | |
| WriterStatusBar | |
| MathStatusBar | |
| DrawStatusBar | |
| CalcStatusBar | |
| BasicIdeStatusBar | |
Definition at line 44 of file objface.hxx.