LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <svl/eitem.hxx>
#include <svl/stritem.hxx>
#include <editeng/fontitem.hxx>
#include <fmtftn.hxx>
#include <swundo.hxx>
#include <cmdid.h>
#include <wrtsh.hxx>
#include <insfnote.hxx>
#include <svx/svxdlg.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwInsFootNoteDlg, NumberEditHdl, weld::Entry &, void) | |
IMPL_LINK (SwInsFootNoteDlg, NumberToggleHdl, weld::Toggleable &, rButton, 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 129 of file insfnote.cxx.
References Init().
IMPL_LINK | ( | SwInsFootNoteDlg | , |
NumberToggleHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 77 of file insfnote.cxx.
IMPL_LINK_NOARG | ( | SwInsFootNoteDlg | , |
NumberEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 71 of file insfnote.cxx.
IMPL_LINK_NOARG | ( | SwInsFootNoteDlg | , |
NumberExtCharHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 91 of file insfnote.cxx.
References SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateCharMapDialog(), SfxItemSet::Get(), SvxFontItem::GetCharSet(), SvxFontItem::GetFamilyName(), SvxFontItem::GetPitch(), SvxFontItem::GetStyleName(), CntUnencodedStringItem::GetValue(), m_xDialog, SfxItemSet::Put(), RES_CHRATR_FONT(), RET_OK, vcl::Font::SetCharSet(), and vcl::Font::SetPitch().
|
static |
Definition at line 33 of file insfnote.cxx.
Referenced by SwFrame::AdjustNeighbourhood(), SwInsFootNoteDlg::Apply(), FindAnchor(), SwFrame::FindFootnoteBossFrame(), SwFrame::FindNext_(), SwFrame::FindNextCnt_(), SwFrame::FindPrev_(), SwInsFootNoteDlg::Init(), InsertNewPage(), SwFrame::InsertPage(), lcl_FindCnt(), lcl_FindCntDiff(), SwContentFrame::MakeAll(), SwEditWin::MouseButtonDown(), SwPageFrame::PreparePage(), SwSectionFootnoteEndTabPage::ResetState(), and RtfAttributeOutput::WriteFootnoteEndnotePr().