LibreOffice
LibreOffice 24.2 SDK API Reference
GetExpression.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 text { module textfield {
22 
26 published service GetExpression
27 {
31  [property]string Content;
35  [property]string CurrentPresentation;
39  [property]long NumberFormat;
40 
43  [property]boolean IsShowFormula;
47  [property]short SubType;
50  [property, readonly] double Value;
51 
54  [property]short VariableSubtype;
60  [optional, property] boolean IsFixedLanguage;
61 };
62 
63 
64 }; }; }; }; };
65 
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short TextField
denotes a control which allows the user to enter property values consisting of a single line of text ...
Definition: PropertyControlType.idl:60
short VariableSubtype
deprecated
Definition: GetExpression.idl:54
boolean IsShowFormula
determines whether the content is displayed or evaluated.
Definition: GetExpression.idl:43
long NumberFormat
this is the number format for this field.
Definition: GetExpression.idl:39
string CurrentPresentation
contains the current content of the text field.
Definition: GetExpression.idl:35
Definition: Ambiguous.idl:20
specifies service of a get expression text field.
Definition: GetExpression.idl:26
double Value
contains the numerical value of the field.
Definition: GetExpression.idl:50
short SubType
determines the type of the variable as described in com::sun::star::text::SetVariableType ...
Definition: GetExpression.idl:47
string Content
contains the textual content of the field.
Definition: GetExpression.idl:28
boolean IsFixedLanguage
determines whether changes in language attributes at the position the text field is located also chan...
Definition: GetExpression.idl:60