Lines Matching refs:SCSIZE
85 SCSIZE nCount;
86 SCSIZE nLimit;
111 sal_Bool Concat(SCSIZE nPos);
144 sal_Bool Search( SCROW nRow, SCSIZE& nIndex ) const;
179 sal_Bool TestInsertRow( SCSIZE nSize ) const;
180 void InsertRow( SCROW nStartRow, SCSIZE nSize );
181 void DeleteRow( SCROW nStartRow, SCSIZE nSize );
182 void DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex );
193 bool Reserve( SCSIZE nCount );
194 SCSIZE Count() const{ return nCount; } in Count()
195 SCSIZE Count( SCROW nRw1, SCROW nRw2 );
206 SCSIZE nPos;