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

Go to the source code of this file.

Functions

 IMPL_LINK (SvxToolbarConfigPage, MoveHdl, weld::Button &, rButton, void)
 
 IMPL_LINK_NOARG (SvxToolbarConfigPage, SelectToolbarEntry, weld::TreeView &, void)
 
 IMPL_LINK (SvxToolbarConfigPage, GearHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (SvxToolbarConfigPage, SelectCategory, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SvxToolbarConfigPage, AddCommandHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SvxToolbarConfigPage, RemoveCommandHdl, weld::Button &, void)
 
 IMPL_LINK (SvxToolbarConfigPage, InsertHdl, const OUString &, rIdent, void)
 
 IMPL_LINK (SvxToolbarConfigPage, ModifyItemHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (SvxToolbarConfigPage, ResetToolbarHdl, weld::Button &, void)
 
 IMPL_LINK (SvxToolbarEntriesListBox, CheckButtonHdl, const weld::TreeView::iter_col &, rRowCol, void)
 
 IMPL_LINK (SvxToolbarEntriesListBox, KeyInputHdl, const KeyEvent &, rKeyEvent, bool)
 
 IMPL_LINK (SvxToolbarConfigPage, ContentContextMenuHdl, const CommandEvent &, rCEvt, bool)
 
 IMPL_LINK (SvxToolbarConfigPage, FunctionContextMenuHdl, const CommandEvent &, rCEvt, bool)
 

Function Documentation

◆ IMPL_LINK() [1/8]

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

◆ IMPL_LINK() [2/8]

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

◆ IMPL_LINK() [3/8]

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

◆ IMPL_LINK() [4/8]

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

Definition at line 429 of file SvxToolbarConfigPage.cxx.

References nPos, SAL_WARN, and SvxConfigEntry::SetUserDefined().

◆ IMPL_LINK() [5/8]

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

◆ IMPL_LINK() [6/8]

IMPL_LINK ( SvxToolbarConfigPage  ,
MoveHdl  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 217 of file SvxToolbarConfigPage.cxx.

◆ IMPL_LINK() [7/8]

IMPL_LINK ( SvxToolbarEntriesListBox  ,
CheckButtonHdl  ,
const weld::TreeView::iter_col ,
rRowCol  ,
void   
)

Definition at line 824 of file SvxToolbarConfigPage.cxx.

References m_xControl.

◆ IMPL_LINK() [8/8]

IMPL_LINK ( SvxToolbarEntriesListBox  ,
KeyInputHdl  ,
const KeyEvent ,
rKeyEvent  ,
bool   
)

◆ IMPL_LINK_NOARG() [1/5]

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

Definition at line 422 of file SvxToolbarConfigPage.cxx.

◆ IMPL_LINK_NOARG() [2/5]

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

Definition at line 424 of file SvxToolbarConfigPage.cxx.

◆ IMPL_LINK_NOARG() [3/5]

IMPL_LINK_NOARG ( SvxToolbarConfigPage  ,
ResetToolbarHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [4/5]

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

Definition at line 413 of file SvxToolbarConfigPage.cxx.

◆ IMPL_LINK_NOARG() [5/5]

IMPL_LINK_NOARG ( SvxToolbarConfigPage  ,
SelectToolbarEntry  ,
weld::TreeView ,
void   
)

Definition at line 284 of file SvxToolbarConfigPage.cxx.