604a7d7858
2008/03/31 13:27:47 rt 1.2.434.1: #i87441# Change license header to LPGL v3.
128 lines
6.3 KiB
Text
128 lines
6.3 KiB
Text
/*************************************************************************
|
||
*
|
||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||
*
|
||
* Copyright 2008 by Sun Microsystems, Inc.
|
||
*
|
||
* OpenOffice.org - a multi-platform office productivity suite
|
||
*
|
||
* $RCSfile: sbagrid.hrc,v $
|
||
* $Revision: 1.3 $
|
||
*
|
||
* This file is part of OpenOffice.org.
|
||
*
|
||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
||
* it under the terms of the GNU Lesser General Public License version 3
|
||
* only, as published by the Free Software Foundation.
|
||
*
|
||
* OpenOffice.org 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 version 3 for more details
|
||
* (a copy is included in the LICENSE file that accompanied this code).
|
||
*
|
||
* You should have received a copy of the GNU Lesser General Public License
|
||
* version 3 along with OpenOffice.org. If not, see
|
||
* <http://www.openoffice.org/license.html>
|
||
* for a copy of the LGPLv3 License.
|
||
*
|
||
************************************************************************/
|
||
|
||
#ifndef DBACCESS_SBA_GRID_HRC
|
||
#define DBACCESS_SBA_GRID_HRC
|
||
|
||
//----------------Menueitems-------------------------------------------------
|
||
//#define SID_SBA_BRW_DELETEROWS (SID_SBA_START + 34) // Zeilen loeschen
|
||
//#define SID_SBA_BRW_HIDECOL (SID_SBA_START + 35) // Spalten verstecken
|
||
//#define SID_SBA_BRW_SHOWCOL (SID_SBA_START + 36) // Spalten wieder zeigen
|
||
//#define SID_SBA_BRW_SHOWALLCOLS (SID_SBA_START + 37) // Alle Spalten wieder zeigen
|
||
//#define SID_SBA_BRW_INSERTROWS (SID_SBA_START + 38) // Zeilen einfuegen
|
||
//#define SID_SBA_BRW_DELETEROW (SID_SBA_START + 39) // Zeilen loeschen
|
||
//#define SID_SBA_TABED_PRIMARYKEY (SID_SBA_START + 40) // Primary key vergeben
|
||
//#define SID_QRY_FUNCTION (SID_SBA_START + 41) // Funktionen anzeigen
|
||
//#define SID_QRY_TABLENAME (SID_SBA_START + 42) // Tabellennamen anzeigen
|
||
//#define SID_QRY_ALIASNAME (SID_SBA_START + 43) // Aliasnamen anzeigen
|
||
//#define SID_QRY_DISTINCT (SID_SBA_START + 44) // Distinct anzeigen
|
||
//#define SID_TBL_SORT_ASC (SID_SBA_START + 45) // Aufsteigen Sortieren
|
||
//#define SID_TBL_SORT_DESC (SID_SBA_START + 46) // Absteigen Sortieren
|
||
|
||
//#define SID_DBSTATE_ACTUALIZE (SID_SBA_START + 48) // actualize dbstate
|
||
//#define SID_DBSTATE_SHUTDOWN (SID_SBA_START + 49) // shutdown db
|
||
//#define SID_DBSTATE_RESTART (SID_SBA_START + 50) // restart db
|
||
|
||
// Tabelle
|
||
#define SBA_WHICHID_START 100
|
||
// Zeilenhoehe
|
||
#define SBA_DEF_ROWHEIGHT (SBA_WHICHID_START+131) // SbaColRowSizeItem
|
||
|
||
#define SBA_DEF_RANGEFONT (SBA_WHICHID_START+132) // RangeItem
|
||
#define SBA_DEF_FONT (SBA_WHICHID_START+133) // SvxFontItem
|
||
#define SBA_DEF_FONTHEIGHT (SBA_WHICHID_START+134) // SvxFontHeightItem
|
||
#define SBA_DEF_FONTCOLOR (SBA_WHICHID_START+135) // SvxColorItem
|
||
#define SBA_DEF_FONTWEIGHT (SBA_WHICHID_START+136) // SvxWeightItem
|
||
#define SBA_DEF_POSTURE (SBA_WHICHID_START+137) // SvxPostureItem
|
||
#define SBA_DEF_SHADOWED (SBA_WHICHID_START+138) // SvxShadowedItem
|
||
#define SBA_DEF_CONTOUR (SBA_WHICHID_START+139) // SvxContourItem
|
||
#define SBA_DEF_CROSSEDOUT (SBA_WHICHID_START+140) // SvxCrossedOutItem
|
||
#define SBA_DEF_UNDERLINE (SBA_WHICHID_START+141) // SvxUnderlineItem
|
||
#define SBA_DEF_LANGUAGE (SBA_WHICHID_START+142) // SvxLanguageItem
|
||
|
||
// Spalten
|
||
// Formatierung
|
||
#define SBA_DEF_RANGEFORMAT (SBA_WHICHID_START+143) // RangeItem
|
||
#define SBA_DEF_FMTVALUE (SBA_WHICHID_START+144) // SfxULONG, Format
|
||
|
||
// Ausrichtung
|
||
#define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
|
||
|
||
// Spaltenbreite
|
||
#define SBA_DEF_FLTCOLWIDTH (SBA_WHICHID_START + 146) // SbaColRowSizeItem
|
||
// Feldtyp
|
||
#define SBA_DEF_FLTTYPE (SBA_WHICHID_START + 147) // DataFieldTypeItem
|
||
// Feldl<64>nge
|
||
#define SBA_DEF_FLTLENGTH (SBA_WHICHID_START + 148) // SfxUInt32Item
|
||
// Eingabe erforderlich
|
||
#define SBA_DEF_FLTREQUIRED (SBA_WHICHID_START + 149) // SfxBoolItem
|
||
// Position in der Tabelle, Abfrage
|
||
#define SBA_DEF_FLTPOS (SBA_WHICHID_START + 150) // SfxUInt16Item
|
||
// Name der zugehoerigen Tabelle
|
||
#define SBA_DEF_FLTTABLE (SBA_WHICHID_START + 151) // SfxStringItem
|
||
// Spalte ausblenden
|
||
#define SBA_DEF_FLTHIDE (SBA_WHICHID_START + 152) // SfxBoolItem
|
||
|
||
// Ausrichtung
|
||
#define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
|
||
|
||
// Spaltenbreite
|
||
#define SBA_DEF_FLTCOLWIDTH (SBA_WHICHID_START + 146) // SbaColRowSizeItem
|
||
// Feldtyp
|
||
#define SBA_DEF_FLTTYPE (SBA_WHICHID_START + 147) // DataFieldTypeItem
|
||
// Feldl<64>nge
|
||
#define SBA_DEF_FLTLENGTH (SBA_WHICHID_START + 148) // SfxUInt32Item
|
||
// Eingabe erforderlich
|
||
#define SBA_DEF_FLTREQUIRED (SBA_WHICHID_START + 149) // SfxBoolItem
|
||
// Position in der Tabelle, Abfrage
|
||
#define SBA_DEF_FLTPOS (SBA_WHICHID_START + 150) // SfxUInt16Item
|
||
// Name der zugehoerigen Tabelle
|
||
#define SBA_DEF_FLTTABLE (SBA_WHICHID_START + 151) // SfxStringItem
|
||
// Spalte ausblenden
|
||
#define SBA_DEF_FLTHIDE (SBA_WHICHID_START + 152) // SfxBoolItem
|
||
// Kommentar zum Feld
|
||
#define SBA_DEF_FLTCOMMENT (SBA_WHICHID_START + 153) // SfxStringItem
|
||
// default wert
|
||
#define SBA_DEF_FLTDEFAULT (SBA_WHICHID_START + 154) // SfxStringItem
|
||
// Prim<69>rschluessel
|
||
#define SBA_DEF_FLTPRIMARY (SBA_WHICHID_START + 155) // SfxBoolItem
|
||
// table properties
|
||
#define SBA_DEF_TABLEPROP (SBA_WHICHID_START + 156) // SfxString
|
||
#define SBA_DEF_SORT (SBA_WHICHID_START + 157) // SfxString
|
||
#define SBA_DEF_FILTER (SBA_WHICHID_START + 158) // SfxString
|
||
#define SBA_DEF_FILTERAPPLIED (SBA_WHICHID_START + 159) // SfxBool
|
||
#define SBA_DEF_ROWHEIGHT_DEFAULT (SBA_WHICHID_START + 160) // SfxBool
|
||
// the col has a default width ?
|
||
#define SBA_DEF_FLTCOLWIDTH_DEFAULT (SBA_WHICHID_START + 161) // SfxBool
|
||
#define SBA_DEF_WORDLINEMODE (SBA_WHICHID_START + 162) // SfxBool
|
||
|
||
|
||
|
||
#endif // DBACCESS_SBA_GRID_HRC
|