1*37e8fa01SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*37e8fa01SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*37e8fa01SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*37e8fa01SAndrew Rist * distributed with this work for additional information 6*37e8fa01SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*37e8fa01SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*37e8fa01SAndrew Rist * "License"); you may not use this file except in compliance 9*37e8fa01SAndrew Rist * with the License. You may obtain a copy of the License at 10*37e8fa01SAndrew Rist * 11*37e8fa01SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*37e8fa01SAndrew Rist * 13*37e8fa01SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*37e8fa01SAndrew Rist * software distributed under the License is distributed on an 15*37e8fa01SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*37e8fa01SAndrew Rist * KIND, either express or implied. See the License for the 17*37e8fa01SAndrew Rist * specific language governing permissions and limitations 18*37e8fa01SAndrew Rist * under the License. 19*37e8fa01SAndrew Rist * 20*37e8fa01SAndrew Rist *************************************************************/ 21*37e8fa01SAndrew Rist 22*37e8fa01SAndrew Rist 23cdf0e10cSrcweir#ifndef REPORTDESIGN_SHARED_UISTRINGS_HRC 24cdf0e10cSrcweir#define REPORTDESIGN_SHARED_UISTRINGS_HRC 25cdf0e10cSrcweir 26cdf0e10cSrcweir#ifndef _RTL_USTRING_HXX_ 27cdf0e10cSrcweir#include <rtl/ustring.hxx> 28cdf0e10cSrcweir#endif 29cdf0e10cSrcweir 30cdf0e10cSrcweirnamespace rptui 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir#define STRINGCONSTANTS_INCLUDED_INDIRECT 33cdf0e10cSrcweir#include "stringconstants.hrc" 34cdf0e10cSrcweir#undef STRINGCONSTANTS_INCLUDED_INDIRECT 35cdf0e10cSrcweir 36cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_REPORTNAME ); 37cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(CFG_REPORTDESIGNER ); 38cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBREPORTHEADER ); 39cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBREPORTFOOTER ); 40cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBPAGEHEADER ); 41cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBPAGEFOOTER ); 42cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBGROUPHEADER ); 43cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBGROUPFOOTER ); 44cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBCOLUMNHEADER ); 45cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBCOLUMNFOOTER ); 46cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBDETAIL ); 47cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(REPORTCONTROLFORMAT ); 48cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(CURRENT_WINDOW ); 49cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FONTCOLOR ); 50cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_EMPTY_IS_NULL ); 51cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILTERPROPOSAL ); 52cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_POSITION ); 53cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FORMATKEYDATE ); 54cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FORMATKEYTIME ); 55cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBOVERLAPPEDCONTROL ); 56cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FORMULALIST ); 57cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_SCOPE ); 58cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_CHARTTYPE ); 59cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_PREVIEW_COUNT ); 60cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_TITLE ); 61cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_AREA ); 62cdf0e10cSrcweir 63cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILLCOLOR ); 64cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILLGRADIENT ); 65cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILLGRADIENTNAME ); 66cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILLHATCHNAME ); 67cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILLBITMAPNAME ); 68cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(PROPERTY_FILLSTYLE ); 69cdf0e10cSrcweirDECLARE_CONSTASCII_USTRING(DBTEXTBOXBOUNDCONTENT ); 70cdf0e10cSrcweir 71cdf0e10cSrcweir} 72cdf0e10cSrcweir 73cdf0e10cSrcweir#endif // REPORTDESIGN_SHARED_UISTRINGS_HRC 74cdf0e10cSrcweir 75