INTEGRATION: CWS impress37 (1.9.112); FILE MERGED
2005/03/09 17:11:10 af 1.9.112.1: #i44545# Added setCurrentPage() and getCurrentPage() methods.
This commit is contained in:
parent
78b86390f4
commit
85a31bff2b
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SdUnoOutlineView.hxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2004-12-09 16:10:48 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-23 13:57:43 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -107,6 +107,10 @@ public:
|
|||
virtual sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& aSelection ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
|
||||
virtual ::com::sun::star::uno::Any SAL_CALL getSelection( ) throw(::com::sun::star::uno::RuntimeException);
|
||||
|
||||
// XDrawView
|
||||
virtual void SAL_CALL setCurrentPage( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xPage ) throw(::com::sun::star::uno::RuntimeException);
|
||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > SAL_CALL getCurrentPage( ) throw(::com::sun::star::uno::RuntimeException);
|
||||
|
||||
protected:
|
||||
virtual void FillPropertyTable (
|
||||
::std::vector< ::com::sun::star::beans::Property>& rProperties);
|
||||
|
|
Loading…
Reference in a new issue