diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:21:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:21:34 +0000 |
commit | 15627a635b30c4a66dd388a0d3c72b070d0be4c8 (patch) | |
tree | 6469ee8699f52d407aa08757e462f1fcc6b22c9f /sd | |
parent | b7615c608696cbbff3221c7a1e94fc7875c4be43 (diff) |
INTEGRATION: CWS impresstables2 (1.10.6); FILE MERGED
2007/07/26 17:48:42 cl 1.10.6.2: #i68103# added cell styles
2007/05/03 09:15:42 cl 1.10.6.1: new table toolbar
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/glob.hxx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx index 8ddd6b0c2edc..02d78a686da3 100644 --- a/sd/inc/glob.hxx +++ b/sd/inc/glob.hxx @@ -4,9 +4,9 @@ * * $RCSfile: glob.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-04-03 15:35:40 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:21:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,8 @@ #include <tools/solar.h> #endif +#include <rsc/rscsfx.hxx> + //------------------------------------------------------------------ #define DIA_SLOW 0 @@ -73,6 +75,7 @@ #define SD_IF_SDLEFTIMPRESSPANESHELL SFX_INTERFACE_SD_START + 24 #define SD_IF_SDLEFTDRAWPANESHELL SFX_INTERFACE_SD_START + 25 #define SD_IF_SDRIGHTPANESHELL SFX_INTERFACE_SD_START + 26 +#define SD_IF_SDDRAWTABLEOBJECTBAR SFX_INTERFACE_SD_START + 27 // Inventor-Id fuer StarDraw UserData const UINT32 SdUDInventor=UINT32('S')*0x00000001+ @@ -85,7 +88,10 @@ const UINT32 SdUDInventor=UINT32('S')*0x00000001+ #define SD_IMAPINFO_ID 2 // FamilyId der Praesentationsvorlagen -#define SD_LT_FAMILY (SfxStyleFamily)0xaffe +#define SD_STYLE_FAMILY_GRAPHICS SFX_STYLE_FAMILY_PARA +#define SD_STYLE_FAMILY_PSEUDO SFX_STYLE_FAMILY_PSEUDO +#define SD_STYLE_FAMILY_CELL SFX_STYLE_FAMILY_FRAME +#define SD_STYLE_FAMILY_MASTERPAGE SFX_STYLE_FAMILY_PAGE // ex LT_FAMILY // Trennzeichen zwischen Layoutname und Vorlagenname der Praesentationsvorlagen #define SD_LT_SEPARATOR "~LT~" |