/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: uistrings.cxx,v $ * * $Revision: 1.4 $ * * last change: $Author: ihi $ $Date: 2007-11-20 19:05:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #include "precompiled_reportdesign.hxx" #include "uistrings.hrc" namespace rptui { #include "stringconstants.cxx" IMPLEMENT_CONSTASCII_USTRING(PROPERTY_REPORTNAME , "ReportName"); IMPLEMENT_CONSTASCII_USTRING(CFG_REPORTDESIGNER , "SunReportBuilder"); IMPLEMENT_CONSTASCII_USTRING(DBREPORTHEADER , "ReportHeader"); IMPLEMENT_CONSTASCII_USTRING(DBREPORTFOOTER , "ReportFooter"); IMPLEMENT_CONSTASCII_USTRING(DBPAGEHEADER , "PageHeader"); IMPLEMENT_CONSTASCII_USTRING(DBPAGEFOOTER , "PageFooter"); IMPLEMENT_CONSTASCII_USTRING(DBGROUPHEADER , "GroupHeader"); IMPLEMENT_CONSTASCII_USTRING(DBGROUPFOOTER , "GroupFooter"); IMPLEMENT_CONSTASCII_USTRING(DBCOLUMNHEADER , "ColumnHeader"); IMPLEMENT_CONSTASCII_USTRING(DBCOLUMNFOOTER , "ColumnFooter"); IMPLEMENT_CONSTASCII_USTRING(DBDETAIL , "Detail"); IMPLEMENT_CONSTASCII_USTRING(REPORTCONTROLFORMAT , "ReportControlFormat"); IMPLEMENT_CONSTASCII_USTRING(CURRENT_WINDOW , "CurrentWindow"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FONTCOLOR , "FontColor"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_EMPTY_IS_NULL , "ConvertEmptyToNull"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FILTERPROPOSAL , "UseFilterValueProposal"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_POSITION , "Position"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FORMATKEYDATE , "FormatKeyDate"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FORMATKEYTIME , "FormatKeyTime"); IMPLEMENT_CONSTASCII_USTRING(DBOVERLAPPEDCONTROL , "OverlappedControl"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FORMULALIST , "FormulaList"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_SCOPE , "Scope"); }