summaryrefslogtreecommitdiff
path: root/sw/inc/unomap.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 14:34:54 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 14:34:54 +0000
commit741a4c993fd110bfca8059c714ddf604734fa83c (patch)
treef65c52797144e811c509dcf844931034e5590bf2 /sw/inc/unomap.hxx
parent77a8d61ab94be44d6300223e85e983342cd33f33 (diff)
INTEGRATION: CWS swautomatic01 (1.55.70); FILE MERGED
2006/08/10 16:09:57 fme 1.55.70.5: RESYNC: (1.56-1.57); FILE MERGED 2006/08/09 08:43:08 fme 1.55.70.4: #i64576# Automatic styles 2006/07/03 07:11:36 ama 1.55.70.3: RESYNC: (1.55-1.56); FILE MERGED 2006/06/29 13:07:44 fme 1.55.70.2: #i65476# AutoStyles 2006/06/15 12:02:34 ama 1.55.70.1: #i65476#: Automatic Styles
Diffstat (limited to 'sw/inc/unomap.hxx')
-rw-r--r--sw/inc/unomap.hxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx
index 1c2c080f54a2..bc7e816451a3 100644
--- a/sw/inc/unomap.hxx
+++ b/sw/inc/unomap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unomap.hxx,v $
*
- * $Revision: 1.57 $
+ * $Revision: 1.58 $
*
- * last change: $Author: obo $ $Date: 2006-07-14 08:29:36 $
+ * last change: $Author: rt $ $Date: 2006-12-01 15:34:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -133,7 +133,10 @@
#define PROPERTY_MAP_FLDTYP_DROPDOWN 90
#define PROPERTY_MAP_TEXT_VIEW 91
#define PROPERTY_MAP_CONDITIONAL_PARA_STYLE 92
-#define PROPERTY_MAP_END 93
+#define PROPERTY_MAP_CHAR_AUTO_STYLE 93
+#define PROPERTY_MAP_RUBY_AUTO_STYLE 94
+#define PROPERTY_MAP_PARA_AUTO_STYLE 95
+#define PROPERTY_MAP_END 97
#define PROPERTY_SET_CHAR_STYLE 1
#define PROPERTY_SET_PARA_STYLE 2
@@ -143,6 +146,9 @@
// basically the same as PROPERTY_SET_PARA_STYLE with additional property
// that is only available for conditional para styles
#define PROPERTY_SET_CONDITIONAL_PARA_STYLE 6
+#define PROPERTY_SET_CHAR_AUTO_STYLE 7
+#define PROPERTY_SET_RUBY_AUTO_STYLE 8
+#define PROPERTY_SET_PARA_AUTO_STYLE 9
//S&E
#define WID_WORDS 0
@@ -349,6 +355,9 @@ class SwUnoPropertyMapProvider
SfxItemPropertySet* pPageStyleMap;
SfxItemPropertySet* pNumStyleMap;
SfxItemPropertySet* pConditionalParaStyleMap;
+ SfxItemPropertySet* pCharAutoStyleMap;
+ SfxItemPropertySet* pParaAutoStyleMap;
+ SfxItemPropertySet* pRubyAutoStyleMap;
void Sort(sal_uInt16 nId);
public: