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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_SDBCX_XROWLOCATE_HDL
       2             : #define INCLUDED_COM_SUN_STAR_SDBCX_XROWLOCATE_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/XInterface.hdl"
       7             : #include "com/sun/star/sdbc/SQLException.hdl"
       8             : #include "com/sun/star/uno/RuntimeException.hdl"
       9             : #include "com/sun/star/uno/Any.h"
      10             : #include "com/sun/star/uno/Reference.h"
      11             : #include "cppu/macros.hxx"
      12             : #include "sal/types.h"
      13             : 
      14             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      15             : 
      16             : namespace com { namespace sun { namespace star { namespace sdbcx {
      17             : 
      18          15 : class SAL_NO_VTABLE XRowLocate : public css::uno::XInterface
      19             : {
      20             : public:
      21             : 
      22             :     // Methods
      23             :     virtual ::com::sun::star::uno::Any SAL_CALL getBookmark() = 0;
      24             :     virtual ::sal_Bool SAL_CALL moveToBookmark( const ::com::sun::star::uno::Any& bookmark ) = 0;
      25             :     virtual ::sal_Bool SAL_CALL moveRelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, ::sal_Int32 rows ) = 0;
      26             :     virtual ::sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com::sun::star::uno::Any& second ) = 0;
      27             :     virtual ::sal_Bool SAL_CALL hasOrderedBookmarks() = 0;
      28             :     virtual ::sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) = 0;
      29             : 
      30             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      31             : 
      32             : protected:
      33           5 :     ~XRowLocate() throw () {} // avoid warnings about virtual members and non-virtual dtor
      34             : };
      35             : 
      36             : 
      37             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::sdbcx::XRowLocate const *);
      38             : } } } }
      39             : 
      40             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::sdbcx::XRowLocate > *) SAL_THROW(());
      41             : 
      42             : #endif

Generated by: LCOV version 1.10