LibreOffice
LibreOffice 7.2 SDK API Reference
SetExpression.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#ifndef __com_sun_star_text_textfield_SetExpression_idl__
21#define __com_sun_star_text_textfield_SetExpression_idl_
22
25
26
27module com { module sun { module star { module text { module textfield {
28
32published service SetExpression
33{
35
38 [property] string Content;
39
43 [property] string CurrentPresentation;
44
48 [property] long NumberFormat;
49
53 [property] short NumberingType;
54
57 [property] boolean IsShowFormula;
58
62 [property] string Hint;
63
66 [property] boolean IsInput;
67
70 [property] boolean IsVisible;
71
74 [property] short SequenceValue;
75
79 [property] short SubType;
80
83 [property]double Value;
84
88 [property, readonly] string VariableName;
89
96 [optional, property] boolean IsFixedLanguage;
97};
98
99
100}; }; }; }; };
101
102#endif
103
104/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition: Accessible.idl:22
is a TextField which is not specified by itself, but dependent on a TextFieldMaster.
Definition: DependentTextField.idl:34
specifies service of an expression text field.
Definition: SetExpression.idl:33
string Hint
contains an informational text that is displayed at the user interface if it's an input field.
Definition: SetExpression.idl:62
string VariableName
contains the name of the set expression field master this field is connected to.
Definition: SetExpression.idl:88
boolean IsInput
determines whether this field is an input field.
Definition: SetExpression.idl:66
long NumberFormat
this is the number format for this field.
Definition: SetExpression.idl:48
short SubType
determines the type of the variable as described in com::sun::star::text::SetVariableType
Definition: SetExpression.idl:79
string CurrentPresentation
contains the current content of the text field.
Definition: SetExpression.idl:43
string Content
contains the textual content of the field.
Definition: SetExpression.idl:34
boolean IsFixedLanguage
determines whether changes in language attributes at the position the text field is located also chan...
Definition: SetExpression.idl:96
double Value
contains the numerical value of the field.
Definition: SetExpression.idl:83
boolean IsShowFormula
determines whether the content is displayed or evaluated.
Definition: SetExpression.idl:57
boolean IsVisible
determines whether the field is visible.
Definition: SetExpression.idl:70
short SequenceValue
contains the sequence value when this field is used as sequence field.
Definition: SetExpression.idl:74
short NumberingType
specifies the type of the numbering as com::sun::star::style::NumberingType
Definition: SetExpression.idl:53