LibreOffice
LibreOffice 5.3 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
form
runtime
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: */
com::sun::star::form::runtime::FormFeature::ToggleApplyFilter
const short ToggleApplyFilter
toggles the com::sun::star::sdb::RowSet::ApplyFilter property of a the form.
Definition:
FormFeature.idl:115
com::sun::star::form::runtime::FormFeature::ReloadForm
const short ReloadForm
reloads the form content
Definition:
FormFeature.idl:88
com::sun::star::form::runtime::FormFeature::MoveToInsertRow
const short MoveToInsertRow
moves the form to the insertion row, if privileges allow
Definition:
FormFeature.idl:70
com::sun::star::form::runtime::FormFeature::UndoRecordChanges
const short UndoRecordChanges
reverts all changes in the form's current record, including changes in the current control which had ...
Definition:
FormFeature.idl:80
com::sun::star::form::runtime::FormFeature::MoveAbsolute
const short MoveAbsolute
moves the form to a record given by absolute position.
Definition:
FormFeature.idl:41
com::sun::star::form::runtime::FormFeature::InteractiveFilter
const short InteractiveFilter
opens a dialog which allows the user to interactively specify a form filter
Definition:
FormFeature.idl:110
com::sun::star::form::runtime::FormFeature::RefreshCurrentControl
const short RefreshCurrentControl
refreshes the current control
Definition:
FormFeature.idl:136
com::sun::star::form::runtime::FormFeature::SortDescending
const short SortDescending
sorts the form descending by the field which the active form control is bound to. ...
Definition:
FormFeature.idl:94
com::sun::star::form::runtime::FormFeature::DeleteRecord
const short DeleteRecord
deletes the current record, while honoring any registered com::sun::star::form::XConfirmDeleteListene...
Definition:
FormFeature.idl:85
com::sun::star::form::runtime::FormFeature::TotalRecords
const short TotalRecords
determines the number of total records in the form, including the potentially active insertion row...
Definition:
FormFeature.idl:55
com::sun::star::form::runtime::FormFeature::InteractiveSort
const short InteractiveSort
opens a dialog which allows the user to interactively specify a form sorting order ...
Definition:
FormFeature.idl:97
com::sun::star::form::runtime::FormFeature::SortAscending
const short SortAscending
sorts the form ascending by the field which the active form control is bound to.
Definition:
FormFeature.idl:91
com::sun::star::form::runtime::FormFeature::MoveToPrevious
const short MoveToPrevious
moves the form to the record before the current record, if there is any
Definition:
FormFeature.idl:61
com::sun::star::form::runtime::FormFeature::AutoFilter
const short AutoFilter
adds a filter to the form, which is defined by the active form control and its current value ...
Definition:
FormFeature.idl:107
com::sun::star::form::runtime::FormFeature::SaveRecordChanges
const short SaveRecordChanges
saves all changes in the form's current record, including changes in the current control which had no...
Definition:
FormFeature.idl:75
com::sun::star::form::runtime::FormFeature::MoveToLast
const short MoveToLast
moves the form to the last record
Definition:
FormFeature.idl:67
com::sun::star::form::runtime::FormFeature::RemoveFilterAndSort
const short RemoveFilterAndSort
removes all filter and sort criteria put on the form.
Definition:
FormFeature.idl:127
com::sun::star::form::runtime::FormFeature::MoveToFirst
const short MoveToFirst
moves the form to the first record
Definition:
FormFeature.idl:58
com::sun::star::form::runtime::FormFeature::MoveToNext
const short MoveToNext
moves the form to the record after the current record, if there is any
Definition:
FormFeature.idl:64
Generated by
1.8.5