LibreOffice Module cui (master) 1
Classes | Typedefs
macropg.hxx File Reference
#include <sfx2/basedlgs.hxx>
#include <sfx2/tabdlg.hxx>
#include <com/sun/star/container/XNameReplace.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <rtl/ustring.hxx>
#include <unotools/resmgr.hxx>
#include <unordered_map>
#include <vector>
Include dependency graph for macropg.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EventDisplayName
 
class  SvxMacroTabPage_
 
class  SvxMacroTabPage
 
class  SvxMacroAssignSingleTabDialog
 
class  SvxMacroAssignDlg
 

Typedefs

typedef std::pair< OUString, OUString > EventPair
 
typedef std::unordered_map< OUString, EventPairEventsHash
 
typedef WhichRangesContainer(* GetTabPageRanges) ()
 

Typedef Documentation

◆ EventPair

typedef std::pair<OUString, OUString> EventPair

Definition at line 33 of file macropg.hxx.

◆ EventsHash

typedef std::unordered_map<OUString, EventPair> EventsHash

Definition at line 34 of file macropg.hxx.

◆ GetTabPageRanges

typedef WhichRangesContainer(* GetTabPageRanges) ()

Definition at line 109 of file macropg.hxx.