SidebarDockingWindow.hxx (7a32b0c8) SidebarDockingWindow.hxx (65908a7e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47
48 virtual sal_Bool Close (void);
49
50 SfxChildWindow* GetChildWindow (void);
51
52protected:
53 // Window overridables
54 virtual void GetFocus (void);
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47
48 virtual sal_Bool Close (void);
49
50 SfxChildWindow* GetChildWindow (void);
51
52protected:
53 // Window overridables
54 virtual void GetFocus (void);
55 virtual long PreNotify (NotifyEvent& rEvent);
55
56private:
57 ::rtl::Reference<sfx2::sidebar::SidebarController> mpSidebarController;
58
59 void DoDispose (void);
60};
61
62
63} } // end of namespace sfx2::sidebar
64
65
66#endif
56
57private:
58 ::rtl::Reference<sfx2::sidebar::SidebarController> mpSidebarController;
59
60 void DoDispose (void);
61};
62
63
64} } // end of namespace sfx2::sidebar
65
66
67#endif