diff options
author | Thomas Lange <tl@openoffice.org> | 2001-04-10 07:16:13 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-04-10 07:16:13 +0000 |
commit | 63bb9d4bf36fe56d92fae0e91879640c543e8dc5 (patch) | |
tree | 3e1e1ec378a2ea56de800623d307e2315f1925ff /svx/inc | |
parent | 96369461fbce4de67eb68fd1aa8fe8efde9b4760 (diff) |
SvxPopupWindowListBox declaration moved to the cxx file
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/lboxctrl.hxx | 43 |
1 files changed, 2 insertions, 41 deletions
diff --git a/svx/inc/lboxctrl.hxx b/svx/inc/lboxctrl.hxx index 817cd94c96ca..31827f07d566 100644 --- a/svx/inc/lboxctrl.hxx +++ b/svx/inc/lboxctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lboxctrl.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: tl $ $Date: 2001-04-09 07:38:03 $ + * last change: $Author: tl $ $Date: 2001-04-10 08:16:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,45 +77,6 @@ class SvxPopupWindowListBox; ///////////////////////////////////////////////////////////////// -class SvxPopupWindowListBox : public SfxPopupWindow -{ - FixedInfo aInfo; - ListBox * pListBox; - ToolBox & rToolBox; - USHORT nItemId; - BOOL bUserSel; - - // disallow copy-constructor and assignment-operator - SvxPopupWindowListBox( const & SvxPopupWindowListBox ); - SvxPopupWindowListBox & operator = ( const & SvxPopupWindowListBox ); - - DECL_LINK( SelectHdl, void * ); - - SvxPopupWindowListBox( USHORT nSlotId, - ToolBox& rTbx, USHORT nTbxItemId ); - -public: - SvxPopupWindowListBox( USHORT nSlotId, - ToolBox& rTbx, USHORT nTbxItemId, - SfxBindings &rBindings ); - virtual ~SvxPopupWindowListBox(); - - // SfxPopupWindow - virtual SfxPopupWindow * Clone() const; - virtual void PopupModeEnd(); - virtual void StateChanged( USHORT nSID, SfxItemState eState, - const SfxPoolItem* pState ); - - void StartSelection(); - inline ListBox & GetListBox() { return *pListBox; } - inline FixedInfo & GetInfo() { return aInfo; } - - BOOL IsUserSelected() const { return bUserSel; } - void SetUserSelected( BOOL bVal ) { bUserSel = bVal; } -}; - -///////////////////////////////////////////////////////////////// - class SvxListBoxControl : public SfxToolBoxControl { protected: |