diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:44:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:44:39 +0000 |
commit | f1b33c913b089384b48f26f5193e5ec551737ff0 (patch) | |
tree | 2b4812ab74006ed5a61f9ba52a7d4a700246e9d6 /svx/sdi/svx.sdi | |
parent | 45b668f6f6bae157e10c0873cc03a96404713a6b (diff) |
INTEGRATION: CWS os27 (1.42.34); FILE MERGED
2004/02/13 18:33:20 fme 1.42.34.2: RESYNC: (1.42-1.43); FILE MERGED
2004/01/19 09:27:13 os 1.42.34.1: #i24134# modify table rows with the ruler
Diffstat (limited to 'svx/sdi/svx.sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 55 |
1 files changed, 53 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index f6e6e1d02703..ae1862f71648 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2,9 +2,9 @@ * * $RCSfile: svx.sdi,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:05:20 $ + * last change: $Author: kz $ $Date: 2004-02-26 11:44:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -11673,6 +11673,57 @@ SfxVoidItem HangulHanjaConversion SID_HANGUL_HANJA_CONVERSION ToolBoxConfig = TRUE, GroupId = GID_OPTIONS; ] +//-------------------------------------------------------------------------- +SvxColumnItem RulerRows SID_RULER_ROWS +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; +] +//-------------------------------------------------------------------------- +SvxColumnItem RulerRowsVertical SID_RULER_ROWS_VERTICAL +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = FALSE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_VIEW; +] + //-------------------------------------------------------------------------- SvxFontListItem FontNameList SID_ATTR_CHAR_FONTLIST |