LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
20
module
com
{ module sun { module star { module ui {
21
28
interface
XStatusbarItem
29
{
32
[attribute, readonly]
string
Command
;
33
36
[attribute, readonly]
unsigned
short
ItemId
;
37
40
[attribute, readonly]
unsigned
long
Width
;
41
67
[attribute, readonly]
unsigned
short
Style
;
68
71
[attribute, readonly]
long
Offset
;
72
77
[attribute, readonly]
com::sun::star::awt::Rectangle
ItemRect
;
78
81
[attribute]
string
Text
;
82
85
[attribute]
string
HelpText
;
86
89
[attribute]
string
QuickHelpText
;
90
93
[attribute]
string
AccessibleName
;
94
97
[attribute]
boolean
Visible
;
98
103
void
repaint
();
104
};
105
106
}; }; }; };
107
108
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::ui::XStatusbarItem
Represents an item in a status bar.
Definition
XStatusbarItem.idl:29
com::sun::star::ui::XStatusbarItem::Visible
boolean Visible
whether the item is visible or not
Definition
XStatusbarItem.idl:97
com::sun::star::ui::XStatusbarItem::QuickHelpText
string QuickHelpText
the help text of the status bar item when help tips are on
Definition
XStatusbarItem.idl:89
com::sun::star::ui::XStatusbarItem::Width
unsigned long Width
the width of the status bar item
Definition
XStatusbarItem.idl:40
com::sun::star::ui::XStatusbarItem::Command
string Command
the command of the status bar item
Definition
XStatusbarItem.idl:32
com::sun::star::ui::XStatusbarItem::HelpText
string HelpText
the help text of the status bar item when extended help tips are on
Definition
XStatusbarItem.idl:85
com::sun::star::ui::XStatusbarItem::Style
unsigned short Style
the style of the status bar item
Definition
XStatusbarItem.idl:67
com::sun::star::ui::XStatusbarItem::ItemRect
com::sun::star::awt::Rectangle ItemRect
the rectangle on the status bar device onto which the item is drawn
Definition
XStatusbarItem.idl:77
com::sun::star::ui::XStatusbarItem::ItemId
unsigned short ItemId
the unique ID of the control within the status bar
Definition
XStatusbarItem.idl:36
com::sun::star::ui::XStatusbarItem::Offset
long Offset
the offset between this status bar item and the following
Definition
XStatusbarItem.idl:71
com::sun::star::ui::XStatusbarItem::Text
string Text
the text of status bar item
Definition
XStatusbarItem.idl:81
com::sun::star::ui::XStatusbarItem::repaint
void repaint()
forces repainting the item onto the status bar device
com::sun::star::ui::XStatusbarItem::AccessibleName
string AccessibleName
the accessible name of the status bar item
Definition
XStatusbarItem.idl:93
com
Definition
Ambiguous.idl:20
com::sun::star::awt::Rectangle
specifies a rectangular area by position and size.
Definition
Rectangle.idl:28
com
sun
star
ui
XStatusbarItem.idl
Generated by
1.17.0