summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 14:33:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 14:33:00 +0000
commit9933d17106b9c872dcb8ea865ba1a40fc81b43f2 (patch)
tree2957cc8d9e57f3b4a370fb17989c02e25d8b7582 /offapi/com
parent4a130f5bf0a691cc704def48667faa28fb414468 (diff)
INTEGRATION: CWS fwk20 (1.3.40); FILE MERGED
2005/08/16 13:28:55 cd 1.3.40.1: #i52713# Added new constants to notify visible and invisible state of layout manager container window
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/frame/LayoutManagerEvents.idl24
1 files changed, 22 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/offapi/com/sun/star/frame/LayoutManagerEvents.idl
index fc3bd830c559..26afbe8d5d0f 100644
--- a/offapi/com/sun/star/frame/LayoutManagerEvents.idl
+++ b/offapi/com/sun/star/frame/LayoutManagerEvents.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: LayoutManagerEvents.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:03:14 $
+ * last change: $Author: hr $ $Date: 2005-09-23 15:33:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,6 +83,26 @@ constants LayoutManagerEvents
</p>
*/
const short LAYOUT = 2;
+
+ //-------------------------------------------------------------------------
+ /** specifies that the layout manager container frame window
+ becomes visible.
+
+ <p>
+ This event sends no additional information.
+ </p>
+ */
+ const short VISIBLE = 3;
+
+ //-------------------------------------------------------------------------
+ /** specifies that the layout manager container frame window
+ becomes invisible.
+
+ <p>
+ This event sends no additional information.
+ </p>
+ */
+ const short INVISIBLE = 4;
};
}; }; }; };