LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/ui/dialogs - XWizard.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_UI_DIALOGS_XWIZARD_HDL
       2             : #define INCLUDED_COM_SUN_STAR_UI_DIALOGS_XWIZARD_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : #include "com/sun/star/container/NoSuchElementException.hdl"
       8             : #include "com/sun/star/util/InvalidStateException.hdl"
       9             : namespace com { namespace sun { namespace star { namespace ui { namespace dialogs { class XWizardPage; } } } } }
      10             : namespace com { namespace sun { namespace star { namespace awt { class XWindow; } } } }
      11             : #include "com/sun/star/ui/dialogs/XExecutableDialog.hdl"
      12             : #include "com/sun/star/uno/Reference.h"
      13             : #include "cppu/macros.hxx"
      14             : #include "rtl/ustring.hxx"
      15             : #include "sal/types.h"
      16             : 
      17             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      18             : 
      19             : namespace com { namespace sun { namespace star { namespace ui { namespace dialogs {
      20             : 
      21           0 : class SAL_NO_VTABLE XWizard : public css::ui::dialogs::XExecutableDialog
      22             : {
      23             : public:
      24             : 
      25             :     // Attributes
      26             :     virtual ::rtl::OUString SAL_CALL getHelpURL() = 0;
      27             :     virtual void SAL_CALL setHelpURL( const ::rtl::OUString& _helpurl ) = 0;
      28             :     virtual ::com::sun::star::uno::Reference< css::awt::XWindow > SAL_CALL getDialogWindow() = 0;
      29             : 
      30             :     // Methods
      31             :     virtual ::com::sun::star::uno::Reference< css::ui::dialogs::XWizardPage > SAL_CALL getCurrentPage() = 0;
      32             :     virtual void SAL_CALL enableButton( ::sal_Int16 WizardButton, ::sal_Bool Enable ) = 0;
      33             :     virtual void SAL_CALL setDefaultButton( ::sal_Int16 WizardButton ) = 0;
      34             :     virtual ::sal_Bool SAL_CALL travelNext() = 0;
      35             :     virtual ::sal_Bool SAL_CALL travelPrevious() = 0;
      36             :     virtual void SAL_CALL enablePage( ::sal_Int16 PageID, ::sal_Bool Enable ) = 0;
      37             :     virtual void SAL_CALL updateTravelUI() = 0;
      38             :     virtual ::sal_Bool SAL_CALL advanceTo( ::sal_Int16 PageId ) = 0;
      39             :     virtual ::sal_Bool SAL_CALL goBackTo( ::sal_Int16 PageId ) = 0;
      40             :     virtual void SAL_CALL activatePath( ::sal_Int16 PathIndex, ::sal_Bool Final ) = 0;
      41             : 
      42             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      43             : 
      44             : protected:
      45           0 :     ~XWizard() throw () {} // avoid warnings about virtual members and non-virtual dtor
      46             : };
      47             : 
      48             : 
      49             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::ui::dialogs::XWizard const *);
      50             : } } } } }
      51             : 
      52             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::ui::dialogs::XWizard > *) SAL_THROW(());
      53             : 
      54             : #endif

Generated by: LCOV version 1.10