LibreOffice Module cui (master) 1
Functions
SvxMenuConfigPage.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <cui/dlgname.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <vcl/commandevent.hxx>
#include <strings.hrc>
#include <helpids.h>
#include <cfg.hxx>
#include <SvxMenuConfigPage.hxx>
#include <SvxConfigPageHelper.hxx>
#include <dialmgr.hxx>
#include <comphelper/processfactory.hxx>
Include dependency graph for SvxMenuConfigPage.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK (SvxMenuConfigPage, MenuEntriesSizeAllocHdl, const Size &, rSize, void)
 
 IMPL_LINK_NOARG (SvxMenuConfigPage, SelectMenuEntry, weld::TreeView &, void)
 
 IMPL_LINK (SvxMenuConfigPage, GearHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (SvxMenuConfigPage, SelectCategory, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SvxMenuConfigPage, AddCommandHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SvxMenuConfigPage, RemoveCommandHdl, weld::Button &, void)
 
 IMPL_LINK (SvxMenuConfigPage, InsertHdl, const OUString &, rIdent, void)
 
 IMPL_LINK (SvxMenuConfigPage, ModifyItemHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (SvxMenuConfigPage, ResetMenuHdl, weld::Button &, void)
 
 IMPL_LINK (SvxMenuConfigPage, ContentContextMenuHdl, const CommandEvent &, rCEvt, bool)
 
 IMPL_LINK (SvxMenuConfigPage, FunctionContextMenuHdl, const CommandEvent &, rCEvt, bool)
 

Function Documentation

◆ IMPL_LINK() [1/6]

IMPL_LINK ( SvxMenuConfigPage  ,
ContentContextMenuHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

◆ IMPL_LINK() [2/6]

IMPL_LINK ( SvxMenuConfigPage  ,
FunctionContextMenuHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

◆ IMPL_LINK() [3/6]

IMPL_LINK ( SvxMenuConfigPage  ,
GearHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK() [4/6]

IMPL_LINK ( SvxMenuConfigPage  ,
InsertHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK() [5/6]

IMPL_LINK ( SvxMenuConfigPage  ,
MenuEntriesSizeAllocHdl  ,
const Size ,
rSize  ,
void   
)

◆ IMPL_LINK() [6/6]

IMPL_LINK ( SvxMenuConfigPage  ,
ModifyItemHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK_NOARG() [1/5]

IMPL_LINK_NOARG ( SvxMenuConfigPage  ,
AddCommandHdl  ,
weld::Button ,
void   
)

Definition at line 354 of file SvxMenuConfigPage.cxx.

References weld::TreeView::get_id(), and nPos.

◆ IMPL_LINK_NOARG() [2/5]

IMPL_LINK_NOARG ( SvxMenuConfigPage  ,
RemoveCommandHdl  ,
weld::Button ,
void   
)

Definition at line 364 of file SvxMenuConfigPage.cxx.

◆ IMPL_LINK_NOARG() [3/5]

IMPL_LINK_NOARG ( SvxMenuConfigPage  ,
ResetMenuHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [4/5]

IMPL_LINK_NOARG ( SvxMenuConfigPage  ,
SelectCategory  ,
weld::ComboBox ,
void   
)

Definition at line 345 of file SvxMenuConfigPage.cxx.

◆ IMPL_LINK_NOARG() [5/5]

IMPL_LINK_NOARG ( SvxMenuConfigPage  ,
SelectMenuEntry  ,
weld::TreeView ,
void   
)

Definition at line 146 of file SvxMenuConfigPage.cxx.