LibreOffice Module svx (master) 1
fmurl.hxx
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 INCLUDED_SVX_SOURCE_INC_FMURL_HXX
21#define INCLUDED_SVX_SOURCE_INC_FMURL_HXX
22
23#include <rtl/ustring.hxx>
24
25inline constexpr OUStringLiteral FMURL_FORM_POSITION = u".uno:FormController/positionForm";
26inline constexpr OUStringLiteral FMURL_FORM_RECORDCOUNT = u".uno:FormController/RecordCount";
27inline constexpr OUStringLiteral FMURL_RECORD_MOVEFIRST = u".uno:FormController/moveToFirst";
28inline constexpr OUStringLiteral FMURL_RECORD_MOVEPREV = u".uno:FormController/moveToPrev";
29inline constexpr OUStringLiteral FMURL_RECORD_MOVENEXT = u".uno:FormController/moveToNext";
30inline constexpr OUStringLiteral FMURL_RECORD_MOVELAST = u".uno:FormController/moveToLast";
31inline constexpr OUStringLiteral FMURL_RECORD_MOVETONEW = u".uno:FormController/moveToNew";
32inline constexpr OUStringLiteral FMURL_RECORD_UNDO = u".uno:FormController/undoRecord";
33inline constexpr OUStringLiteral FMURL_RECORD_SAVE = u".uno:FormController/saveRecord";
34inline constexpr OUStringLiteral FMURL_RECORD_DELETE = u".uno:FormController/deleteRecord";
35inline constexpr OUStringLiteral FMURL_FORM_REFRESH = u".uno:FormController/refreshForm";
36inline constexpr OUStringLiteral FMURL_FORM_REFRESH_CURRENT_CONTROL = u".uno:FormController/refreshCurrentControl";
37inline constexpr OUStringLiteral FMURL_FORM_SORT_UP = u".uno:FormController/sortUp";
38inline constexpr OUStringLiteral FMURL_FORM_SORT_DOWN = u".uno:FormController/sortDown";
39inline constexpr OUStringLiteral FMURL_FORM_SORT = u".uno:FormController/sort";
40inline constexpr OUStringLiteral FMURL_FORM_AUTO_FILTER = u".uno:FormController/autoFilter";
41inline constexpr OUStringLiteral FMURL_FORM_FILTER = u".uno:FormController/filter";
42inline constexpr OUStringLiteral FMURL_FORM_APPLY_FILTER = u".uno:FormController/applyFilter";
43inline constexpr OUStringLiteral FMURL_FORM_REMOVE_FILTER = u".uno:FormController/removeFilterOrder";
44inline constexpr OUStringLiteral FMURL_CONFIRM_DELETION = u".uno:FormSlots/ConfirmDeletion";
45inline constexpr OUStringLiteral FMURL_COMPONENT_FORMGRIDVIEW = u".component:DB/FormGridView";
46inline constexpr OUStringLiteral FMURL_GRIDVIEW_CLEARVIEW = u".uno:FormSlots/ClearView";
47inline constexpr OUStringLiteral FMURL_GRIDVIEW_ADDCOLUMN = u".uno:FormSlots/AddGridColumn";
48inline constexpr OUStringLiteral FMURL_GRIDVIEW_ATTACHTOFORM = u".uno:FormSlots/AttachToForm";
49inline constexpr OUStringLiteral FMARG_ATTACHTO_MASTERFORM = u"MasterForm";
50inline constexpr OUStringLiteral FMARG_ADDCOL_COLUMNTYPE = u"ColumnType";
51inline constexpr OUStringLiteral FMARG_ADDCOL_COLUMNPOS = u"ColumnPosition";
52
53#endif // INCLUDED_SVX_SOURCE_INC_FMURL_HXX
54
55/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
float u
constexpr OUStringLiteral FMURL_FORM_APPLY_FILTER
Definition: fmurl.hxx:42
constexpr OUStringLiteral FMURL_FORM_AUTO_FILTER
Definition: fmurl.hxx:40
constexpr OUStringLiteral FMURL_RECORD_MOVETONEW
Definition: fmurl.hxx:31
constexpr OUStringLiteral FMURL_RECORD_SAVE
Definition: fmurl.hxx:33
constexpr OUStringLiteral FMURL_GRIDVIEW_CLEARVIEW
Definition: fmurl.hxx:46
constexpr OUStringLiteral FMURL_FORM_RECORDCOUNT
Definition: fmurl.hxx:26
constexpr OUStringLiteral FMURL_FORM_REMOVE_FILTER
Definition: fmurl.hxx:43
constexpr OUStringLiteral FMARG_ATTACHTO_MASTERFORM
Definition: fmurl.hxx:49
constexpr OUStringLiteral FMURL_RECORD_MOVELAST
Definition: fmurl.hxx:30
constexpr OUStringLiteral FMURL_FORM_REFRESH_CURRENT_CONTROL
Definition: fmurl.hxx:36
constexpr OUStringLiteral FMARG_ADDCOL_COLUMNPOS
Definition: fmurl.hxx:51
constexpr OUStringLiteral FMURL_FORM_REFRESH
Definition: fmurl.hxx:35
constexpr OUStringLiteral FMURL_FORM_FILTER
Definition: fmurl.hxx:41
constexpr OUStringLiteral FMURL_RECORD_DELETE
Definition: fmurl.hxx:34
constexpr OUStringLiteral FMURL_RECORD_MOVENEXT
Definition: fmurl.hxx:29
constexpr OUStringLiteral FMURL_FORM_POSITION
Definition: fmurl.hxx:25
constexpr OUStringLiteral FMURL_GRIDVIEW_ATTACHTOFORM
Definition: fmurl.hxx:48
constexpr OUStringLiteral FMURL_FORM_SORT_DOWN
Definition: fmurl.hxx:38
constexpr OUStringLiteral FMARG_ADDCOL_COLUMNTYPE
Definition: fmurl.hxx:50
constexpr OUStringLiteral FMURL_RECORD_MOVEPREV
Definition: fmurl.hxx:28
constexpr OUStringLiteral FMURL_FORM_SORT
Definition: fmurl.hxx:39
constexpr OUStringLiteral FMURL_COMPONENT_FORMGRIDVIEW
Definition: fmurl.hxx:45
constexpr OUStringLiteral FMURL_CONFIRM_DELETION
Definition: fmurl.hxx:44
constexpr OUStringLiteral FMURL_RECORD_MOVEFIRST
Definition: fmurl.hxx:27
constexpr OUStringLiteral FMURL_FORM_SORT_UP
Definition: fmurl.hxx:37
constexpr OUStringLiteral FMURL_GRIDVIEW_ADDCOLUMN
Definition: fmurl.hxx:47
constexpr OUStringLiteral FMURL_RECORD_UNDO
Definition: fmurl.hxx:32