bump product version to 5.0.4.1
[LibreOffice.git] / reportdesign / source / inc / uistrings.hrc
blob4aaca430f215049cdfb254cc06630f1b742a5da0
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 #ifndef REPORTDESIGN_SHARED_UISTRINGS_HRC
20 #define REPORTDESIGN_SHARED_UISTRINGS_HRC
22 #include <rtl/ustring.hxx>
24 #define STRINGCONSTANTS_INCLUDED_INDIRECT
25 #include "stringconstants.hrc"
26 #undef STRINGCONSTANTS_INCLUDED_INDIRECT
28 #define PROPERTY_REPORTNAME "ReportName"
29 #define CFG_REPORTDESIGNER "SunReportBuilder"
30 #define DBREPORTHEADER "ReportHeader"
31 #define DBREPORTFOOTER "ReportFooter"
32 #define DBPAGEHEADER "PageHeader"
33 #define DBPAGEFOOTER "PageFooter"
34 #define DBGROUPHEADER "GroupHeader"
35 #define DBGROUPFOOTER "GroupFooter"
36 #define DBDETAIL "Detail"
37 #define REPORTCONTROLFORMAT "ReportControlFormat"
38 #define CURRENT_WINDOW "CurrentWindow"
39 #define PROPERTY_FONTCOLOR "FontColor"
40 #define PROPERTY_EMPTY_IS_NULL "ConvertEmptyToNull"
41 #define PROPERTY_FILTERPROPOSAL "UseFilterValueProposal"
42 #define PROPERTY_POSITION "Position"
43 #define PROPERTY_FORMATKEYDATE "FormatKeyDate"
44 #define PROPERTY_FORMATKEYTIME "FormatKeyTime"
45 #define DBOVERLAPPEDCONTROL "OverlappedControl"
46 #define PROPERTY_FORMULALIST "FormulaList"
47 #define PROPERTY_SCOPE "Scope"
48 #define PROPERTY_CHARTTYPE "ChartType"
49 #define PROPERTY_PREVIEW_COUNT "RowLimit"
50 #define PROPERTY_TITLE "Title"
51 #define PROPERTY_AREA "Area"
52 #define PROPERTY_FILLCOLOR "FillColor"
53 #define DBTEXTBOXBOUNDCONTENT "TextBoxBoundContent"
55 #endif // REPORTDESIGN_SHARED_UISTRINGS_HRC
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */