|
LibreOffice Module sc (master) 1
|
#include <tptable.hxx>
Public Member Functions | |
| ScTablePage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreSet) | |
| virtual | ~ScTablePage () override |
| virtual bool | FillItemSet (SfxItemSet *rCoreSet) override |
| virtual void | Reset (const SfxItemSet *rCoreSet) override |
| virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
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 *rCoreSet) |
| static WhichRangesContainer | GetRanges () |
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 | ShowImage () |
| DECL_LINK (PageDirHdl, weld::Toggleable &, void) | |
| DECL_LINK (PageNoHdl, weld::Toggleable &, void) | |
| void | PageNoHdl (const weld::Toggleable *pBtn) |
| DECL_LINK (ScaleHdl, weld::ComboBox &, void) | |
| DECL_LINK (ToggleHdl, weld::Toggleable &, void) | |
Static Private Attributes | |
| static const WhichRangesContainer | pPageTableRanges |
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 24 of file tptable.hxx.
| ScTablePage::ScTablePage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rCoreSet | ||
| ) |
Definition at line 85 of file tptable.cxx.
References LINK, m_xBtnLeftRight, m_xBtnPageNo, m_xBtnTopDown, m_xCbScalePageHeight, m_xCbScalePageWidth, m_xLbScaleMode, PageNoHdl(), and SfxTabPage::SetExchangeSupport().
|
overridevirtual |
Definition at line 129 of file tptable.cxx.
|
static |
Definition at line 133 of file tptable.cxx.
Referenced by ScStyleDlg::ScStyleDlg().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 336 of file tptable.cxx.
References FillItemSet().
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 243 of file tptable.cxx.
References SfxItemSet::ClearItem(), SfxTabPage::GetItemSet(), lcl_PutBoolItem(), lcl_PutScaleItem(), lcl_PutScaleItem2(), lcl_PutScaleItem3(), lcl_PutVObjModeItem(), m_nOrigScalePageHeight, m_nOrigScalePageWidth, m_xBtnCharts, m_xBtnDrawings, m_xBtnFormulas, m_xBtnGrid, m_xBtnHeaders, m_xBtnNotes, m_xBtnNullVals, m_xBtnObjects, m_xBtnPageNo, m_xBtnTopDown, m_xEdPageNo, m_xEdScaleAll, m_xEdScalePageHeight, m_xEdScalePageNum, m_xEdScalePageWidth, m_xLbScaleMode, SfxItemSet::Put(), SC_TPTABLE_SCALE_PERCENT, SC_TPTABLE_SCALE_TO, SC_TPTABLE_SCALE_TO_PAGES, SID_SCATTR_PAGE_CHARTS, SID_SCATTR_PAGE_DRAWINGS, SID_SCATTR_PAGE_FIRSTPAGENO, SID_SCATTR_PAGE_FORMULAS, SID_SCATTR_PAGE_GRID, SID_SCATTR_PAGE_HEADERS, SID_SCATTR_PAGE_NOTES, SID_SCATTR_PAGE_NULLVALS, SID_SCATTR_PAGE_OBJECTS, SID_SCATTR_PAGE_SCALE, SID_SCATTR_PAGE_SCALETO, SID_SCATTR_PAGE_SCALETOPAGES, SID_SCATTR_PAGE_TOPDOWN, and TRISTATE_FALSE.
Referenced by DeactivatePage().
|
inlinestatic |
Definition at line 32 of file tptable.hxx.
References pPageTableRanges.
Referenced by ScStyleDlg::ScStyleDlg().
|
private |
Definition at line 356 of file tptable.cxx.
References m_xBtnPageNo, and m_xEdPageNo.
Referenced by Reset(), and ScTablePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 138 of file tptable.cxx.
References SfxItemSet::Get(), ScPageScaleToItem::GetHeight(), SfxItemSet::GetItemState(), ScPageScaleToItem::GetWidth(), m_nOrigScalePageHeight, m_nOrigScalePageWidth, m_xBtnCharts, m_xBtnDrawings, m_xBtnFormulas, m_xBtnGrid, m_xBtnHeaders, m_xBtnLeftRight, m_xBtnNotes, m_xBtnNullVals, m_xBtnObjects, m_xBtnPageNo, m_xBtnTopDown, m_xCbScalePageHeight, m_xCbScalePageWidth, m_xEdPageNo, m_xEdScaleAll, m_xEdScalePageHeight, m_xEdScalePageNum, m_xEdScalePageWidth, m_xLbScaleMode, PageNoHdl(), SC_TPTABLE_SCALE_PERCENT, SC_TPTABLE_SCALE_TO, SC_TPTABLE_SCALE_TO_PAGES, SID_SCATTR_PAGE_CHARTS, SID_SCATTR_PAGE_DRAWINGS, SID_SCATTR_PAGE_FIRSTPAGENO, SID_SCATTR_PAGE_FORMULAS, SID_SCATTR_PAGE_GRID, SID_SCATTR_PAGE_HEADERS, SID_SCATTR_PAGE_NOTES, SID_SCATTR_PAGE_NULLVALS, SID_SCATTR_PAGE_OBJECTS, SID_SCATTR_PAGE_SCALE, SID_SCATTR_PAGE_SCALETO, SID_SCATTR_PAGE_SCALETOPAGES, SID_SCATTR_PAGE_TOPDOWN, and VOBJ_MODE_SHOW.
|
private |
Definition at line 123 of file tptable.cxx.
References m_xBmpPageDir, and m_xBtnLeftRight.
|
private |
Definition at line 42 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 41 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 46 of file tptable.hxx.
Referenced by ShowImage().
|
private |
Definition at line 54 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 55 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 56 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 51 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 50 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 45 of file tptable.hxx.
Referenced by Reset(), ScTablePage(), and ShowImage().
|
private |
Definition at line 52 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 57 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 53 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 47 of file tptable.hxx.
Referenced by FillItemSet(), PageNoHdl(), Reset(), and ScTablePage().
|
private |
Definition at line 44 of file tptable.hxx.
Referenced by FillItemSet(), Reset(), and ScTablePage().
|
private |
Definition at line 60 of file tptable.hxx.
|
private |
Definition at line 67 of file tptable.hxx.
|
private |
Definition at line 66 of file tptable.hxx.
Referenced by Reset(), and ScTablePage().
|
private |
Definition at line 64 of file tptable.hxx.
Referenced by Reset(), and ScTablePage().
|
private |
Definition at line 48 of file tptable.hxx.
Referenced by FillItemSet(), PageNoHdl(), and Reset().
|
private |
Definition at line 61 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 65 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 68 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 63 of file tptable.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 62 of file tptable.hxx.
|
private |
Definition at line 59 of file tptable.hxx.
Referenced by FillItemSet(), Reset(), and ScTablePage().
|
staticprivate |
Definition at line 26 of file tptable.hxx.
Referenced by GetRanges().