Lines Matching refs:SAL_CALL

71 …virtual void SAL_CALL rowsInserted( const ::com::sun::star::awt::grid::GridDataEvent& Event ) thro…
72 …virtual void SAL_CALL rowsRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
73 …virtual void SAL_CALL dataChanged( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
74 …virtual void SAL_CALL rowHeadingChanged( const ::com::sun::star::awt::grid::GridDataEvent& Event )…
77 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
78 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
79 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
82 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::…
85 …virtual ::sal_Int32 SAL_CALL getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::…
86 …virtual ::sal_Int32 SAL_CALL getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::sta…
87 … virtual ::sal_Int32 SAL_CALL getCurrentColumn( ) throw (::com::sun::star::uno::RuntimeException);
88 virtual ::sal_Int32 SAL_CALL getCurrentRow( ) throw (::com::sun::star::uno::RuntimeException);
89 …virtual void SAL_CALL goToCell( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex ) throw (::com::…
92 …virtual void SAL_CALL selectRow( ::sal_Int32 i_rowIndex ) throw (::com::sun::star::uno::RuntimeExc…
93 virtual void SAL_CALL selectAllRows() throw (::com::sun::star::uno::RuntimeException);
94 …virtual void SAL_CALL deselectRow( ::sal_Int32 i_rowIndex ) throw (::com::sun::star::uno::RuntimeE…
95 virtual void SAL_CALL deselectAllRows() throw (::com::sun::star::uno::RuntimeException);
96 …virtual ::com::sun::star::uno::Sequence< ::sal_Int32 > SAL_CALL getSelectedRows() throw (::com::su…
97 virtual ::sal_Bool SAL_CALL hasSelectedRows() throw (::com::sun::star::uno::RuntimeException);
98 …virtual ::sal_Bool SAL_CALL isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::Runtime…
99 …virtual void SAL_CALL addSelectionListener(const ::com::sun::star::uno::Reference< ::com::sun::sta…
100 …virtual void SAL_CALL removeSelectionListener(const ::com::sun::star::uno::Reference< ::com::sun::…
102 …void SAL_CALL setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& …
103 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
107 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
110 void SAL_CALL setEnable( sal_Bool bEnable ) throw(::com::sun::star::uno::RuntimeException);