summaryrefslogtreecommitdiff
path: root/include/svx/SvxPresetListBox.hxx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-07-06 12:50:54 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-07-06 14:22:07 +0000
commit6a4e4fc74b8b66961fbfa86cde88ce72f84d1544 (patch)
tree8bcf87a57480f47eedf5843fc14f2afa16e912b4 /include/svx/SvxPresetListBox.hxx
parentfc95bc132db20e7701088c76da6ec039031feadf (diff)
Add XGradientList to SvxPresetListBox
Change-Id: I0b4af0eb465b997e8bea012b1f2e3cc07cce6ddb Reviewed-on: https://gerrit.libreoffice.org/26953 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'include/svx/SvxPresetListBox.hxx')
-rw-r--r--include/svx/SvxPresetListBox.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/svx/SvxPresetListBox.hxx b/include/svx/SvxPresetListBox.hxx
index 228ad2d49eb3..38e8d2b14e9a 100644
--- a/include/svx/SvxPresetListBox.hxx
+++ b/include/svx/SvxPresetListBox.hxx
@@ -35,6 +35,10 @@ private:
Link<SvxPresetListBox*,void> maDeleteHdl;
DECL_LINK_TYPED( OnMenuItemSelected, Menu*, bool );
+
+ template< typename ListType, typename EntryType >
+ void FillPresetListBoxImpl(ListType& pList, sal_uInt32 nStartIndex = 1);
+
public:
SvxPresetListBox(vcl::Window* pParent, WinBits nWinStyle = WB_ITEMBORDER);
@@ -52,6 +56,8 @@ public:
{
maDeleteHdl = rLink;
}
+
+ void FillPresetListBox(XGradientList& pList, sal_uInt32 nStartIndex = 1);
void FillPresetListBox(XHatchList& pList, sal_uInt32 nStartIndex = 1);
void DrawLayout();