diff options
author | gt <gt@openoffice.org> | 2002-05-29 10:40:12 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-05-29 10:40:12 +0000 |
commit | a819e9b6b4e9c46ce76e2ca239d63c568a2e5d99 (patch) | |
tree | 137914f22281153a871e0f9d55000e9631d554e0 /svx/inc/hyperdlg.hxx | |
parent | dc1f4abb5c5d88ef6cf52cca60bc18991e164905 (diff) |
#98414# mnemonic-handling in hyperlink dialog including icon choice control
Diffstat (limited to 'svx/inc/hyperdlg.hxx')
-rw-r--r-- | svx/inc/hyperdlg.hxx | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/svx/inc/hyperdlg.hxx b/svx/inc/hyperdlg.hxx index e2ff8c0e88f9..964573ed0c18 100644 --- a/svx/inc/hyperdlg.hxx +++ b/svx/inc/hyperdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hyperdlg.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sj $ $Date: 2002-02-19 16:09:15 $ + * last change: $Author: gt $ $Date: 2002-05-29 11:35:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,20 +149,21 @@ private: DECL_LINK (ClickCloseHdl_Impl, void * ); protected: - virtual BOOL Close(); - virtual void Move(); + virtual BOOL Close(); + virtual void Move(); +// virtual long PreNotify( NotifyEvent& rNEvt ); public: SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings ); ~SvxHpLinkDlg (); - USHORT SetPage( SvxHyperlinkItem* pItem ); - void EnableInetBrowse( sal_Bool bEnable = sal_True ); - void SetReadOnlyMode( sal_Bool bReadOnly = sal_False ); - const BOOL IsHTMLDoc() const { return mbIsHTMLDoc; } + USHORT SetPage( SvxHyperlinkItem* pItem ); + void EnableInetBrowse( sal_Bool bEnable = sal_True ); + void SetReadOnlyMode( sal_Bool bReadOnly = sal_False ); + inline const BOOL IsHTMLDoc() const { return mbIsHTMLDoc; } - SfxBindings* GetBindings() const { return mpBindings; }; - SfxDispatcher* GetDispatcher() const { return mpBindings->GetDispatcher(); } + inline SfxBindings* GetBindings() const { return mpBindings; }; + inline SfxDispatcher* GetDispatcher() const { return mpBindings->GetDispatcher(); } }; |