LibreOffice
LibreOffice 7.4 SDK API Reference
TableValidation.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_sheet_TableValidation_idl__
21 #define __com_sun_star_sheet_TableValidation_idl__
22 
27 
28 
29 module com { module sun { module star { module sheet {
30 
31 
34 published service TableValidation
35 {
36 
38 
40 
41 
45 
46 
50  [property] boolean ShowInputMessage;
51 
52 
58  [property] string InputTitle;
59 
60 
66  [property] string InputMessage;
67 
68 
72  [property] boolean ShowErrorMessage;
73 
74 
80  [property] string ErrorTitle;
81 
82 
88  [property] string ErrorMessage;
89 
90 
93  [property] boolean IgnoreBlankCells;
94 
95 
102 
103 
108  [optional,property] short ShowList;
109 
110 };
111 
112 
113 }; }; }; };
114 
115 #endif
116 
117 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
provides methods to access the settings of a condition in a conditional format or data validation.
Definition: XSheetCondition.idl:38
ValidationType
used to specify which cell contents are treated as valid.
Definition: ValidationType.idl:30
ValidationAlertStyle
used to specify how invalid cell contents are treated.
Definition: ValidationAlertStyle.idl:30
Definition: Ambiguous.idl:22
represents the data validation settings for a cell or cell range.
Definition: TableValidation.idl:35
com::sun::star::sheet::ValidationType Type
specifies the type of validation.
Definition: TableValidation.idl:39
short ShowList
specifies if the list of possible values should be shown on the cell and how.
Definition: TableValidation.idl:108
string InputTitle
specifies the title of the window showing the input message.
Definition: TableValidation.idl:58
string ErrorMessage
specifies the text of the error message.
Definition: TableValidation.idl:88
boolean IgnoreBlankCells
specifies if blank cells should be allowed.
Definition: TableValidation.idl:93
boolean ShowInputMessage
specifies if an input message is shown when the cursor is in a cell with these validation settings.
Definition: TableValidation.idl:50
string InputMessage
specifies the text of the input message.
Definition: TableValidation.idl:66
string ErrorTitle
specifies the title of the window showing the error message.
Definition: TableValidation.idl:80
com::sun::star::sheet::ValidationAlertStyle ErrorAlertStyle
specifies the style of the error message.
Definition: TableValidation.idl:101
boolean ShowErrorMessage
specifies if an error message is displayed when invalid data is entered.
Definition: TableValidation.idl:72