Kaydet (Commit) 9b757712 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS impresstables2 (1.39.42); FILE MERGED

2008/03/11 18:45:14 cl 1.39.42.6: RESYNC: (1.41-1.42); FILE MERGED
2007/12/14 14:21:05 cl 1.39.42.5: #i68103# working on tables
2007/12/01 19:19:18 cl 1.39.42.4: RESYNC: (1.39-1.41); FILE MERGED
2007/07/26 17:41:55 cl 1.39.42.3: #i68103# added cell styles
2007/05/03 09:14:54 cl 1.39.42.2: new table toolbar
2007/04/13 09:50:49 cl 1.39.42.1: #i68103# added insert table slot
üst 734ee8f0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: _drvwsh.sdi,v $ * $RCSfile: _drvwsh.sdi,v $
* *
* $Revision: 1.42 $ * $Revision: 1.43 $
* *
* last change: $Author: obo $ $Date: 2008-02-26 07:26:02 $ * last change: $Author: rt $ $Date: 2008-03-12 11:23:56 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
* MA 02111-1307 USA * MA 02111-1307 USA
* *
************************************************************************/ ************************************************************************/
enum SdrFitToSizeType enum SdrFitToSizeType
{ {
SDRTEXTFIT_NONE , SDRTEXTFIT_NONE ,
...@@ -1349,6 +1350,12 @@ interface DrawView ...@@ -1349,6 +1350,12 @@ interface DrawView
StateMethod = GetAttrState ; StateMethod = GetAttrState ;
Export = FALSE ; Export = FALSE ;
] ]
SID_STYLE_FAMILY3 // ole : no, status : ?
[
ExecMethod = FuTemporary ;
StateMethod = GetAttrState ;
Export = FALSE ;
]
SID_STYLE_NEW // ole : no, status : ? SID_STYLE_NEW // ole : no, status : ?
[ [
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
...@@ -2484,4 +2491,14 @@ interface DrawView ...@@ -2484,4 +2491,14 @@ interface DrawView
ExecMethod = FuTemporary ; ExecMethod = FuTemporary ;
StateMethod = GetMenuState ; StateMethod = GetMenuState ;
] ]
SID_INSERT_TABLE
[
ExecMethod = FuTable ;
StateMethod = GetTableMenuState ;
]
SID_TABLEDESIGN
[
ExecMethod = FuTable ;
StateMethod = GetTableMenuState ;
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment