LibreOffice
LibreOffice 7.3 SDK API Reference
NavigationToolBar.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_form_component_NavigationToolBar_idl__
20#define __com_sun_star_form_component_NavigationToolBar_idl__
21
24
25
26 module com { module sun { module star { module form { module component {
27
28
34{
36
45 [property] short Border;
46
49 [property] boolean Enabled;
50
54
57 [property] long TextColor;
58
64 [property] long TextLineColor;
65
71 [property] long FontRelief;
72
78 [property] long FontEmphasisMark;
79
87 [property] short IconSize;
88
92 [property] boolean ShowPosition;
93
97 [property] boolean ShowNavigation;
98
102 [property] boolean ShowRecordActions;
103
107 [property] boolean ShowFilterSort;
108
116 [property] long RepeatDelay;
117};
118
119
120}; }; }; }; };
121
122#endif
123
124/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Ambiguous.idl:22
specifies a control model within a form.
Definition: FormControlModel.idl:40
This service specifies the model for control which provides controller functionality for a DataForm,...
Definition: NavigationToolBar.idl:34
long FontRelief
specifies the relief for the font described in FontDescriptor
Definition: NavigationToolBar.idl:71
long RepeatDelay
specifies a repeat delay for the control
Definition: NavigationToolBar.idl:116
boolean ShowPosition
determines whether the control should provide functionality for positioning the parent form
Definition: NavigationToolBar.idl:92
short Border
denotes the border style of the control.
Definition: NavigationToolBar.idl:45
long TextLineColor
specifies the text line color (as RGB value) of the control.
Definition: NavigationToolBar.idl:64
short IconSize
specifies the size of the icons in the control
Definition: NavigationToolBar.idl:87
boolean ShowRecordActions
determines whether the control should provide functionality for acting on the current record of the p...
Definition: NavigationToolBar.idl:102
com::sun::star::awt::FontDescriptor FontDescriptor
contains the font attributes for the text in the control
Definition: NavigationToolBar.idl:53
long TextColor
specifies the text color (as RGB value) of the control.
Definition: NavigationToolBar.idl:57
boolean ShowFilterSort
determines whether the control should provide functionality for filtering and sorting the parent form
Definition: NavigationToolBar.idl:107
boolean Enabled
determines whether the control is enabled or disabled.
Definition: NavigationToolBar.idl:49
boolean ShowNavigation
determines whether the control should provide functionality for navigating the parent form
Definition: NavigationToolBar.idl:97
long FontEmphasisMark
specifies the emphasis mark for the font described in FontDescriptor
Definition: NavigationToolBar.idl:78
describes the characteristics of a font.
Definition: FontDescriptor.idl:34