Lines Matching refs:sal_Int32

51 	virtual sal_Int32 getLeft() = 0;
52 virtual sal_Int32 getTop() = 0;
53 virtual sal_Int32 getRight() = 0;
54 virtual sal_Int32 getBottom() = 0;
85 void init( sal_Int32 nColumns, sal_Int32 nRows );
93 void merge( sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nColSpan, sal_Int32 nRowSpan );
96 virtual sal_Int32 getLeft();
97 virtual sal_Int32 getTop();
98 virtual sal_Int32 getRight();
99 virtual sal_Int32 getBottom();
105 virtual ::sal_Int32 SAL_CALL getRowCount() throw (::com::sun::star::uno::RuntimeException);
106 virtual ::sal_Int32 SAL_CALL getColumnCount() throw (::com::sun::star::uno::RuntimeException);
126 …com::sun::star::table::XCell > SAL_CALL getCellByPosition( ::sal_Int32 nColumn, ::sal_Int32 nRow )…
127 …Range > SAL_CALL getCellRangeByPosition( ::sal_Int32 nLeft, ::sal_Int32 nTop, ::sal_Int32 nRight, …
140 …virtual void SAL_CALL setFastPropertyValue( ::sal_Int32 nHandle, const ::com::sun::star::uno::Any&…
141 …virtual ::com::sun::star::uno::Any SAL_CALL getFastPropertyValue( ::sal_Int32 nHandle ) throw (::c…
150 void insertColumns( sal_Int32 nIndex, sal_Int32 nCount );
151 void removeColumns( sal_Int32 nIndex, sal_Int32 nCount );
152 void insertRows( sal_Int32 nIndex, sal_Int32 nCount );
153 void removeRows( sal_Int32 nIndex, sal_Int32 nCount );
155 sal_Int32 getRowCountImpl() const;
156 sal_Int32 getColumnCountImpl() const;
159 CellRef getCell( ::sal_Int32 nCol, ::sal_Int32 nRow ) const;
161 void UndoInsertRows( sal_Int32 nIndex, sal_Int32 nCount );
162 void UndoRemoveRows( sal_Int32 nIndex, RowVector& aNewRows );
164 void UndoInsertColumns( sal_Int32 nIndex, sal_Int32 nCount );
165 void UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& aCells );
172 …TableRowRef getRow( sal_Int32 nRow ) const throw (::com::sun::star::lang::IndexOutOfBoundsExceptio…
173 …TableColumnRef getColumn( sal_Int32 nColumn ) const throw (::com::sun::star::lang::IndexOutOfBound…
189 sal_Int32 mnNotifyLock;