|
LibreOffice Module sw (master) 1
|
#include <o3tl/safeint.hxx>#include <svl/stritem.hxx>#include <sfx2/fcontnr.hxx>#include <sfx2/linkmgr.hxx>#include <sfx2/dispatch.hxx>#include <sfx2/viewfrm.hxx>#include <sfx2/docfile.hxx>#include <sfx2/docfilt.hxx>#include <vcl/commandevent.hxx>#include <vcl/event.hxx>#include <sot/filelist.hxx>#include <svl/eitem.hxx>#include <vcl/graphicfilter.hxx>#include <osl/diagnose.h>#include <sfx2/docinsert.hxx>#include <sfx2/filedlghelper.hxx>#include <wrtsh.hxx>#include <view.hxx>#include <docsh.hxx>#include <edglbldc.hxx>#include <section.hxx>#include <tox.hxx>#include <navipi.hxx>#include <edtwin.hxx>#include <toxmgr.hxx>#include <cmdid.h>#include <helpids.h>#include <strings.hrc>#include <bitmaps.hlst>#include <swabstdlg.hxx>#include <memory>#include <sfx2/event.hxx>#include <unotxvw.hxx>Go to the source code of this file.
Macros | |
| #define | GLOBAL_UPDATE_TIMEOUT 2000 |
Functions | |
| IMPL_LINK (SwGlobalTree, CommandHdl, const CommandEvent &, rCEvt, bool) | |
| IMPL_LINK (SwGlobalTree, QueryTooltipHdl, const weld::TreeIter &, rIter, OUString) | |
| IMPL_LINK_NOARG (SwGlobalTree, SelectHdl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (SwGlobalTree, FocusInHdl, weld::Widget &, void) | |
| IMPL_LINK (SwGlobalTree, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
| IMPL_LINK_NOARG (SwGlobalTree, Timeout, Timer *, void) | |
| IMPL_LINK_NOARG (SwGlobalTree, DoubleClickHdl, weld::TreeView &, bool) | |
| IMPL_STATIC_LINK_NOARG (SwGlobalTree, ShowFrameHdl, void *, void) | |
| IMPL_LINK (SwGlobalTree, DialogClosedHdl, sfx2::FileDialogHelper *, _pFileDlg, void) | |
Variables | |
| const TranslateId | GLOBAL_CONTEXT_ARY [] |
| #define GLOBAL_UPDATE_TIMEOUT 2000 |
Definition at line 60 of file glbltree.cxx.
| IMPL_LINK | ( | SwGlobalTree | , |
| CommandHdl | , | ||
| const CommandEvent & | , | ||
| rCEvt | , | ||
| bool | |||
| ) |
Definition at line 265 of file glbltree.cxx.
References Application::CreateBuilder(), Delete, Edit, EditLink, InsertFile, InsertIdx, InsertText, Update, and UpdateSel.
| IMPL_LINK | ( | SwGlobalTree | , |
| DialogClosedHdl | , | ||
| sfx2::FileDialogHelper * | , | ||
| _pFileDlg | , | ||
| void | |||
| ) |
Definition at line 1097 of file glbltree.cxx.
References sfx2::cTokenSeparator, ERRCODE_NONE, nPos, and INetURLObject::Unambiguous.
| IMPL_LINK | ( | SwGlobalTree | , |
| KeyInputHdl | , | ||
| const KeyEvent & | , | ||
| rKEvt | , | ||
| bool | |||
| ) |
Definition at line 414 of file glbltree.cxx.
References vcl::KeyCode::GetCode(), vcl::KeyCode::GetModifier(), KEY_MOD2, and KEY_RETURN.
| IMPL_LINK | ( | SwGlobalTree | , |
| QueryTooltipHdl | , | ||
| const weld::TreeIter & | , | ||
| rIter | , | ||
| OUString | |||
| ) |
Definition at line 356 of file glbltree.cxx.
References sfx2::cTokenSeparator, SwSection::GetLinkFileName(), SwGlblDocContent::GetSection(), SwGlblDocContent::GetType(), GLBLDOC_SECTION, and SwSection::IsConnectFlag().
| IMPL_LINK_NOARG | ( | SwGlobalTree | , |
| DoubleClickHdl | , | ||
| weld::TreeView & | , | ||
| bool | |||
| ) |
Definition at line 983 of file glbltree.cxx.
References SwGlblDocContent::GetType(), GLBLDOC_SECTION, and OpenDoc.
| IMPL_LINK_NOARG | ( | SwGlobalTree | , |
| FocusInHdl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 408 of file glbltree.cxx.
References Update.
| IMPL_LINK_NOARG | ( | SwGlobalTree | , |
| SelectHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |
Definition at line 372 of file glbltree.cxx.
References Select.
| IMPL_LINK_NOARG | ( | SwGlobalTree | , |
| Timeout | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 778 of file glbltree.cxx.
References SwView::GetEditWin(), vcl::Window::HasFocus(), and Update.
| IMPL_STATIC_LINK_NOARG | ( | SwGlobalTree | , |
| ShowFrameHdl | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 1002 of file glbltree.cxx.
References SfxViewFrame::GetFirst(), SwGlobalTree::SetShowShell(), and SfxViewFrame::ToTop().
| const TranslateId GLOBAL_CONTEXT_ARY[] |
Definition at line 111 of file glbltree.cxx.
Referenced by SwGlobalTree::SwGlobalTree().