Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_TEXT_XTEXTCONVERT_HDL
2 : #define INCLUDED_COM_SUN_STAR_TEXT_XTEXTCONVERT_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/beans/PropertyValue.hdl"
7 : #include "com/sun/star/beans/PropertyValues.hdl"
8 : #include "com/sun/star/beans/UnknownPropertyException.hdl"
9 : #include "com/sun/star/lang/IllegalArgumentException.hdl"
10 : namespace com { namespace sun { namespace star { namespace text { class XTextContent; } } } }
11 : namespace com { namespace sun { namespace star { namespace text { class XTextRange; } } } }
12 : namespace com { namespace sun { namespace star { namespace text { class XTextTable; } } } }
13 : #include "com/sun/star/uno/RuntimeException.hdl"
14 : #include "com/sun/star/uno/XInterface.hdl"
15 : #include "com/sun/star/uno/Reference.h"
16 : #include "com/sun/star/uno/Sequence.h"
17 : #include "cppu/macros.hxx"
18 :
19 : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
20 :
21 : namespace com { namespace sun { namespace star { namespace text {
22 :
23 2328 : class SAL_NO_VTABLE XTextConvert : public css::uno::XInterface
24 : {
25 : public:
26 :
27 : // Methods
28 : virtual ::com::sun::star::uno::Reference< css::text::XTextContent > SAL_CALL convertToTextFrame( const ::com::sun::star::uno::Reference< css::text::XTextRange >& Start, const ::com::sun::star::uno::Reference< css::text::XTextRange >& End, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& FrameProperties ) /* throw (css::lang::IllegalArgumentException, css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
29 : virtual ::com::sun::star::uno::Reference< css::text::XTextTable > SAL_CALL convertToTable( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< css::text::XTextRange > > > >& TableRanges, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< css::beans::PropertyValue > > >& CellProperties, const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< css::beans::PropertyValue > >& RowProperties, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& TableProperties ) /* throw (css::lang::IllegalArgumentException, css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
30 :
31 : static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
32 :
33 : protected:
34 2326 : ~XTextConvert() throw () {} // avoid warnings about virtual members and non-virtual dtor
35 : };
36 :
37 :
38 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::text::XTextConvert const *);
39 : } } } }
40 :
41 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::text::XTextConvert > *) SAL_THROW(());
42 :
43 : #endif
|