LCOV - code coverage report
Current view: top level - report - XReportControlFormat.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2013-07-09 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_REPORT_XREPORTCONTROLFORMAT_HDL
       2             : #define INCLUDED_COM_SUN_STAR_REPORT_XREPORTCONTROLFORMAT_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/awt/FontDescriptor.hdl"
       7             : #include "com/sun/star/awt/FontSlant.hdl"
       8             : #include "com/sun/star/beans/UnknownPropertyException.hdl"
       9             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
      10             : #include "com/sun/star/lang/Locale.hdl"
      11             : #include "com/sun/star/style/VerticalAlignment.hdl"
      12             : #include "com/sun/star/uno/RuntimeException.hdl"
      13             : #include "com/sun/star/uno/XInterface.hdl"
      14             : #include "com/sun/star/util/Color.hdl"
      15             : #include "com/sun/star/uno/Reference.h"
      16             : #include "cppu/macros.hxx"
      17             : #include "rtl/ustring.hxx"
      18             : #include "sal/types.h"
      19             : 
      20             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      21             : 
      22             : namespace com { namespace sun { namespace star { namespace report {
      23             : 
      24           0 : class SAL_NO_VTABLE XReportControlFormat : public css::uno::XInterface
      25             : {
      26             : public:
      27             : 
      28             :     // Attributes
      29             :     virtual ::sal_Int32 SAL_CALL getControlBackground() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      30             :     virtual void SAL_CALL setControlBackground( ::sal_Int32 _controlbackground ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      31             :     virtual ::sal_Bool SAL_CALL getControlBackgroundTransparent() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      32             :     virtual void SAL_CALL setControlBackgroundTransparent( ::sal_Bool _controlbackgroundtransparent ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      33             :     virtual ::sal_Int16 SAL_CALL getParaAdjust() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      34             :     virtual void SAL_CALL setParaAdjust( ::sal_Int16 _paraadjust ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      35             :     virtual css::awt::FontDescriptor SAL_CALL getFontDescriptor() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      36             :     virtual void SAL_CALL setFontDescriptor( const css::awt::FontDescriptor& _fontdescriptor ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      37             :     virtual css::awt::FontDescriptor SAL_CALL getFontDescriptorAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      38             :     virtual void SAL_CALL setFontDescriptorAsian( const css::awt::FontDescriptor& _fontdescriptorasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      39             :     virtual css::awt::FontDescriptor SAL_CALL getFontDescriptorComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      40             :     virtual void SAL_CALL setFontDescriptorComplex( const css::awt::FontDescriptor& _fontdescriptorcomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      41             :     virtual ::sal_Int16 SAL_CALL getControlTextEmphasis() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      42             :     virtual void SAL_CALL setControlTextEmphasis( ::sal_Int16 _controltextemphasis ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      43             :     virtual ::sal_Int16 SAL_CALL getCharEmphasis() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      44             :     virtual void SAL_CALL setCharEmphasis( ::sal_Int16 _charemphasis ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      45             :     virtual ::sal_Bool SAL_CALL getCharCombineIsOn() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      46             :     virtual void SAL_CALL setCharCombineIsOn( ::sal_Bool _charcombineison ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      47             :     virtual ::rtl::OUString SAL_CALL getCharCombinePrefix() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      48             :     virtual void SAL_CALL setCharCombinePrefix( const ::rtl::OUString& _charcombineprefix ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      49             :     virtual ::rtl::OUString SAL_CALL getCharCombineSuffix() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      50             :     virtual void SAL_CALL setCharCombineSuffix( const ::rtl::OUString& _charcombinesuffix ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      51             :     virtual ::sal_Bool SAL_CALL getCharHidden() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      52             :     virtual void SAL_CALL setCharHidden( ::sal_Bool _charhidden ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      53             :     virtual ::sal_Bool SAL_CALL getCharShadowed() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      54             :     virtual void SAL_CALL setCharShadowed( ::sal_Bool _charshadowed ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      55             :     virtual ::sal_Bool SAL_CALL getCharContoured() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      56             :     virtual void SAL_CALL setCharContoured( ::sal_Bool _charcontoured ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      57             :     virtual ::sal_Int16 SAL_CALL getCharCaseMap() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      58             :     virtual void SAL_CALL setCharCaseMap( ::sal_Int16 _charcasemap ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      59             :     virtual css::lang::Locale SAL_CALL getCharLocale() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      60             :     virtual void SAL_CALL setCharLocale( const css::lang::Locale& _charlocale ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      61             :     virtual ::sal_Int16 SAL_CALL getCharEscapement() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      62             :     virtual void SAL_CALL setCharEscapement( ::sal_Int16 _charescapement ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      63             :     virtual ::sal_Int8 SAL_CALL getCharEscapementHeight() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      64             :     virtual void SAL_CALL setCharEscapementHeight( ::sal_Int8 _charescapementheight ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      65             :     virtual ::sal_Bool SAL_CALL getCharAutoKerning() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      66             :     virtual void SAL_CALL setCharAutoKerning( ::sal_Bool _charautokerning ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      67             :     virtual ::sal_Int16 SAL_CALL getCharKerning() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      68             :     virtual void SAL_CALL setCharKerning( ::sal_Int16 _charkerning ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      69             :     virtual ::sal_Bool SAL_CALL getCharFlash() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      70             :     virtual void SAL_CALL setCharFlash( ::sal_Bool _charflash ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      71             :     virtual ::sal_Int16 SAL_CALL getCharRelief() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      72             :     virtual void SAL_CALL setCharRelief( ::sal_Int16 _charrelief ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      73             :     virtual ::rtl::OUString SAL_CALL getCharFontName() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      74             :     virtual void SAL_CALL setCharFontName( const ::rtl::OUString& _charfontname ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      75             :     virtual ::rtl::OUString SAL_CALL getCharFontStyleName() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      76             :     virtual void SAL_CALL setCharFontStyleName( const ::rtl::OUString& _charfontstylename ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      77             :     virtual ::sal_Int16 SAL_CALL getCharFontFamily() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      78             :     virtual void SAL_CALL setCharFontFamily( ::sal_Int16 _charfontfamily ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      79             :     virtual ::sal_Int16 SAL_CALL getCharFontCharSet() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      80             :     virtual void SAL_CALL setCharFontCharSet( ::sal_Int16 _charfontcharset ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      81             :     virtual ::sal_Int16 SAL_CALL getCharFontPitch() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      82             :     virtual void SAL_CALL setCharFontPitch( ::sal_Int16 _charfontpitch ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      83             :     virtual ::sal_Int32 SAL_CALL getCharColor() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      84             :     virtual void SAL_CALL setCharColor( ::sal_Int32 _charcolor ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      85             :     virtual ::sal_Int32 SAL_CALL getCharUnderlineColor() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      86             :     virtual void SAL_CALL setCharUnderlineColor( ::sal_Int32 _charunderlinecolor ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      87             :     virtual float SAL_CALL getCharHeight() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      88             :     virtual void SAL_CALL setCharHeight( float _charheight ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      89             :     virtual ::sal_Int16 SAL_CALL getCharUnderline() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      90             :     virtual void SAL_CALL setCharUnderline( ::sal_Int16 _charunderline ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      91             :     virtual float SAL_CALL getCharWeight() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      92             :     virtual void SAL_CALL setCharWeight( float _charweight ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      93             :     virtual css::awt::FontSlant SAL_CALL getCharPosture() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      94             :     virtual void SAL_CALL setCharPosture( css::awt::FontSlant _charposture ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      95             :     virtual ::sal_Int16 SAL_CALL getCharStrikeout() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      96             :     virtual void SAL_CALL setCharStrikeout( ::sal_Int16 _charstrikeout ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      97             :     virtual ::sal_Bool SAL_CALL getCharWordMode() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      98             :     virtual void SAL_CALL setCharWordMode( ::sal_Bool _charwordmode ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
      99             :     virtual ::sal_Int16 SAL_CALL getCharRotation() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     100             :     virtual void SAL_CALL setCharRotation( ::sal_Int16 _charrotation ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     101             :     virtual ::sal_Int16 SAL_CALL getCharScaleWidth() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     102             :     virtual void SAL_CALL setCharScaleWidth( ::sal_Int16 _charscalewidth ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     103             :     virtual css::style::VerticalAlignment SAL_CALL getVerticalAlign() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     104             :     virtual void SAL_CALL setVerticalAlign( css::style::VerticalAlignment _verticalalign ) /* throw (css::lang::IllegalArgumentException, css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     105             :     virtual ::rtl::OUString SAL_CALL getHyperLinkURL() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     106             :     virtual void SAL_CALL setHyperLinkURL( const ::rtl::OUString& _hyperlinkurl ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     107             :     virtual ::rtl::OUString SAL_CALL getHyperLinkTarget() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     108             :     virtual void SAL_CALL setHyperLinkTarget( const ::rtl::OUString& _hyperlinktarget ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     109             :     virtual ::rtl::OUString SAL_CALL getHyperLinkName() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     110             :     virtual void SAL_CALL setHyperLinkName( const ::rtl::OUString& _hyperlinkname ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     111             :     virtual ::rtl::OUString SAL_CALL getVisitedCharStyleName() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     112             :     virtual void SAL_CALL setVisitedCharStyleName( const ::rtl::OUString& _visitedcharstylename ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     113             :     virtual ::rtl::OUString SAL_CALL getUnvisitedCharStyleName() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     114             :     virtual void SAL_CALL setUnvisitedCharStyleName( const ::rtl::OUString& _unvisitedcharstylename ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     115             :     virtual float SAL_CALL getCharHeightAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     116             :     virtual void SAL_CALL setCharHeightAsian( float _charheightasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     117             :     virtual float SAL_CALL getCharWeightAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     118             :     virtual void SAL_CALL setCharWeightAsian( float _charweightasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     119             :     virtual ::rtl::OUString SAL_CALL getCharFontNameAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     120             :     virtual void SAL_CALL setCharFontNameAsian( const ::rtl::OUString& _charfontnameasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     121             :     virtual ::rtl::OUString SAL_CALL getCharFontStyleNameAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     122             :     virtual void SAL_CALL setCharFontStyleNameAsian( const ::rtl::OUString& _charfontstylenameasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     123             :     virtual ::sal_Int16 SAL_CALL getCharFontFamilyAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     124             :     virtual void SAL_CALL setCharFontFamilyAsian( ::sal_Int16 _charfontfamilyasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     125             :     virtual ::sal_Int16 SAL_CALL getCharFontCharSetAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     126             :     virtual void SAL_CALL setCharFontCharSetAsian( ::sal_Int16 _charfontcharsetasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     127             :     virtual ::sal_Int16 SAL_CALL getCharFontPitchAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     128             :     virtual void SAL_CALL setCharFontPitchAsian( ::sal_Int16 _charfontpitchasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     129             :     virtual css::awt::FontSlant SAL_CALL getCharPostureAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     130             :     virtual void SAL_CALL setCharPostureAsian( css::awt::FontSlant _charpostureasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     131             :     virtual css::lang::Locale SAL_CALL getCharLocaleAsian() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     132             :     virtual void SAL_CALL setCharLocaleAsian( const css::lang::Locale& _charlocaleasian ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     133             :     virtual float SAL_CALL getCharHeightComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     134             :     virtual void SAL_CALL setCharHeightComplex( float _charheightcomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     135             :     virtual float SAL_CALL getCharWeightComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     136             :     virtual void SAL_CALL setCharWeightComplex( float _charweightcomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     137             :     virtual ::rtl::OUString SAL_CALL getCharFontNameComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     138             :     virtual void SAL_CALL setCharFontNameComplex( const ::rtl::OUString& _charfontnamecomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     139             :     virtual ::rtl::OUString SAL_CALL getCharFontStyleNameComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     140             :     virtual void SAL_CALL setCharFontStyleNameComplex( const ::rtl::OUString& _charfontstylenamecomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     141             :     virtual ::sal_Int16 SAL_CALL getCharFontFamilyComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     142             :     virtual void SAL_CALL setCharFontFamilyComplex( ::sal_Int16 _charfontfamilycomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     143             :     virtual ::sal_Int16 SAL_CALL getCharFontCharSetComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     144             :     virtual void SAL_CALL setCharFontCharSetComplex( ::sal_Int16 _charfontcharsetcomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     145             :     virtual ::sal_Int16 SAL_CALL getCharFontPitchComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     146             :     virtual void SAL_CALL setCharFontPitchComplex( ::sal_Int16 _charfontpitchcomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     147             :     virtual css::awt::FontSlant SAL_CALL getCharPostureComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     148             :     virtual void SAL_CALL setCharPostureComplex( css::awt::FontSlant _charposturecomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     149             :     virtual css::lang::Locale SAL_CALL getCharLocaleComplex() /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     150             :     virtual void SAL_CALL setCharLocaleComplex( const css::lang::Locale& _charlocalecomplex ) /* throw (css::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException) */ = 0;
     151             : 
     152             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
     153             : 
     154             : protected:
     155           0 :     ~XReportControlFormat() throw () {} // avoid warnings about virtual members and non-virtual dtor
     156             : };
     157             : 
     158             : 
     159             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::report::XReportControlFormat const *);
     160             : } } } }
     161             : 
     162             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::report::XReportControlFormat > *) SAL_THROW(());
     163             : 
     164             : #endif

Generated by: LCOV version 1.10