summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2001-02-05 10:45:08 +0000
committerDieter Loeschky <dl@openoffice.org>2001-02-05 10:45:08 +0000
commit7e03f2bb840881034e94c427f39eb7936182f548 (patch)
treef82fc5a1fa6f17a1a6d21ff4dd16351fbc45ae7d /sd
parentea18a9d37b6fff6165a31445ade8167b51287e6b (diff)
Vertical writing
Diffstat (limited to 'sd')
-rw-r--r--sd/sdi/sdnew.sdi24
-rw-r--r--sd/source/ui/func/fuconrec.cxx5
2 files changed, 27 insertions, 2 deletions
diff --git a/sd/sdi/sdnew.sdi b/sd/sdi/sdnew.sdi
index e69de29bb2d1..7facc25850bb 100644
--- a/sd/sdi/sdnew.sdi
+++ b/sd/sdi/sdnew.sdi
@@ -0,0 +1,24 @@
+//--------------------------------------------------------------------------
+SfxBoolItem VerticalTextFitToSizeTool SID_TEXT_FITTOSIZE_VERTICAL
+
+[
+ /* flags: */
+ AutoUpdate = TRUE,
+ Cachable = Cachable,
+ FastCall = FALSE,
+ HasCoreId = FALSE,
+ HasDialog = FALSE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ Synchron;
+
+ Readonly = FALSE,
+ /* config: */
+ AccelConfig = TRUE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_FORMAT;
+]
+
diff --git a/sd/source/ui/func/fuconrec.cxx b/sd/source/ui/func/fuconrec.cxx
index 70fccf0f573c..31f4d2e0f963 100644
--- a/sd/source/ui/func/fuconrec.cxx
+++ b/sd/source/ui/func/fuconrec.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuconrec.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cl $ $Date: 2001-01-28 16:07:06 $
+ * last change: $Author: dl $ $Date: 2001-02-05 11:45:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -407,6 +407,7 @@ void FuConstRectangle::Activate()
break;
case SID_DRAW_CAPTION:
+ case SID_DRAW_CAPTION_VERTICAL:
{
aObjKind = OBJ_CAPTION;
}