summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfindex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfindex.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.hxx36
1 files changed, 0 insertions, 36 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index 2306181033cf..4b3aee95da1a 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -152,42 +152,11 @@ public:
void SetIndexType(enumXFIndex type);
/**
- * @descr Set index section style. Perhaps you should create a section style first.
- */
- void SetSectionStyle(rtl::OUString strSectStyleName);
-
- /**
- * @descr Set index title.
- */
- void SetTitle(rtl::OUString title, rtl::OUString strParaStyle);
-
- /**
- * @descr Set index entry template.
- * @param level [1-10].
- */
- void AddTemplate(sal_uInt32 level,
- rtl::OUString style,
- enumXFIndexTemplate type1 = enumXFIndexTemplateChapter,
- enumXFIndexTemplate type2 = enumXFIndexTemplateText,
- enumXFIndexTemplate type3 = enumXFIndexTemplateTab,
- enumXFIndexTemplate type4 = enumXFIndexTemplatePage);
-
- /**
* @descr Add index templaet entry.
*/
void AddTemplate(rtl::OUString level, rtl::OUString style, XFIndexTemplate* templ);
/**
- * @descr Add index entry.
- */
- void AddEntry(rtl::OUString entry, rtl::OUString strParaStyle);
-
- /**
- * @descr return entry count.
- */
- sal_Int32 GetEntryCount();
-
- /**
* @descr Set if protected index to prevent handly-revise.
*/
void SetProtected(sal_Bool protect);
@@ -201,11 +170,6 @@ public:
void AddTocSource(sal_uInt16 nLevel, const rtl::OUString sStyleName);
- /**
- * @descr Set default value for index.
- */
- void SetDefaultAlphaIndex(rtl::OUString strDivision,sal_Bool bRunin, sal_Bool bSeparator);
-
private:
enumXFIndex m_eType;
rtl::OUString m_strTitle;