|
LibreOffice Module cui (master) 1
|
#include <memory>#include <sfx2/basedlgs.hxx>#include <vcl/weld.hxx>#include <com/sun/star/beans/XPropertySet.hpp>#include <com/sun/star/script/browse/XBrowseNode.hpp>#include <com/sun/star/frame/XModel.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | CuiInputDialog |
| class | SFEntry |
| class | SvxScriptOrgDialog |
| class | SvxScriptErrorDialog |
| struct | SvxScriptErrorDialog::DialogData |
Macros | |
| #define | OBJTYPE_METHOD 2L |
| #define | OBJTYPE_SCRIPTCONTAINER 3L |
| #define | OBJTYPE_SFROOT 4L |
Typedefs | |
| typedef std::unordered_map< OUString, OUString > | Selection_hash |
Enumerations | |
| enum class | InputDialogMode { NEWLIB = 1 , NEWMACRO = 2 , RENAME = 3 } |
| #define OBJTYPE_METHOD 2L |
Definition at line 33 of file scriptdlg.hxx.
| #define OBJTYPE_SCRIPTCONTAINER 3L |
Definition at line 34 of file scriptdlg.hxx.
| #define OBJTYPE_SFROOT 4L |
Definition at line 35 of file scriptdlg.hxx.
| typedef std::unordered_map< OUString, OUString > Selection_hash |
Definition at line 37 of file scriptdlg.hxx.
|
strong |
| Enumerator | |
|---|---|
| NEWLIB | |
| NEWMACRO | |
| RENAME | |
Definition at line 41 of file scriptdlg.hxx.