LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FormFeature.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_form_runtime_FormFeature_idl__
21 #define __com_sun_star_form_runtime_FormFeature_idl__
22 
23 
24 module com { module sun { module star { module form { module runtime {
25 
26 
32 constants FormFeature
33 {
41  const short MoveAbsolute = 1;
42 
55  const short TotalRecords = 2;
56 
58  const short MoveToFirst = 3;
59 
61  const short MoveToPrevious = 4;
62 
64  const short MoveToNext = 5;
65 
67  const short MoveToLast = 6;
68 
70  const short MoveToInsertRow = 7;
71 
75  const short SaveRecordChanges = 8;
76 
80  const short UndoRecordChanges = 9;
81 
85  const short DeleteRecord = 10;
86 
88  const short ReloadForm = 11;
89 
91  const short SortAscending = 12;
92 
94  const short SortDescending = 13;
95 
97  const short InteractiveSort = 14;
98 
107  const short AutoFilter = 15;
108 
110  const short InteractiveFilter = 16;
111 
115  const short ToggleApplyFilter = 17;
116 
127  const short RemoveFilterAndSort = 18;
128 
136  const short RefreshCurrentControl = 19;
137 };
138 
139 
140 }; }; }; }; };
141 
142 
143 #endif
144 
145 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */