XStatusbarItem.idl (af1681ac) | XStatusbarItem.idl (4f913391) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26#include <com/sun/star/awt/Rectangle.idl> 27 28module com { module sun { module star { module ui { 29 30/** Represents an item in a status bar 31 32 @see <type scope="com::sun::star::frame">XStatusbarController</type> 33 | 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 --- 17 unchanged lines hidden (view full) --- 26#include <com/sun/star/awt/Rectangle.idl> 27 28module com { module sun { module star { module ui { 29 30/** Represents an item in a status bar 31 32 @see <type scope="com::sun::star::frame">XStatusbarController</type> 33 |
34 @since Apache OpenOffice 3.5 | 34 @since Apache OpenOffice 4.0 |
35*/ 36interface XStatusbarItem 37{ 38 /** the command of the status bar item 39 */ 40 [attribute, readonly] string Command; 41 42 /** the unique ID of the control within the status bar --- 73 unchanged lines hidden --- | 35*/ 36interface XStatusbarItem 37{ 38 /** the command of the status bar item 39 */ 40 [attribute, readonly] string Command; 41 42 /** the unique ID of the control within the status bar --- 73 unchanged lines hidden --- |