LibreOffice Module sc (master) 1
|
#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>
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) | |
IMPL_LINK | ( | ScScenarioWindow | , |
ContextMenuHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 118 of file scenwnd.cxx.
References Application::CreateBuilder().
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 | ( | ScScenarioWindow | , |
DoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 92 of file scenwnd.cxx.
IMPL_LINK_NOARG | ( | ScScenarioWindow | , |
SelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 86 of file scenwnd.cxx.