Lines Matching refs:SCSIZE

96     SCSIZE          nColCount;
97 SCSIZE nRowCount;
102 void CreateMatrix( SCSIZE nC, SCSIZE nR);
106 void PutStringEntry( const String* pStr, sal_uInt8 bFlag, SCSIZE nIndex );
171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix()
188 void Resize( SCSIZE nC, SCSIZE nR);
192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;
222 void GetDimensions( SCSIZE& rC, SCSIZE& rR) const in GetDimensions()
224 SCSIZE GetElementCount() const in GetElementCount()
226 inline bool ValidColRow( SCSIZE nC, SCSIZE nR) const in ValidColRow()
228 inline SCSIZE CalcOffset( SCSIZE nC, SCSIZE nR) const in CalcOffset()
237 inline bool ValidColRowReplicated( SCSIZE & rC, SCSIZE & rR ) const in ValidColRowReplicated()
264 inline bool ValidColRowOrReplicated( SCSIZE & rC, SCSIZE & rR ) const in ValidColRowOrReplicated()
270 void PutDouble( double fVal, SCSIZE nC, SCSIZE nR);
271 void PutDouble( double fVal, SCSIZE nIndex) in PutDouble()
273 void PutString( const String& rStr, SCSIZE nC, SCSIZE nR);
274 void PutString( const String& rStr, SCSIZE nIndex);
275 void PutEmpty( SCSIZE nC, SCSIZE nR);
276 void PutEmpty( SCSIZE nIndex);
278 void PutEmptyPath( SCSIZE nC, SCSIZE nR);
279 void PutEmptyPath( SCSIZE nIndex);
280 void PutError( sal_uInt16 nErrorCode, SCSIZE nC, SCSIZE nR ) in PutError()
282 void PutError( sal_uInt16 nErrorCode, SCSIZE nIndex ) in PutError()
284 void PutBoolean( bool bVal, SCSIZE nC, SCSIZE nR);
285 void PutBoolean( bool bVal, SCSIZE nIndex);
288 SCSIZE nC1, SCSIZE nR1, SCSIZE nC2, SCSIZE nR2 );
295 sal_uInt16 GetError( SCSIZE nC, SCSIZE nR) const;
296 sal_uInt16 GetError( SCSIZE nIndex) const in GetError()
301 sal_uInt16 GetErrorIfNotString( SCSIZE nC, SCSIZE nR) const in GetErrorIfNotString()
303 sal_uInt16 GetErrorIfNotString( SCSIZE nIndex) const in GetErrorIfNotString()
307 double GetDouble( SCSIZE nC, SCSIZE nR) const;
309 double GetDouble( SCSIZE nIndex) const in GetDouble()
321 const String& GetString( SCSIZE nC, SCSIZE nR) const;
323 const String& GetString( SCSIZE nIndex) const in GetString()
330 String GetString( SvNumberFormatter& rFormatter, SCSIZE nC, SCSIZE nR) const;
331 String GetString( SvNumberFormatter& rFormatter, SCSIZE nIndex) const;
335 const ScMatrixValue* Get( SCSIZE nC, SCSIZE nR, ScMatValType& nType) const;
338 sal_Bool IsString( SCSIZE nIndex ) const in IsString()
342 sal_Bool IsString( SCSIZE nC, SCSIZE nR ) const in IsString()
349 sal_Bool IsEmpty( SCSIZE nIndex ) const in IsEmpty()
353 sal_Bool IsEmpty( SCSIZE nC, SCSIZE nR ) const in IsEmpty()
360 sal_Bool IsEmptyPath( SCSIZE nC, SCSIZE nR ) const in IsEmptyPath()
367 sal_Bool IsEmptyPath( SCSIZE nIndex ) const in IsEmptyPath()
371 sal_Bool IsValue( SCSIZE nIndex ) const in IsValue()
375 sal_Bool IsValue( SCSIZE nC, SCSIZE nR ) const in IsValue()
382 sal_Bool IsValueOrEmpty( SCSIZE nIndex ) const in IsValueOrEmpty()
387 sal_Bool IsValueOrEmpty( SCSIZE nC, SCSIZE nR ) const in IsValueOrEmpty()
396 sal_Bool IsBoolean( SCSIZE nIndex ) const in IsBoolean()
400 sal_Bool IsBoolean( SCSIZE nC, SCSIZE nR ) const in IsBoolean()