|
LibreOffice Module sw (master) 1
|
#include <impfnote.hxx>
Public Member Functions | |
| SwEndNoteOptionPage (weld::Container *pPage, weld::DialogController *pController, bool bEndNote, const SfxItemSet &rSet) | |
| virtual | ~SwEndNoteOptionPage () override |
| virtual bool | FillItemSet (SfxItemSet *rSet) override |
| virtual void | Reset (const SfxItemSet *) override |
| void | SetShell (SwWrtShell &rShell) |
Public Member Functions inherited from SfxTabPage | |
| void | SetDialogController (SfxOkDialogController *pDialog) |
| virtual | ~SfxTabPage () override |
| void | set_visible (bool bVisible) |
| const SfxItemSet & | GetItemSet () const |
| virtual bool | FillItemSet (SfxItemSet *) |
| virtual void | Reset (const SfxItemSet *) |
| virtual bool | DeferResetToFirstActivation () |
| bool | HasExchangeSupport () const |
| void | SetExchangeSupport () |
| virtual void | ActivatePage (const SfxItemSet &) |
| virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
| void | SetUserData (const OUString &rString) |
| const OUString & | GetUserData () const |
| virtual void | FillUserData () |
| virtual bool | IsReadOnly () const |
| virtual void | PageCreated (const SfxAllItemSet &aSet) |
| virtual void | ChangesApplied () |
| void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
| css::uno::Reference< css::frame::XFrame > | GetFrame () const |
| const SfxItemSet * | GetDialogExampleSet () const |
| OUString | GetHelpId () const |
| OUString | GetConfigId () const |
| bool | IsVisible () const |
| weld::Window * | GetFrameWeld () const |
| std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
| static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rSet) |
Static Public Member Functions inherited from SfxTabPage | |
| static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Private Member Functions | |
| void | SelectNumbering (SwFootnoteNum eNum) |
| SwFootnoteNum | GetNumbering () const |
| DECL_LINK (ToggleHdl, weld::Toggleable &, void) | |
| DECL_LINK (NumCountHdl, weld::ComboBox &, void) | |
Private Attributes | |
| OUString | m_aNumDoc |
| OUString | m_aNumPage |
| OUString | m_aNumChapter |
| SwWrtShell * | m_pSh |
| bool | m_bPosDoc |
| bool | m_bEndNote |
| std::unique_ptr< SwNumberingTypeListBox > | m_xNumViewBox |
| std::unique_ptr< weld::Label > | m_xOffsetLbl |
| std::unique_ptr< weld::SpinButton > | m_xOffsetField |
| std::unique_ptr< weld::ComboBox > | m_xNumCountBox |
| std::unique_ptr< weld::Entry > | m_xPrefixED |
| std::unique_ptr< weld::Entry > | m_xSuffixED |
| std::unique_ptr< weld::RadioButton > | m_xPosPageBox |
| std::unique_ptr< weld::RadioButton > | m_xPosChapterBox |
| std::unique_ptr< weld::Widget > | m_xStylesContainer |
| std::unique_ptr< weld::ComboBox > | m_xParaTemplBox |
| std::unique_ptr< weld::Label > | m_xPageTemplLbl |
| std::unique_ptr< weld::ComboBox > | m_xPageTemplBox |
| std::unique_ptr< weld::ComboBox > | m_xFootnoteCharAnchorTemplBox |
| std::unique_ptr< weld::ComboBox > | m_xFootnoteCharTextTemplBox |
| std::unique_ptr< weld::Entry > | m_xContEdit |
| std::unique_ptr< weld::Entry > | m_xContFromEdit |
Additional Inherited Members | |
Protected Member Functions inherited from SfxTabPage | |
| SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
| sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
| TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
| const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
| SfxOkDialogController * | GetDialogController () const |
Definition at line 29 of file impfnote.hxx.
| SwEndNoteOptionPage::SwEndNoteOptionPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| bool | bEndNote, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 67 of file docfnote.cxx.
References Extended, FTNNUM_CHAPTER, FTNNUM_DOC, FTNNUM_PAGE, LINK, m_aNumChapter, m_aNumDoc, m_aNumPage, m_bEndNote, m_xNumCountBox, m_xNumViewBox, m_xParaTemplBox, m_xPosChapterBox, m_xPosPageBox, and rSet.
|
overridevirtual |
Definition at line 106 of file docfnote.cxx.
|
static |
Definition at line 212 of file docfnote.cxx.
References rSet.
Referenced by SwFootNoteOptionDlg::SwFootNoteOptionDlg().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 333 of file docfnote.cxx.
References SwFEShell::FindPageDescByName(), FTNPOS_CHAPTER, FTNPOS_PAGE, SwEditShell::GetEndNoteInfo(), SwEditShell::GetFootnoteInfo(), GetNumbering(), SwWrtShell::GetParaStyle(), SwWrtShell::GETSTYLE_CREATEANY, lcl_GetCharFormat(), SwFootnoteInfo::m_aErgoSum, SwFootnoteInfo::m_aQuoVadis, m_bEndNote, SwFootnoteInfo::m_eNum, SwFootnoteInfo::m_ePos, m_pSh, m_xContEdit, m_xContFromEdit, m_xFootnoteCharAnchorTemplBox, m_xFootnoteCharTextTemplBox, m_xNumViewBox, m_xOffsetField, m_xPageTemplBox, m_xParaTemplBox, m_xPosPageBox, m_xPrefixED, m_xSuffixED, nPos, SwEditShell::SetEndNoteInfo(), and SwEditShell::SetFootnoteInfo().
|
private |
Definition at line 240 of file docfnote.cxx.
References m_bPosDoc, m_xNumCountBox, and nPos.
Referenced by FillItemSet().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 110 of file docfnote.cxx.
References SfxObjectShell::Current(), SwStyleNameMapper::FillUIName(), SfxStyleSheetBasePool::First(), FTNPOS_PAGE, SwDocShell::GetDoc(), SwViewShell::GetDoc(), SwView::GetDocShell(), SwEditShell::GetEndNoteInfo(), SwEditShell::GetFootnoteInfo(), SfxStyleSheetBase::GetName(), SwFormat::GetName(), SwPageDesc::GetName(), SwFEShell::GetPageDesc(), SwFEShell::GetPageDescCnt(), SwDocShell::GetStyleSheetPool(), SwStyleNameMapper::GetUIName(), SwWrtShell::GetView(), i, SwFormat::IsDefault(), SwFootnoteInfo::m_aErgoSum, m_aNumChapter, m_aNumPage, SwFootnoteInfo::m_aQuoVadis, m_bEndNote, m_bPosDoc, SwFootnoteInfo::m_eNum, SwFootnoteInfo::m_ePos, m_pSh, m_xContEdit, m_xContFromEdit, m_xFootnoteCharAnchorTemplBox, m_xFootnoteCharTextTemplBox, m_xNumCountBox, m_xNumViewBox, m_xOffsetField, m_xPageTemplBox, m_xPageTemplLbl, m_xParaTemplBox, m_xPosChapterBox, m_xPosPageBox, m_xPrefixED, m_xStylesContainer, m_xSuffixED, nCount, SfxStyleSheetBasePool::Next(), nPos, RES_POOLCOLL_ENDNOTE, RES_POOLCOLL_FOOTNOTE, RES_POOLPAGE_BEGIN, RES_POOLPAGE_END, and SelectNumbering().
|
inlineprivate |
Definition at line 219 of file docfnote.cxx.
References FTNNUM_CHAPTER, FTNNUM_DOC, FTNNUM_PAGE, m_aNumChapter, m_aNumDoc, m_aNumPage, and m_xNumCountBox.
Referenced by Reset().
| void SwEndNoteOptionPage::SetShell | ( | SwWrtShell & | rShell | ) |
Definition at line 246 of file docfnote.cxx.
References FillCharStyleListBox(), SwView::GetDocShell(), SwWrtShell::GetView(), m_pSh, m_xFootnoteCharAnchorTemplBox, and m_xFootnoteCharTextTemplBox.
|
private |
Definition at line 33 of file impfnote.hxx.
Referenced by Reset(), SelectNumbering(), and SwEndNoteOptionPage().
|
private |
Definition at line 31 of file impfnote.hxx.
Referenced by SelectNumbering(), and SwEndNoteOptionPage().
|
private |
Definition at line 32 of file impfnote.hxx.
Referenced by Reset(), SelectNumbering(), and SwEndNoteOptionPage().
|
private |
Definition at line 36 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SwEndNoteOptionPage().
|
private |
Definition at line 35 of file impfnote.hxx.
Referenced by GetNumbering(), and Reset().
|
private |
Definition at line 34 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SetShell().
|
private |
Definition at line 52 of file impfnote.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 53 of file impfnote.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 50 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SetShell().
|
private |
Definition at line 51 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SetShell().
|
private |
Definition at line 41 of file impfnote.hxx.
Referenced by GetNumbering(), Reset(), SelectNumbering(), and SwEndNoteOptionPage().
|
private |
Definition at line 38 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SwEndNoteOptionPage().
|
private |
Definition at line 40 of file impfnote.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 39 of file impfnote.hxx.
|
private |
Definition at line 49 of file impfnote.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 48 of file impfnote.hxx.
Referenced by Reset().
|
private |
Definition at line 47 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SwEndNoteOptionPage().
|
private |
Definition at line 45 of file impfnote.hxx.
Referenced by Reset(), and SwEndNoteOptionPage().
|
private |
Definition at line 44 of file impfnote.hxx.
Referenced by FillItemSet(), Reset(), and SwEndNoteOptionPage().
|
private |
Definition at line 42 of file impfnote.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 46 of file impfnote.hxx.
Referenced by Reset().
|
private |
Definition at line 43 of file impfnote.hxx.
Referenced by FillItemSet(), and Reset().