summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:08:58 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:08:58 +0000
commita63f9656e5ff06a0b331c7958364341f793c34ca (patch)
treee466e741167e2fec263aed4ceb093972e23440b9 /offapi
parent77e5e0e2438bbceeb89b0a4e9c1205f045b72b22 (diff)
INTEGRATION: CWS c09tosrc (1.6.42); FILE MERGED
2007/06/18 15:39:05 cd 1.6.42.1: #i78619# New constants for visible/invisible layout manager notifications
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/LayoutManagerEvents.idl26
1 files changed, 24 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/offapi/com/sun/star/frame/LayoutManagerEvents.idl
index 29c143d0d36d..1f4cd312a12a 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 15:10:13 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:08:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,6 +112,28 @@ constants LayoutManagerEvents
</p>
*/
const short MERGEDMENUBAR = 5;
+
+ //-------------------------------------------------------------------------
+ /** specifies that a certain user interface element has been made
+ visible
+
+ <p>
+ This event sends the resource url of the newly visible user
+ interface element.
+ </p>
+ */
+ const short UIELEMENT_VISIBLE = 6;
+
+ //-------------------------------------------------------------------------
+ /** specifies that a certain user interface element has been made
+ invisible
+
+ <p>
+ This event sends the resource url of the invisible user
+ interface element.
+ </p>
+ */
+ const short UIELEMENT_INVISIBLE = 7;
};
}; }; }; };