From 400aaac26b597a34a267ab791da90199221a04c7 Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Fri, 2 Nov 2001 12:04:08 +0000 Subject: #94237# exception methods moved to cntex.cxx --- sw/source/ui/inc/cnttab.hxx | 22 ++++++++++++++++++++-- sw/source/ui/index/makefile.mk | 8 +++++--- 2 files changed, 25 insertions(+), 5 deletions(-) (limited to 'sw') diff --git a/sw/source/ui/inc/cnttab.hxx b/sw/source/ui/inc/cnttab.hxx index 50b49c8a1dde..9cbb96af52da 100644 --- a/sw/source/ui/inc/cnttab.hxx +++ b/sw/source/ui/inc/cnttab.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cnttab.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2001-08-01 07:45:58 $ + * last change: $Author: os $ $Date: 2001-11-02 13:04:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,18 @@ class SwWrtShell; class SwTOXMgr; +namespace com{namespace sun{namespace star{ + namespace text{ + class XTextSection; + class XDocumentIndex; + } +}}} + +#define TOX_PAGE_SELECT 1 +#define TOX_PAGE_ENTRY 2 +#define TOX_PAGE_STYLES 3 + + /* -----------------14.06.99 12:12------------------- --------------------------------------------------*/ @@ -128,6 +140,12 @@ struct CurTOXType USHORT GetFlatIndex() const; }; +//----------------------------------------------------------------------------- +struct SwIndexSections_Impl +{ + com::sun::star::uno::Reference< com::sun::star::text::XTextSection > xContainerSection; + com::sun::star::uno::Reference< com::sun::star::text::XDocumentIndex > xDocumentIndex; +}; //----------------------------------------------------------------------------- class SwOneExampleFrame; diff --git a/sw/source/ui/index/makefile.mk b/sw/source/ui/index/makefile.mk index c45c39188c0f..6905c1cec346 100644 --- a/sw/source/ui/index/makefile.mk +++ b/sw/source/ui/index/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: cmc $ $Date: 2001-02-08 13:12:37 $ +# last change: $Author: os $ $Date: 2001-11-02 13:03:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,6 +81,7 @@ PROJECTPCHSOURCE=..\ui_1st\ui_pch CXXFILES = \ cnttab.cxx \ + cntex.cxx \ idxmrk.cxx \ multmrk.cxx \ toxmgr.cxx @@ -92,12 +93,13 @@ SRCFILES = \ SLOFILES = \ $(SLO)$/cnttab.obj \ + $(SLO)$/cntex.obj \ $(SLO)$/idxmrk.obj \ $(SLO)$/multmrk.obj \ $(SLO)$/toxmgr.obj EXCEPTIONSFILES = \ - $(SLO)$/cnttab.obj + $(SLO)$/cntex.obj # --- Tagets ------------------------------------------------------- -- cgit