| /************************************************************** | 
 |  *  | 
 |  * Licensed to the Apache Software Foundation (ASF) under one | 
 |  * or more contributor license agreements.  See the NOTICE file | 
 |  * distributed with this work for additional information | 
 |  * regarding copyright ownership.  The ASF licenses this file | 
 |  * to you under the Apache License, Version 2.0 (the | 
 |  * "License"); you may not use this file except in compliance | 
 |  * with the License.  You may obtain a copy of the License at | 
 |  *  | 
 |  *   http://www.apache.org/licenses/LICENSE-2.0 | 
 |  *  | 
 |  * Unless required by applicable law or agreed to in writing, | 
 |  * software distributed under the License is distributed on an | 
 |  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | 
 |  * KIND, either express or implied.  See the License for the | 
 |  * specific language governing permissions and limitations | 
 |  * under the License. | 
 |  *  | 
 |  *************************************************************/ | 
 |  | 
 |  | 
 | #ifndef _SVX_SHAPEIMPL_HXX | 
 | #define _SVX_SHAPEIMPL_HXX | 
 |  | 
 | #include <svx/unoshape.hxx> | 
 |  | 
 | class SvGlobalName; | 
 |  | 
 | /*********************************************************************** | 
 | *                                                                      * | 
 | ***********************************************************************/ | 
 |  | 
 | class SvxShapeCaption : public SvxShapeText | 
 | { | 
 | public: | 
 | 	SvxShapeCaption( SdrObject* pObj ) throw(); | 
 | 	virtual ~SvxShapeCaption() throw(); | 
 | }; | 
 |  | 
 | /*********************************************************************** | 
 | *                                                                      * | 
 | ***********************************************************************/ | 
 |  | 
 | class SvxPluginShape : public SvxOle2Shape | 
 | { | 
 | protected: | 
 | 	// overide these for special property handling in subcasses. Return true if property is handled | 
 |     virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | public: | 
 | 	SvxPluginShape( SdrObject* pObj ) throw(); | 
 | 	virtual ~SvxPluginShape() throw(); | 
 |  | 
 |     virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | 	virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ); | 
 | }; | 
 |  | 
 | /*********************************************************************** | 
 | *                                                                      * | 
 | ***********************************************************************/ | 
 |  | 
 | class SvxAppletShape : public SvxOle2Shape | 
 | { | 
 | protected: | 
 | 	// overide these for special property handling in subcasses. Return true if property is handled | 
 |     virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | public: | 
 | 	SvxAppletShape( SdrObject* pObj ) throw(); | 
 | 	virtual ~SvxAppletShape() throw(); | 
 |  | 
 |     virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | 	virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ); | 
 | }; | 
 |  | 
 | /*********************************************************************** | 
 | *                                                                      * | 
 | ***********************************************************************/ | 
 |  | 
 | class SvxFrameShape : public SvxOle2Shape | 
 | { | 
 | protected: | 
 | 	// overide these for special property handling in subcasses. Return true if property is handled | 
 |     virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | public: | 
 | 	SvxFrameShape( SdrObject* pObj ) throw(); | 
 | 	virtual ~SvxFrameShape() throw(); | 
 |  | 
 |     virtual void SAL_CALL setPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::star::uno::Any& aValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual void SAL_CALL setPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& aPropertyNames, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aValues ) throw (::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | 	virtual void Create( SdrObject* pNewOpj, SvxDrawPage* pNewPage = NULL ) throw (); | 
 | }; | 
 |  | 
 |  | 
 | // ==================================================================== | 
 |  | 
 | class SvxTableShape : public SvxShape | 
 | { | 
 | protected: | 
 | 	// overide these for special property handling in subcasses. Return true if property is handled | 
 |     virtual bool setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |     virtual bool getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); | 
 |  | 
 | 	virtual void lock(); | 
 | 	virtual void unlock(); | 
 |  | 
 | public: | 
 |  | 
 | 	SvxTableShape( SdrObject* pObj ) throw(); | 
 | 	virtual ~SvxTableShape() throw(); | 
 | }; | 
 |  | 
 | #endif | 
 |  | 
 |  |