diff options
author | Thomas Benisch <tbe@openoffice.org> | 2002-07-25 10:12:34 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2002-07-25 10:12:34 +0000 |
commit | eb7d6919a88a7b08f523f60cafdd26d89b1ed816 (patch) | |
tree | e452ac047039c87688c1581f9a2d84cd8aa5c04c /toolkit/inc | |
parent | 2d2de7d338389b2743a1e7ea1a5ed2e7665c190b (diff) |
#100195# removed class VCLXMenuWindow
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxwindows.hxx | 38 |
1 files changed, 2 insertions, 36 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx index 0dda6266d2fa..1013ed80f1ae 100644 --- a/toolkit/inc/toolkit/awt/vclxwindows.hxx +++ b/toolkit/inc/toolkit/awt/vclxwindows.hxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxwindows.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: tbe $ $Date: 2002-06-19 13:18:36 $ + * last change: $Author: tbe $ $Date: 2002-07-25 11:11:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1104,40 +1104,6 @@ public: }; // ---------------------------------------------------- -// class VCLXMenuWindow -// ---------------------------------------------------- -class VCLXMenuWindow : public VCLXTopWindow -{ -private: - Menu* m_pMenu; - sal_Int32 m_nIndexInParent; - - ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > m_xParent; - -protected: - DECL_LINK( MenuEventListener, VclSimpleEvent* ); - virtual void ProcessMenuEvent( const VclMenuEvent& rVclMenuEvent ); - virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); - virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext > CreateAccessibleContext(); - -public: - VCLXMenuWindow(); - VCLXMenuWindow( Menu* pMenu, sal_Int32 nIndexInParent, const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >& rxParent ); - ~VCLXMenuWindow(); - - Menu* GetMenu() { return m_pMenu; } - - void SetMenu( Menu* pMenu ); - void SetIndexInParent( sal_Int32 nIndexInParent ) { m_nIndexInParent = nIndexInParent; } - void SetAccessibleParent( const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >& rxParent ) { m_xParent = rxParent; } - - // ::com::sun::star::lang::XUnoTunnel - static const ::com::sun::star::uno::Sequence< sal_Int8 >& GetUnoTunnelId() throw(); - static VCLXMenuWindow* GetImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxIFace ) throw(); - sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rIdentifier ) throw(::com::sun::star::uno::RuntimeException); -}; - -// ---------------------------------------------------- // class VCLXToolBox // ---------------------------------------------------- class VCLXToolBox : public VCLXWindow |