INTEGRATION: CWS impresstables2 (1.31.42); FILE MERGED
2008/03/11 18:45:11 cl 1.31.42.5: RESYNC: (1.36-1.37); FILE MERGED 2008/02/20 17:46:36 cl 1.31.42.4: RESYNC: (1.35-1.36); FILE MERGED 2008/01/01 18:39:54 cl 1.31.42.3: #i68103# working on tables 2007/12/01 19:19:21 cl 1.31.42.2: RESYNC: (1.32-1.35); FILE MERGED 2007/05/03 09:14:54 cl 1.31.42.1: new table toolbar
This commit is contained in:
parent
6ce07b93dc
commit
501d98366c
1 changed files with 73 additions and 0 deletions
|
@ -6909,3 +6909,76 @@ SfxBoolItem DisplayMasterObjects SID_DISPLAY_MASTER_OBJECTS
|
|||
GroupId = GID_VIEW;
|
||||
]
|
||||
|
||||
SfxVoidItem TableToolBox SID_TABLE_TOOLBOX
|
||||
[
|
||||
/* flags: */
|
||||
AutoUpdate = FALSE,
|
||||
Cachable = Cachable,
|
||||
FastCall = FALSE,
|
||||
HasCoreId = FALSE,
|
||||
HasDialog = FALSE,
|
||||
ReadOnlyDoc = TRUE,
|
||||
Toggle = FALSE,
|
||||
Container = FALSE,
|
||||
RecordAbsolute = FALSE,
|
||||
RecordPerSet;
|
||||
Synchron;
|
||||
|
||||
/* config: */
|
||||
AccelConfig = FALSE,
|
||||
MenuConfig = FALSE,
|
||||
StatusBarConfig = FALSE,
|
||||
ToolBoxConfig = FALSE,
|
||||
GroupId = GID_APPLICATION;
|
||||
]
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
SfxVoidItem DistributeColumns SID_TABLE_DISTRIBUTE_COLUMNS
|
||||
()
|
||||
[
|
||||
/* flags: */
|
||||
AutoUpdate = FALSE,
|
||||
Cachable = Cachable,
|
||||
FastCall = TRUE,
|
||||
HasCoreId = FALSE,
|
||||
HasDialog = FALSE,
|
||||
ReadOnlyDoc = FALSE,
|
||||
Toggle = FALSE,
|
||||
Container = FALSE,
|
||||
RecordAbsolute = FALSE,
|
||||
RecordPerSet;
|
||||
Synchron;
|
||||
|
||||
/* config: */
|
||||
AccelConfig = TRUE,
|
||||
MenuConfig = TRUE,
|
||||
StatusBarConfig = FALSE,
|
||||
ToolBoxConfig = TRUE,
|
||||
GroupId = GID_TABLE;
|
||||
]
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
||||
SfxVoidItem DistributeRows SID_TABLE_DISTRIBUTE_ROWS
|
||||
()
|
||||
[
|
||||
/* flags: */
|
||||
AutoUpdate = FALSE,
|
||||
Cachable = Cachable,
|
||||
FastCall = TRUE,
|
||||
HasCoreId = FALSE,
|
||||
HasDialog = FALSE,
|
||||
ReadOnlyDoc = FALSE,
|
||||
Toggle = FALSE,
|
||||
Container = FALSE,
|
||||
RecordAbsolute = FALSE,
|
||||
RecordPerSet;
|
||||
Synchron;
|
||||
|
||||
/* config: */
|
||||
AccelConfig = TRUE,
|
||||
MenuConfig = TRUE,
|
||||
StatusBarConfig = FALSE,
|
||||
ToolBoxConfig = TRUE,
|
||||
GroupId = GID_TABLE;
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue