Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_SHEET_XGLOBALSHEETSETTINGS_HDL
2 : #define INCLUDED_COM_SUN_STAR_SHEET_XGLOBALSHEETSETTINGS_HDL
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/uno/RuntimeException.hdl"
7 : #include "com/sun/star/uno/XInterface.hdl"
8 : #include "com/sun/star/uno/Reference.h"
9 : #include "com/sun/star/uno/Sequence.h"
10 : #include "cppu/macros.hxx"
11 : #include "rtl/ustring.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 sheet {
17 :
18 5 : class SAL_NO_VTABLE XGlobalSheetSettings : public css::uno::XInterface
19 : {
20 : public:
21 :
22 : // Attributes
23 : virtual ::sal_Bool SAL_CALL getMoveSelection() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
24 : virtual void SAL_CALL setMoveSelection( ::sal_Bool _moveselection ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
25 : virtual ::sal_Int16 SAL_CALL getMoveDirection() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
26 : virtual void SAL_CALL setMoveDirection( ::sal_Int16 _movedirection ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
27 : virtual ::sal_Bool SAL_CALL getEnterEdit() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
28 : virtual void SAL_CALL setEnterEdit( ::sal_Bool _enteredit ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
29 : virtual ::sal_Bool SAL_CALL getExtendFormat() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
30 : virtual void SAL_CALL setExtendFormat( ::sal_Bool _extendformat ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
31 : virtual ::sal_Bool SAL_CALL getRangeFinder() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
32 : virtual void SAL_CALL setRangeFinder( ::sal_Bool _rangefinder ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
33 : virtual ::sal_Bool SAL_CALL getExpandReferences() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
34 : virtual void SAL_CALL setExpandReferences( ::sal_Bool _expandreferences ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
35 : virtual ::sal_Bool SAL_CALL getMarkHeader() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
36 : virtual void SAL_CALL setMarkHeader( ::sal_Bool _markheader ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
37 : virtual ::sal_Bool SAL_CALL getUseTabCol() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
38 : virtual void SAL_CALL setUseTabCol( ::sal_Bool _usetabcol ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
39 : virtual ::sal_Int16 SAL_CALL getMetric() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
40 : virtual void SAL_CALL setMetric( ::sal_Int16 _metric ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
41 : virtual ::sal_Int16 SAL_CALL getScale() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
42 : virtual void SAL_CALL setScale( ::sal_Int16 _scale ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
43 : virtual ::sal_Bool SAL_CALL getDoAutoComplete() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
44 : virtual void SAL_CALL setDoAutoComplete( ::sal_Bool _doautocomplete ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
45 : virtual ::sal_Int16 SAL_CALL getStatusBarFunction() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
46 : virtual void SAL_CALL setStatusBarFunction( ::sal_Int16 _statusbarfunction ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
47 : virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getUserLists() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
48 : virtual void SAL_CALL setUserLists( const ::com::sun::star::uno::Sequence< ::rtl::OUString >& _userlists ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
49 : virtual ::sal_Int16 SAL_CALL getLinkUpdateMode() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
50 : virtual void SAL_CALL setLinkUpdateMode( ::sal_Int16 _linkupdatemode ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
51 : virtual ::sal_Bool SAL_CALL getPrintAllSheets() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
52 : virtual void SAL_CALL setPrintAllSheets( ::sal_Bool _printallsheets ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
53 : virtual ::sal_Bool SAL_CALL getPrintEmptyPages() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
54 : virtual void SAL_CALL setPrintEmptyPages( ::sal_Bool _printemptypages ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
55 : virtual ::sal_Bool SAL_CALL getUsePrinterMetrics() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
56 : virtual void SAL_CALL setUsePrinterMetrics( ::sal_Bool _useprintermetrics ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
57 : virtual ::sal_Bool SAL_CALL getReplaceCellsWarning() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
58 : virtual void SAL_CALL setReplaceCellsWarning( ::sal_Bool _replacecellswarning ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
59 :
60 : static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
61 :
62 : protected:
63 5 : ~XGlobalSheetSettings() throw () {} // avoid warnings about virtual members and non-virtual dtor
64 : };
65 :
66 :
67 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::sheet::XGlobalSheetSettings const *);
68 : } } } }
69 :
70 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::sheet::XGlobalSheetSettings > *) SAL_THROW(());
71 :
72 : #endif
|