DockingArea.idl (d1766043) DockingArea.idl (f431c806)
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

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

35
36 <p>
37 A frame based layout manager supports four different docking areas where
38 dockable user interface elements can be docked.
39
40 @see com::sun::star::frame::XLayoutManager
41 </p>
42
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

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

35
36 <p>
37 A frame based layout manager supports four different docking areas where
38 dockable user interface elements can be docked.
39
40 @see com::sun::star::frame::XLayoutManager
41 </p>
42
43 @since OOo 2.0
43 @since OpenOffice 2.0
44*/
45
46published enum DockingArea
47{
48 /** the top docking area below the menu bar.
49 */
50 DOCKINGAREA_TOP,
51

--- 21 unchanged lines hidden ---
44*/
45
46published enum DockingArea
47{
48 /** the top docking area below the menu bar.
49 */
50 DOCKINGAREA_TOP,
51

--- 21 unchanged lines hidden ---