summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/WindowArrange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/WindowArrange.idl')
-rw-r--r--offapi/com/sun/star/frame/WindowArrange.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/frame/WindowArrange.idl b/offapi/com/sun/star/frame/WindowArrange.idl
index 74ac1c92109a..8196096c50ad 100644
--- a/offapi/com/sun/star/frame/WindowArrange.idl
+++ b/offapi/com/sun/star/frame/WindowArrange.idl
@@ -19,47 +19,38 @@
#ifndef __com_sun_star_frame_WindowArrange_idl__
#define __com_sun_star_frame_WindowArrange_idl__
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** these constants are used to specify a style of window arrangement
*/
published constants WindowArrange
{
- //-------------------------------------------------------------------------
/** arranges the windows in tiles
*/
const short TILE = 1;
- //-------------------------------------------------------------------------
/** arranges the windows vertically
*/
const short VERTICAL = 2;
- //-------------------------------------------------------------------------
/** arranges the windows horizontally
*/
const short HORIZONTAL = 3;
- //-------------------------------------------------------------------------
/** cascades the windows
*/
const short CASCADE = 4;
- //-------------------------------------------------------------------------
/** maximizes all windows
*/
const short MAXIMIZE = 5;
- //-------------------------------------------------------------------------
/** minimizes all windows
*/
const short MINIMIZE = 6;
};
-//=============================================================================
}; }; }; };