LibreOffice Module cui (master) 1
Classes | Macros | Typedefs | Enumerations
scriptdlg.hxx File Reference
#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>
Include dependency graph for scriptdlg.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ OBJTYPE_METHOD

#define OBJTYPE_METHOD   2L

Definition at line 33 of file scriptdlg.hxx.

◆ OBJTYPE_SCRIPTCONTAINER

#define OBJTYPE_SCRIPTCONTAINER   3L

Definition at line 34 of file scriptdlg.hxx.

◆ OBJTYPE_SFROOT

#define OBJTYPE_SFROOT   4L

Definition at line 35 of file scriptdlg.hxx.

Typedef Documentation

◆ Selection_hash

typedef std::unordered_map< OUString, OUString > Selection_hash

Definition at line 37 of file scriptdlg.hxx.

Enumeration Type Documentation

◆ InputDialogMode

enum class InputDialogMode
strong
Enumerator
NEWLIB 
NEWMACRO 
RENAME 

Definition at line 41 of file scriptdlg.hxx.