LibreOffice
LibreOffice 24.2 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 
20 
21  module com { module sun { module star { module form { module component {
22 
23 
29 {
31 
40  [property] short Border;
41 
44  [property] boolean Enabled;
45 
49 
52  [property] long TextColor;
53 
59  [property] long TextLineColor;
60 
66  [property] long FontRelief;
67 
73  [property] long FontEmphasisMark;
74 
82  [property] short IconSize;
83 
87  [property] boolean ShowPosition;
88 
92  [property] boolean ShowNavigation;
93 
97  [property] boolean ShowRecordActions;
98 
102  [property] boolean ShowFilterSort;
103 
111  [property] long RepeatDelay;
112 };
113 
114 
115 }; }; }; }; };
116 
117 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This service specifies the model for control which provides controller functionality for a DataForm...
Definition: NavigationToolBar.idl:28
boolean ShowFilterSort
determines whether the control should provide functionality for filtering and sorting the parent form...
Definition: NavigationToolBar.idl:102
boolean ShowRecordActions
determines whether the control should provide functionality for acting on the current record of the p...
Definition: NavigationToolBar.idl:97
specifies a control model within a form.
Definition: FormControlModel.idl:29
Definition: Ambiguous.idl:20
short IconSize
specifies the size of the icons in the control
Definition: NavigationToolBar.idl:82
boolean ShowPosition
determines whether the control should provide functionality for positioning the parent form ...
Definition: NavigationToolBar.idl:87
long TextLineColor
specifies the text line color (as RGB value) of the control.
Definition: NavigationToolBar.idl:59
Border
is used to select one of the four borders of a cell range.
Definition: Border.idl:26
long FontEmphasisMark
specifies the emphasis mark for the font described in FontDescriptor
Definition: NavigationToolBar.idl:73
boolean Enabled
determines whether the control is enabled or disabled.
Definition: NavigationToolBar.idl:44
describes the characteristics of a font.
Definition: FontDescriptor.idl:29
boolean ShowNavigation
determines whether the control should provide functionality for navigating the parent form ...
Definition: NavigationToolBar.idl:92
long TextColor
specifies the text color (as RGB value) of the control.
Definition: NavigationToolBar.idl:52
long RepeatDelay
specifies a repeat delay for the control
Definition: NavigationToolBar.idl:111
long FontRelief
specifies the relief for the font described in FontDescriptor
Definition: NavigationToolBar.idl:66
com::sun::star::awt::FontDescriptor FontDescriptor
contains the font attributes for the text in the control
Definition: NavigationToolBar.idl:48