DeckConfiguration.hxx (ff12d537) DeckConfiguration.hxx (95a18594)
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

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

33class DeckConfiguration
34{
35public:
36 Deck* mpDeck;
37 ::std::vector<Panel*> maPanels;
38
39 DeckConfiguration (void);
40
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

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

33class DeckConfiguration
34{
35public:
36 Deck* mpDeck;
37 ::std::vector<Panel*> maPanels;
38
39 DeckConfiguration (void);
40
41 void Disable (void);
42 void Activate (void);
41 void Dispose (void);
43};
44
45
46
47
48} } // end of namespace sfx2::sidebar
49
50#endif
42};
43
44
45
46
47} } // end of namespace sfx2::sidebar
48
49#endif