LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/sheet - XSheetCondition.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_SHEET_XSHEETCONDITION_HDL
       2             : #define INCLUDED_COM_SUN_STAR_SHEET_XSHEETCONDITION_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/XInterface.hdl"
       7             : #include "com/sun/star/table/CellAddress.hdl"
       8             : #include "com/sun/star/uno/RuntimeException.hdl"
       9             : #include "com/sun/star/sheet/ConditionOperator.hdl"
      10             : #include "com/sun/star/uno/Reference.h"
      11             : #include "cppu/macros.hxx"
      12             : #include "rtl/ustring.hxx"
      13             : 
      14             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      15             : 
      16             : namespace com { namespace sun { namespace star { namespace sheet {
      17             : 
      18           0 : class SAL_NO_VTABLE XSheetCondition : public css::uno::XInterface
      19             : {
      20             : public:
      21             : 
      22             :     // Methods
      23             :     virtual css::sheet::ConditionOperator SAL_CALL getOperator() = 0;
      24             :     virtual void SAL_CALL setOperator( css::sheet::ConditionOperator nOperator ) = 0;
      25             :     virtual ::rtl::OUString SAL_CALL getFormula1() = 0;
      26             :     virtual void SAL_CALL setFormula1( const ::rtl::OUString& aFormula1 ) = 0;
      27             :     virtual ::rtl::OUString SAL_CALL getFormula2() = 0;
      28             :     virtual void SAL_CALL setFormula2( const ::rtl::OUString& aFormula2 ) = 0;
      29             :     virtual css::table::CellAddress SAL_CALL getSourcePosition() = 0;
      30             :     virtual void SAL_CALL setSourcePosition( const css::table::CellAddress& aSourcePosition ) = 0;
      31             : 
      32             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      33             : 
      34             : protected:
      35           0 :     ~XSheetCondition() throw () {} // avoid warnings about virtual members and non-virtual dtor
      36             : };
      37             : 
      38             : 
      39             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::sheet::XSheetCondition const *);
      40             : } } } }
      41             : 
      42             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::sheet::XSheetCondition > *) SAL_THROW(());
      43             : 
      44             : #endif

Generated by: LCOV version 1.10