Lines Matching refs:SAL_CALL

41 	virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
44 virtual void SAL_CALL acquire() throw();
45 virtual void SAL_CALL release() throw();
48 virtual void SAL_CALL collapseToCurrentRegion() throw(::com::sun::star::uno::RuntimeException);
49 virtual void SAL_CALL collapseToCurrentArray() throw(::com::sun::star::uno::RuntimeException);
50 virtual void SAL_CALL collapseToMergedArea() throw(::com::sun::star::uno::RuntimeException);
51 virtual void SAL_CALL expandToEntireColumns() throw(::com::sun::star::uno::RuntimeException);
52 virtual void SAL_CALL expandToEntireRows() throw(::com::sun::star::uno::RuntimeException);
53 virtual void SAL_CALL collapseToSize( sal_Int32 nColumns, sal_Int32 nRows )
57 virtual void SAL_CALL gotoStartOfUsedArea( sal_Bool bExpand )
59 virtual void SAL_CALL gotoEndOfUsedArea( sal_Bool bExpand )
63 virtual void SAL_CALL gotoStart() throw(::com::sun::star::uno::RuntimeException);
64 virtual void SAL_CALL gotoEnd() throw(::com::sun::star::uno::RuntimeException);
65 virtual void SAL_CALL gotoNext() throw(::com::sun::star::uno::RuntimeException);
66 virtual void SAL_CALL gotoPrevious() throw(::com::sun::star::uno::RuntimeException);
67 virtual void SAL_CALL gotoOffset( sal_Int32 nColumnOffset, sal_Int32 nRowOffset )
71 virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet > SAL_CALL
75 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCell > SAL_CALL
79 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL
85 virtual ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > SAL_CALL
90 virtual ::rtl::OUString SAL_CALL getImplementationName()
92 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName )
94 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames()
98 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
100 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()