LibreOffice
LibreOffice 7.3 SDK API Reference
XStatusbarItem.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_ui_XStatusbarItem_idl__
20#define __com_sun_star_ui_XStatusbarItem_idl__
21
24
25module com { module sun { module star { module ui {
26
34{
37 [attribute, readonly] string Command;
38
41 [attribute, readonly] unsigned short ItemId;
42
45 [attribute, readonly] unsigned long Width;
46
72 [attribute, readonly] unsigned short Style;
73
76 [attribute, readonly] long Offset;
77
83
86 [attribute] string Text;
87
90 [attribute] string HelpText;
91
94 [attribute] string QuickHelpText;
95
98 [attribute] string AccessibleName;
99
102 [attribute] boolean Visible;
103
108 void repaint();
109};
110
111}; }; }; };
112
113#endif
114
115/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Represents an item in a status bar.
Definition: XStatusbarItem.idl:34
boolean Visible
whether the item is visible or not
Definition: XStatusbarItem.idl:102
string QuickHelpText
the help text of the status bar item when help tips are on
Definition: XStatusbarItem.idl:94
unsigned long Width
the width of the status bar item
Definition: XStatusbarItem.idl:45
string Command
the command of the status bar item
Definition: XStatusbarItem.idl:37
string HelpText
the help text of the status bar item when extended help tips are on
Definition: XStatusbarItem.idl:90
unsigned short Style
the style of the status bar item
Definition: XStatusbarItem.idl:72
com::sun::star::awt::Rectangle ItemRect
the rectangle on the status bar device onto which the item is drawn
Definition: XStatusbarItem.idl:82
unsigned short ItemId
the unique ID of the control within the status bar
Definition: XStatusbarItem.idl:41
long Offset
the offset between this status bar item and the following
Definition: XStatusbarItem.idl:76
string Text
the text of status bar item
Definition: XStatusbarItem.idl:86
void repaint()
forces repainting the item onto the status bar device
string AccessibleName
the accessible name of the status bar item
Definition: XStatusbarItem.idl:98
Definition: Ambiguous.idl:22
specifies a rectangular area by position and size.
Definition: Rectangle.idl:30