summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-02 19:58:50 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-02 19:58:50 +0000
commit066e06b8ddbad71d564c2f33b59d7bf371ef6528 (patch)
treed4fcfc374332a8e2b4e89b338962962f920dd37f
parent857fa4b881ae37819338b25d2925b4de3fbe7b28 (diff)
vertical draw text objects
-rw-r--r--svx/sdi/svxitems.sdi4
-rw-r--r--svx/source/tbxctrls/tbxdraw.src20
2 files changed, 21 insertions, 3 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index 49cce355a1cc..63a4349893ef 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -470,8 +470,10 @@ enum SvxDrawToolEnum
SVX_SNAP_DRAW_PIE,
SVX_SNAP_DRAW_CIRCLECUT,
SVX_SNAP_DRAW_TEXT,
+ SVX_SNAP_DRAW_TEXT_VERTICAL,
SVX_SNAP_DRAW_TEXT_MARQUEE,
- SVX_SNAP_DRAW_CAPTION
+ SVX_SNAP_DRAW_CAPTION,
+ SVX_SNAP_DRAW_CAPTION_VERTICAL
}
item SvxDrawToolEnum SvxDrawToolEnumItem;
diff --git a/svx/source/tbxctrls/tbxdraw.src b/svx/source/tbxctrls/tbxdraw.src
index 0ffc8cdb7953..0b5c3408b646 100644
--- a/svx/source/tbxctrls/tbxdraw.src
+++ b/svx/source/tbxctrls/tbxdraw.src
@@ -2,9 +2,9 @@
*
* $RCSfile: tbxdraw.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2001-03-02 20:18:08 $
+ * last change: $Author: nn $ $Date: 2001-03-02 20:58:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -396,6 +396,14 @@ FloatingWindow RID_SVXTBX_DRAW
};
ToolBoxItem
{
+ Identifier = SID_DRAW_TEXT_VERTICAL ;
+ HelpID = SID_DRAW_TEXT_VERTICAL ;
+ RadioCheck = TRUE ;
+ Text = "Vertikaler Text" ;
+ Text [ ENGLISH ] = "Vertical Text" ;
+ };
+ ToolBoxItem
+ {
Identifier = SID_DRAW_TEXT_MARQUEE ;
HelpID = SID_DRAW_TEXT_MARQUEE ;
RadioCheck = TRUE ;
@@ -450,6 +458,14 @@ FloatingWindow RID_SVXTBX_DRAW
Text[ turkish ] = "Belirtme izgisi";
Text[ language_user1 ] = " ";
};
+ ToolBoxItem
+ {
+ Identifier = SID_DRAW_CAPTION_VERTICAL ;
+ HelpID = SID_DRAW_CAPTION_VERTICAL ;
+ RadioCheck = TRUE ;
+ Text = "Vertikale Legende" ;
+ Text [ ENGLISH ] = "Vertical Caption" ;
+ };
};
};
Text [ portuguese ] = "Funes de desenho" ;