LibreOffice Module sw (master)
1
|
#include <hintids.hxx>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <svx/svxids.hrc>
#include <sfx2/request.hxx>
#include <editeng/fontitem.hxx>
#include <fmtftn.hxx>
#include <swundo.hxx>
#include <cmdid.h>
#include <wrtsh.hxx>
#include <view.hxx>
#include <basesh.hxx>
#include <insfnote.hxx>
#include <globals.hrc>
#include <svx/svxdlg.hxx>
#include <svx/dialogs.hrc>
#include <sfx2/viewfrm.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberCharHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberEditHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberAutoBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberExtCharHdl, weld::Button &, void) | |
IMPL_LINK (SwInsFootNoteDlg, NextPrevHdl, weld::Button &, rBtn, void) | |
Variables | |
static bool | bFootnote = true |
IMPL_LINK | ( | SwInsFootNoteDlg | , |
NextPrevHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 133 of file insfnote.cxx.
References Init().
IMPL_LINK_NOARG | ( | SwInsFootNoteDlg | , |
NumberCharHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 78 of file insfnote.cxx.
IMPL_LINK_NOARG | ( | SwInsFootNoteDlg | , |
NumberEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 84 of file insfnote.cxx.
IMPL_LINK_NOARG | ( | SwInsFootNoteDlg | , |
NumberAutoBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 90 of file insfnote.cxx.
IMPL_LINK_NOARG | ( | SwInsFootNoteDlg | , |
NumberExtCharHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 95 of file insfnote.cxx.
References SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateCharMapDialog(), SvxFontItem::GetFamilyName(), SfxAbstractDialog::GetOutputItemSet(), CntUnencodedStringItem::GetValue(), m_xDialog, SfxItemSet::Put(), RES_CHRATR_FONT, RET_OK, and vcl::Font::SetCharSet().
|
static |
Definition at line 40 of file insfnote.cxx.
Referenced by SwFrame::AdjustNeighbourhood(), SwInsFootNoteDlg::Apply(), FindAnchor(), SwFrame::FindNext_(), SwFrame::FindNextCnt_(), SwFrame::FindPrev_(), SwInsFootNoteDlg::Init(), SwFrame::InsertPage(), SwContentFrame::MakeAll(), and SwEditWin::MouseButtonDown().