LayoutManager.idl (d1766043) LayoutManager.idl (c4dc0a1a)
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

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

63 Layout management is the process of determining the size and position of
64 user interface elements. By default, each <type>Frame</type> has a layout
65 manager -- it performs layout management for the user interface elements
66 within the frame. User interface elements can provide size and alignment
67 hints to layout managers, but layout managers have the final decision on
68 the size and position of those user interface elements.
69 </p>
70
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

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

63 Layout management is the process of determining the size and position of
64 user interface elements. By default, each <type>Frame</type> has a layout
65 manager -- it performs layout management for the user interface elements
66 within the frame. User interface elements can provide size and alignment
67 hints to layout managers, but layout managers have the final decision on
68 the size and position of those user interface elements.
69 </p>
70
71 @since OOo 2.0
71 @since OpenOffice 2.0
72*/
73
74service LayoutManager
75{
76 /** central interface to query for, create, destroy and manipulate user
77 interface elements which are bound to a frame.
78
79 @see ::com::sun::star::frame::XLayoutManager;

--- 49 unchanged lines hidden ---
72*/
73
74service LayoutManager
75{
76 /** central interface to query for, create, destroy and manipulate user
77 interface elements which are bound to a frame.
78
79 @see ::com::sun::star::frame::XLayoutManager;

--- 49 unchanged lines hidden ---