summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-19 16:22:06 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-19 16:22:06 +0000
commit5e6f8a0de339358de3a8f58077ce39f3840d68a8 (patch)
tree3cb06a47f455a0c152d0f2d09c058971c95f878d /sw/sdi
parentf5fb5a31eda80d76372ea6a8bef2ae038c430c33 (diff)
#100121#: support for TabStops
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_basesh.sdi8
-rw-r--r--sw/sdi/_textsh.sdi29
-rw-r--r--sw/sdi/switems.sdi11
-rw-r--r--sw/sdi/swriter.sdi2
4 files changed, 38 insertions, 12 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index c79bfdf5848f..babcb859072a 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _basesh.sdi,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ * last change: $Author: mba $ $Date: 2002-06-19 17:22:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -302,13 +302,13 @@ interface BaseTextSelection : Selection
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-/* SID_ATTR_BORDER_OUTER // status()
+ SID_ATTR_BORDER_OUTER // status()
[
ExecMethod = Execute ;
StateMethod = GetBorderState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-*/
+
FN_FORMAT_BACKGROUND_DLG // status(final|play)
[
ExecMethod = ExecDlg ;
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index e731f63c37f1..5b6322b11d5d 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: os $ $Date: 2002-06-14 11:44:59 $
+ * last change: $Author: mba $ $Date: 2002-06-19 17:22:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,31 @@ interface BaseText : Selection
Automation = FALSE;
]
{
+ SID_ATTR_TABSTOP // status()
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
+ SID_ATTR_BORDER_INNER // status()
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetBorderState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
+ SID_ATTR_BORDER_OUTER // status()
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
+ FN_FORMAT_DROPCAPS
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
SID_PARA_VERTALIGN
[
ExecMethod = Execute ;
diff --git a/sw/sdi/switems.sdi b/sw/sdi/switems.sdi
index d350795932b6..62cd16ed233c 100644
--- a/sw/sdi/switems.sdi
+++ b/sw/sdi/switems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: switems.sdi,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mba $ $Date: 2002-06-14 07:53:23 $
+ * last change: $Author: mba $ $Date: 2002-06-19 17:22:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,10 +137,11 @@ item FmtFrmSize SwFmtFrmSize;
*/
struct Drop
{
- BYTE Lines MID_LINES;
- BYTE Count MID_CHARS;
- INT16 Distance MID_DIST;
+ BYTE Lines MID_DROPCAP_LINES;
+ BYTE Count MID_DROPCAP_COUNT;
+ INT16 Distance MID_DROPCAP_DISTANCE;
BOOL WholeWord MID_DROPCAP_WHOLE_WORD;
+// String Style MID_DROPCAP_CHAR_STYLE_NAME;
};
item Drop SwFmtDrop;
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index ed43b341c39c..31279b99726a 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -5647,7 +5647,7 @@ SfxVoidItem LinkDialog FN_EDIT_LINK_DLG
//--------------------------------------------------------------------------
SfxVoidItem LoadStyles SID_TEMPLATE_LOAD
-()
+( SfxStringItem FileName SID_TEMPLATE_NAME, SfxInt32Item Flags SID_TEMPLATE_LOAD )
[
/* flags: */
AutoUpdate = FALSE,