summaryrefslogtreecommitdiff
path: root/cui/source/inc/backgrnd.hxx
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-01-28 09:20:06 -0900
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-09 09:14:07 +0200
commit41f1a38b9e8b5e0567bf642d3e14a549e82ee0d9 (patch)
treec0210ebfb55bb70ce139e5134db89ba5edf82910 /cui/source/inc/backgrnd.hxx
parentb9d709e84728270acb00c3952551f5c608260e62 (diff)
tdf#105225 A table properties background tab page
Change-Id: I86be7b0d9850ffe46f1033beac342739b3289fa8 Reviewed-on: https://gerrit.libreoffice.org/48797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r--cui/source/inc/backgrnd.hxx18
1 files changed, 18 insertions, 0 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index d7e71a0ceec9..88131fa61b80 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -139,6 +139,24 @@ private:
DECL_LINK( TblDestinationHdl_Impl, ListBox&, void );
};
+#include "cuitabarea.hxx"
+
+class SvxBkgTabPage : public SvxAreaTabPage
+{
+ VclPtr<ListBox> m_pTblLBox;
+public:
+ using SvxAreaTabPage::DeactivatePage;
+
+ SvxBkgTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs );
+ virtual ~SvxBkgTabPage() override;
+ virtual void dispose() override;
+
+ static VclPtr<SfxTabPage> Create( vcl::Window*, const SfxItemSet* );
+ virtual bool FillItemSet( SfxItemSet* ) override;
+ virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override;
+ virtual void PageCreated( const SfxAllItemSet& aSet ) override;
+};
+
#endif // INCLUDED_CUI_SOURCE_INC_BACKGRND_HXX