summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-09 13:04:51 +0000
committerOliver Specht <os@openoffice.org>2000-12-09 13:04:51 +0000
commit9d5477064eefd615affcabc3d01f1625ea0a7f58 (patch)
treeddee3ec06ad88fc9a99818832bad8194c3632f34 /sw/inc
parent3b64f7cc708de8caf9987fd04361dbb09e99b3f2 (diff)
#78497# IsMainEntry property at index mark
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unoidx.hxx7
-rw-r--r--sw/inc/unomap.hxx6
-rw-r--r--sw/inc/unoprnms.hxx6
3 files changed, 10 insertions, 9 deletions
diff --git a/sw/inc/unoidx.hxx b/sw/inc/unoidx.hxx
index 8871aac8a4e0..6343d753f643 100644
--- a/sw/inc/unoidx.hxx
+++ b/sw/inc/unoidx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoidx.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dvo $ $Date: 2000-11-30 11:30:49 $
+ * last change: $Author: os $ $Date: 2000-12-09 14:04:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,8 @@ class SwXDocumentIndexMark : public cppu::WeakImplHelper4
const SwTOXMark* m_pTOXMark;
const SfxItemPropertyMap* _pMap;
- sal_Bool bIsDescriptor;
+ sal_Bool bIsDescriptor;
+ sal_Bool bMainEntry;
TOXTypes eType;
sal_uInt16 nLevel;
String sAltText;
diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx
index efdd035a59aa..df0b3bf2d520 100644
--- a/sw/inc/unomap.hxx
+++ b/sw/inc/unomap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomap.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dvo $ $Date: 2000-11-30 11:30:49 $
+ * last change: $Author: os $ $Date: 2000-12-09 14:04:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,7 @@
#define WID_LEVEL 1004
#define WID_CREATE_FROM_MARKS 1005
#define WID_CREATE_FROM_OUTLINE 1006
-//#define WID_PARAGRAPH_STYLE_NAMES 1007
+#define WID_MAIN_ENTRY 1007
#define WID_CREATE_FROM_CHAPTER 1008
#define WID_CREATE_FROM_LABELS 1009
#define WID_PROTECTED 1000
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx
index 4f23620bd1a9..26b0de92d2f9 100644
--- a/sw/inc/unoprnms.hxx
+++ b/sw/inc/unoprnms.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoprnms.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: os $ $Date: 2000-11-29 17:18:49 $
+ * last change: $Author: os $ $Date: 2000-12-09 14:04:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -621,7 +621,7 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_HEADER_SECTION;
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_HANGING_PUNCTUATION;
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_CHARACTER_DISTANCE;
extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_FORBIDDEN_RULES;
-
+extern const SwPropNameLen __FAR_DATA UNO_NAME_IS_MAIN_ENTRY;
#endif