ToolBoxBackground.hxx (95a18594) ToolBoxBackground.hxx (d46a1e42)
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

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

30class ToolBox;
31
32namespace sfx2 { namespace sidebar {
33
34class ToolBoxBackground
35 : public Window
36{
37public:
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

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

30class ToolBox;
31
32namespace sfx2 { namespace sidebar {
33
34class ToolBoxBackground
35 : public Window
36{
37public:
38 ToolBoxBackground (Window* pParentWindow);
38 ToolBoxBackground (
39 Window* pParentWindow,
40 const bool bShowBorder);
39 virtual ~ToolBoxBackground (void);
40
41 /** Call this method once to
42 a) let the ToolBoxBackground object know which ToolBox to
43 monitor and
44 b) so that position and sizes can be set up.
45 @return
46 The relative position of the child.

--- 22 unchanged lines hidden ---
41 virtual ~ToolBoxBackground (void);
42
43 /** Call this method once to
44 a) let the ToolBoxBackground object know which ToolBox to
45 monitor and
46 b) so that position and sizes can be set up.
47 @return
48 The relative position of the child.

--- 22 unchanged lines hidden ---