LibreOffice Module sw (master)
1
|
#include <comphelper/string.hxx>
#include <svl/urlbmk.hxx>
#include <svl/stritem.hxx>
#include <vcl/graphicfilter.hxx>
#include <sot/formats.hxx>
#include <sot/filelist.hxx>
#include <sfx2/event.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/navigat.hxx>
#include <sfx2/viewfrm.hxx>
#include <tools/urlobj.hxx>
#include <swtypes.hxx>
#include <swmodule.hxx>
#include <view.hxx>
#include <navicfg.hxx>
#include <wrtsh.hxx>
#include <docsh.hxx>
#include <navipi.hxx>
#include <edtwin.hxx>
#include <sfx2/app.hxx>
#include <cmdid.h>
#include <helpids.h>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <memory>
#include <uiobject.hxx>
Go to the source code of this file.
Enumerations | |
enum | StatusIndex |
Functions | |
static void | lcl_UnSelectFrame (SwWrtShell *pSh) |
IMPL_LINK (SwNavigationPI, DocListBoxSelectHdl, weld::ComboBox &, rBox, void) | |
IMPL_LINK (SwNavigationPI, ToolBoxSelectHdl, const OString &, rCommand, void) | |
IMPL_LINK (SwNavigationPI, ToolBoxClickHdl, const OString &, rCommand, void) | |
IMPL_LINK (SwNavigationPI, ToolBox6DropdownClickHdl, const OString &, rCommand, void) | |
IMPL_LINK (SwNavigationPI, DropModeMenuSelectHdl, const OString &, rIdent, void) | |
IMPL_LINK (SwNavigationPI, GlobalMenuSelectHdl, const OString &, rIdent, void) | |
IMPL_LINK (SwNavigationPI, ToolBox5DropdownClickHdl, const OString &, rCommand, void) | |
IMPL_LINK (SwNavigationPI, HeadingsMenuSelectHdl, const OString &, rMenuId, void) | |
IMPL_LINK (SwNavigationPI, DoneLink, SfxPoolItem const *, pItem, void) | |
IMPL_LINK_NOARG (SwNavigationPI, ChangePageHdl, Timer *, void) | |
IMPL_LINK_NOARG (SwNavigationPI, EditActionHdl, weld::Entry &, bool) | |
IMPL_LINK_NOARG (SwNavigationPI, PageEditModifyHdl, weld::SpinButton &, void) | |
enum StatusIndex |
Definition at line 480 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
DocListBoxSelectHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 125 of file navipi.cxx.
References SwModule::GetFirstView(), SwModule::GetNextView(), and SwView::GetWrtShellPtr().
IMPL_LINK | ( | SwNavigationPI | , |
ToolBoxSelectHdl | , | ||
const OString & | , | ||
rCommand | , | ||
void | |||
) |
Definition at line 192 of file navipi.cxx.
References SwWrtShell::EndPg(), eType, SfxDispatcher::Execute(), FN_END_OF_PAGE, FN_FOOTNOTE_TO_ANCHOR, FN_NEXT_FOOTNOTE, FN_PREV_FOOTNOTE, FN_SET_REMINDER, FN_START_OF_PAGE, FN_TO_FOOTER, FN_TO_HEADER, FOOTER, FOOTNOTE, SfxViewFrame::GetDispatcher(), SwView::GetEditWin(), SfxChildWindowContext::GetFloatingWindow(), SwFEShell::GetFrameType(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), SwView::GetWrtShell(), SwCursorShell::GotoFooterText(), SwCursorShell::GotoFootnoteAnchor(), SwCursorShell::GotoFootnoteText(), SwCursorShell::GotoHeaderText(), SwCursorShell::GotoNextFootnoteAnchor(), SwCursorShell::GotoPrevFootnoteAnchor(), vcl::Window::GrabFocus(), HEADER, SwEditShell::IsGlblDocSaveLinks(), KEY_MOD1, lcl_UnSelectFrame(), SwWrtShell::MoveCursor(), SwEditShell::SetGlblDocSaveLinks(), and SwWrtShell::SttPg().
IMPL_LINK | ( | SwNavigationPI | , |
ToolBoxClickHdl | , | ||
const OString & | , | ||
rCommand | , | ||
void | |||
) |
Definition at line 331 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
ToolBox6DropdownClickHdl | , | ||
const OString & | , | ||
rCommand | , | ||
void | |||
) |
Definition at line 342 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
DropModeMenuSelectHdl | , | ||
const OString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 364 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
GlobalMenuSelectHdl | , | ||
const OString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 374 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
ToolBox5DropdownClickHdl | , | ||
const OString & | , | ||
rCommand | , | ||
void | |||
) |
Definition at line 379 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
HeadingsMenuSelectHdl | , | ||
const OString & | , | ||
rMenuId | , | ||
void | |||
) |
Definition at line 800 of file navipi.cxx.
IMPL_LINK | ( | SwNavigationPI | , |
DoneLink | , | ||
SfxPoolItem const * | , | ||
pItem | , | ||
void | |||
) |
Definition at line 878 of file navipi.cxx.
References SfxViewFrameItem::GetFrame(), SfxViewFrame::GetObjectShell(), and SfxShell::GetViewShell().
IMPL_LINK_NOARG | ( | SwNavigationPI | , |
ChangePageHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1065 of file navipi.cxx.
IMPL_LINK_NOARG | ( | SwNavigationPI | , |
EditActionHdl | , | ||
weld::Entry & | , | ||
bool | |||
) |
Definition at line 1076 of file navipi.cxx.
IMPL_LINK_NOARG | ( | SwNavigationPI | , |
PageEditModifyHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 1085 of file navipi.cxx.
|
static |
Definition at line 115 of file navipi.cxx.
References SwFEShell::IsFrameSelected(), SwWrtShell::LeaveSelFrameMode(), and SwWrtShell::UnSelectFrame().
Referenced by IMPL_LINK().