summaryrefslogtreecommitdiff
path: root/cui/source/inc/backgrnd.hxx
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-12-07 17:41:54 -0900
committerMike Kaganski <mike.kaganski@collabora.com>2019-12-12 16:58:05 +0100
commit03facb4bb75e4283c91de6f081ee96137ca4346c (patch)
tree347a316156bc1e97fca388a31b966e97257175e8 /cui/source/inc/backgrnd.hxx
parent7612651a1c51c1c86788c637ef4ab2db7751cc10 (diff)
tdf#105225 New UNO and Writer Web background tab pages
Change-Id: Id3e7d1c24d086624f053085e3134792b95188c23 Reviewed-on: https://gerrit.libreoffice.org/64991 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r--cui/source/inc/backgrnd.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 782e56d9f811..2392faae129d 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -153,6 +153,8 @@ private:
class SvxBkgTabPage : public SvxAreaTabPage
{
+ static const sal_uInt16 pPageRanges[];
+
std::unique_ptr<weld::ComboBox> m_xTblLBox;
bool bHighlighting : 1;
bool bCharBackColor : 1;
@@ -166,6 +168,9 @@ public:
SvxBkgTabPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rInAttrs);
virtual ~SvxBkgTabPage() override;
+ // returns the area of the which-values
+ static const sal_uInt16* GetRanges() { return pPageRanges; }
+
static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* );
virtual bool FillItemSet( SfxItemSet* ) override;
virtual void ActivatePage( const SfxItemSet& ) override;