LibreOffice Module sc (master) 1
Functions
scenwnd.cxx File Reference
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/slstitm.hxx>
#include <svl/stritem.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <navipi.hxx>
#include <sc.hrc>
#include <globstr.hrc>
#include <scresid.hxx>
#include <helpids.h>
Include dependency graph for scenwnd.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (ScScenarioWindow, SelectHdl, weld::TreeView &, void)
 
 IMPL_LINK_NOARG (ScScenarioWindow, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK (ScScenarioWindow, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 IMPL_LINK (ScScenarioWindow, ContextMenuHdl, const CommandEvent &, rCEvt, bool)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( ScScenarioWindow  ,
ContextMenuHdl  ,
const CommandEvent ,
rCEvt  ,
bool   
)

Definition at line 118 of file scenwnd.cxx.

References Application::CreateBuilder().

◆ IMPL_LINK() [2/2]

IMPL_LINK ( ScScenarioWindow  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

Definition at line 98 of file scenwnd.cxx.

References vcl::KeyCode::GetCode(), KEY_DELETE, and KEY_RETURN.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( ScScenarioWindow  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 92 of file scenwnd.cxx.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( ScScenarioWindow  ,
SelectHdl  ,
weld::TreeView ,
void   
)

Definition at line 86 of file scenwnd.cxx.