|
LibreOffice Module sw (master) 1
|
#include <svl/style.hxx>#include <osl/diagnose.h>#include <wrtsh.hxx>#include <view.hxx>#include <docsh.hxx>#include <docfnote.hxx>#include "impfnote.hxx"#include <ftninfo.hxx>#include <fmtcol.hxx>#include <pagedesc.hxx>#include <charfmt.hxx>#include <docstyle.hxx>#include <wdocsh.hxx>#include <uitool.hxx>#include <poolfmt.hxx>#include <SwStyleNameMapper.hxx>#include <memory>Go to the source code of this file.
Functions | |
| IMPL_LINK (SwFootNoteOptionDlg, OkHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK (SwEndNoteOptionPage, ToggleHdl, weld::Toggleable &, rButton, void) | |
| IMPL_LINK_NOARG (SwEndNoteOptionPage, NumCountHdl, weld::ComboBox &, void) | |
| static SwCharFormat * | lcl_GetCharFormat (SwWrtShell *pSh, const OUString &rCharFormatName) |
| IMPL_LINK | ( | SwEndNoteOptionPage | , |
| ToggleHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 259 of file docfnote.cxx.
References FTNNUM_CHAPTER, FTNNUM_DOC, and FTNNUM_PAGE.
| IMPL_LINK | ( | SwFootNoteOptionDlg | , |
| OkHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 55 of file docfnote.cxx.
References SfxTabPage::FillItemSet(), and u.
| IMPL_LINK_NOARG | ( | SwEndNoteOptionPage | , |
| NumCountHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 296 of file docfnote.cxx.
|
static |
Definition at line 308 of file docfnote.cxx.
References SfxStyleSheetBasePool::Find(), SwEditShell::GetCharFormat(), SwEditShell::GetCharFormatCount(), SwView::GetDocShell(), SwFormat::GetName(), SwDocShell::GetStyleSheetPool(), SwWrtShell::GetView(), i, and SfxStyleSheetBasePool::Make().
Referenced by SwEndNoteOptionPage::FillItemSet().