LibreOffice Module cui (master) 1
|
#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>
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, EventPair > | EventsHash |
typedef WhichRangesContainer(* | GetTabPageRanges) () |
typedef std::pair<OUString, OUString> EventPair |
Definition at line 33 of file macropg.hxx.
typedef std::unordered_map<OUString, EventPair> EventsHash |
Definition at line 34 of file macropg.hxx.
typedef WhichRangesContainer(* GetTabPageRanges) () |
Definition at line 109 of file macropg.hxx.