summaryrefslogtreecommitdiff
path: root/include/sfx2/mgetempl.hxx
diff options
context:
space:
mode:
authorHeena Gupta <heena.h.gupta@ericsson.com>2014-12-24 15:55:37 +0530
committerMichael Stahl <mstahl@redhat.com>2015-02-06 23:57:13 +0000
commitde896f74c805e77706cce10f4d79117af1811ee9 (patch)
tree3bb85924cc3d578a756f9fd0407dda4bbc28f3a9 /include/sfx2/mgetempl.hxx
parente32eff2bb4c12fdc33e476b9f12bb4bb71d22ebc (diff)
fdo#87675-"Edit" Button for next style in edit paragraph style
Change-Id: I1a4888b869df7f242244bed2fef36996450eec23 Reviewed-on: https://gerrit.libreoffice.org/13639 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r--include/sfx2/mgetempl.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx
index 06deead04eae..12fafb48b187 100644
--- a/include/sfx2/mgetempl.hxx
+++ b/include/sfx2/mgetempl.hxx
@@ -43,6 +43,7 @@ class SfxManageStyleSheetPage : public SfxTabPage
FixedText* m_pFollowFt;
ListBox* m_pFollowLb;
+ PushButton* m_pEditStyleBtn;
FixedText* m_pBaseFt;
ListBox* m_pBaseLb;
@@ -69,6 +70,7 @@ friend class SfxStyleDialog;
DECL_LINK( GetFocusHdl, Edit * );
DECL_LINK( LoseFocusHdl, Edit * );
+ DECL_LINK( EditStyleHdl_Impl, void * );
void UpdateName_Impl(ListBox *, const OUString &rNew);
void SetDescriptionText_Impl();
@@ -82,6 +84,9 @@ protected:
virtual bool FillItemSet(SfxItemSet *) SAL_OVERRIDE;
virtual void Reset(const SfxItemSet *) SAL_OVERRIDE;
+ bool Execute_Impl( sal_uInt16 nId, const OUString& rStr, const OUString& rRefStr,
+ sal_uInt16 nFamily, sal_uInt16 nMask = 0,
+ const sal_uInt16* pModifier = NULL );
using TabPage::ActivatePage;
virtual void ActivatePage(const SfxItemSet &) SAL_OVERRIDE;
using TabPage::DeactivatePage;