summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-06-05 11:27:02 +0000
committerOliver Specht <os@openoffice.org>2002-06-05 11:27:02 +0000
commitab4fe43af8c9abbd59df05ee8718973c90b92e88 (patch)
treeecbe0044f2afd81426270d0f2faa90aed3b0cf39 /sw
parent56b708b7e98e0b124ae25b00c5f646aa7c14c5cd (diff)
#98595# new character style: Vertical Numbering Symbols
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/poolfmt.hrc5
-rw-r--r--sw/inc/poolfmt.hxx5
-rw-r--r--sw/source/core/doc/poolfmt.cxx11
-rw-r--r--sw/source/ui/utlui/poolfmt.src10
4 files changed, 22 insertions, 9 deletions
diff --git a/sw/inc/poolfmt.hrc b/sw/inc/poolfmt.hrc
index 4437a69ad4..cce2ab1fe7 100644
--- a/sw/inc/poolfmt.hrc
+++ b/sw/inc/poolfmt.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: poolfmt.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-07-19 16:16:06 $
+ * last change: $Author: os $ $Date: 2002-06-05 12:24:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,7 @@
#define STR_POOLCHR_FOOTNOTE_ANCHOR (RC_POOLCHRFMT_BEGIN+ 13)
#define STR_POOLCHR_ENDNOTE_ANCHOR (RC_POOLCHRFMT_BEGIN+ 14)
#define STR_POOLCHR_RUBYTEXT (RC_POOLCHRFMT_BEGIN+ 15)
+#define STR_POOLCHR_VERT_NUM (RC_POOLCHRFMT_BEGIN+ 16)
#define STR_POOLCHR_HTML_EMPHASIS (RC_POOLCHRFMT_HTML_BEGIN+ 0)
#define STR_POOLCHR_HTML_CITIATION (RC_POOLCHRFMT_HTML_BEGIN+ 1)
diff --git a/sw/inc/poolfmt.hxx b/sw/inc/poolfmt.hxx
index 4a211dd668..90dc193979 100644
--- a/sw/inc/poolfmt.hxx
+++ b/sw/inc/poolfmt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: poolfmt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-07-19 16:16:40 $
+ * last change: $Author: os $ $Date: 2002-06-05 12:24:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,6 +179,7 @@ RES_POOLCHR_IDX_MAIN_ENTRY, // main entry in indexes
RES_POOLCHR_FOOTNOTE_ANCHOR, // Fussnotenanker
RES_POOLCHR_ENDNOTE_ANCHOR, // Endnotenanker
RES_POOLCHR_RUBYTEXT, // Rubytext
+RES_POOLCHR_VERT_NUM, // Vertical numbering symbols
RES_POOLCHR_NORMAL_END,
diff --git a/sw/source/core/doc/poolfmt.cxx b/sw/source/core/doc/poolfmt.cxx
index 9d566d1e63..a40a75ddce 100644
--- a/sw/source/core/doc/poolfmt.cxx
+++ b/sw/source/core/doc/poolfmt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: poolfmt.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: os $ $Date: 2002-04-25 13:57:38 $
+ * last change: $Author: os $ $Date: 2002-06-05 12:25:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,6 +132,9 @@
#ifndef _SVX_LANGITEM_HXX
#include <svx/langitem.hxx>
#endif
+#ifndef _SVX_CHARROTATEITEM_HXX
+#include <svx/charrotateitem.hxx>
+#endif
#ifndef _VIEWOPT_HXX
#include <viewopt.hxx>
#endif
@@ -1415,7 +1418,9 @@ SwFmt* SwDoc::GetFmtFromPool( USHORT nId, String* pDesc,
::lcl_SetDfltFont( DEFAULTFONT_FIXED, aSet );
}
break;
-
+ case RES_POOLCHR_VERT_NUM:
+ aSet.Put( SvxCharRotateItem( 900 ) );
+ break;
//nichts besonderes
// case RES_POOLCHR_HTML_DEFINSTANCE:
// break;
diff --git a/sw/source/ui/utlui/poolfmt.src b/sw/source/ui/utlui/poolfmt.src
index eb7dd2518a..d576562e7c 100644
--- a/sw/source/ui/utlui/poolfmt.src
+++ b/sw/source/ui/utlui/poolfmt.src
@@ -2,9 +2,9 @@
*
* $RCSfile: poolfmt.src,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: nf $ $Date: 2001-08-13 10:06:29 $
+ * last change: $Author: os $ $Date: 2002-06-05 12:27:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4628,6 +4628,12 @@ String STR_POOLCHR_RUBYTEXT
Text[ catalan ] = "Símbolos fonéticos";
};
+String STR_POOLCHR_VERT_NUM
+{
+ Text = "Vertikale Nummerierungszeichen" ;
+ Text [ English ] = "Vertical Numbering Symbols" ;
+};
+