Deck.hxx (f120fe41) Deck.hxx (4e21436d)
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

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

92 SharedPanelContainer maPanels;
93 ::boost::scoped_ptr<DeckTitleBar> mpTitleBar;
94 ::boost::scoped_ptr<Window> mpScrollClipWindow;
95 ::boost::scoped_ptr<ScrollContainerWindow> mpScrollContainer;
96 ::boost::scoped_ptr<Window> mpFiller;
97 ::boost::scoped_ptr<ScrollBar> mpVerticalScrollBar;
98
99 DECL_LINK(HandleVerticalScrollBarChange,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

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

92 SharedPanelContainer maPanels;
93 ::boost::scoped_ptr<DeckTitleBar> mpTitleBar;
94 ::boost::scoped_ptr<Window> mpScrollClipWindow;
95 ::boost::scoped_ptr<ScrollContainerWindow> mpScrollContainer;
96 ::boost::scoped_ptr<Window> mpFiller;
97 ::boost::scoped_ptr<ScrollBar> mpVerticalScrollBar;
98
99 DECL_LINK(HandleVerticalScrollBarChange,void*);
100
101
100};
101
102
103} } // end of namespace sfx2::sidebar
104
105#endif
102};
103
104
105} } // end of namespace sfx2::sidebar
106
107#endif