offapi: reformat SetExpression.idl
Change-Id: I6119582d0809c12a273b15ea021758f8d3a6e196
This commit is contained in:
@@ -36,6 +36,7 @@ published service SetExpression
|
||||
/** contains the textual content of the field.
|
||||
*/
|
||||
[property] string Content;
|
||||
|
||||
/** contains the current content of the text field.
|
||||
<p>This property is especially useful for import/export purposes.</p>
|
||||
*/
|
||||
@@ -45,38 +46,50 @@ published service SetExpression
|
||||
@see com::sun::star::util::NumberFormatter
|
||||
*/
|
||||
[property] long NumberFormat;
|
||||
|
||||
/** specifies the type of the numbering as
|
||||
<type scope="com::sun::star::style">NumberingType</type>
|
||||
*/
|
||||
[property] short NumberingType;
|
||||
|
||||
/** determines whether the content is displayed or evaluated.
|
||||
*/
|
||||
[property] boolean IsShowFormula;
|
||||
|
||||
/** contains an informational text that is displayed at the user
|
||||
interface if it's an input field.
|
||||
*/
|
||||
[property] string Hint;
|
||||
|
||||
/** determines whether this field is an input field.
|
||||
*/
|
||||
[property] boolean IsInput;
|
||||
|
||||
/** determines whether the field is visible.
|
||||
*/
|
||||
[property] boolean IsVisible;
|
||||
|
||||
/** contains the sequence value when this field is used as sequence field.
|
||||
*/
|
||||
[property] short SequenceValue;
|
||||
|
||||
/** determines the type of the variable as described in
|
||||
<type scope="com::sun::star::text">SetVariableType</type>
|
||||
*/
|
||||
[property] short SubType;
|
||||
|
||||
/** contains the numerical value of the field.
|
||||
*/
|
||||
[property]double Value;
|
||||
/** contains the name of the set expression field master this field is connected to.
|
||||
|
||||
/** contains the name of the set expression field master this field is
|
||||
connected to.
|
||||
*/
|
||||
[property, readonly] string VariableName;
|
||||
/** determines whether changes in language attributes at the position the text field
|
||||
is located also change the number format as appropriate for this language.
|
||||
|
||||
/** determines whether changes in language attributes at the position
|
||||
the text field is located also change the number format as appropriate
|
||||
for this language.
|
||||
|
||||
@since OOo 1.1.2
|
||||
*/
|
||||
|
Reference in New Issue
Block a user