Kaydet (Commit) d6a75032 authored tarafından Oliver Specht's avatar Oliver Specht

new: Redline container

üst adf8cff0
......@@ -2,9 +2,9 @@
*
* $RCSfile: unocoll.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: dvo $ $Date: 2000-12-02 20:26:31 $
* last change: $Author: os $ $Date: 2001-01-12 16:25:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -531,30 +531,6 @@ public:
static SwXReferenceMark* GetObject( SwDoc* pDoc, const SwFmtRefMark* pMark );
};
/* -----------------01.09.98 14:06-------------------
*
* --------------------------------------------------*/
class SwXRedlines : public SwSimpleIndexAccessBaseClass,
public SwUnoCollection
{
public:
SwXRedlines(SwDoc* pDoc);
virtual ~SwXRedlines();
//XIndexAccess
virtual sal_Int32 SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException );
//XElementAccess
virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw(::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL hasElements( ) throw(::com::sun::star::uno::RuntimeException);
//XServiceInfo
virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException );
virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException );
};
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment