Lines Matching defs:nC
171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix()
226 inline bool ValidColRow( SCSIZE nC, SCSIZE nR) const in ValidColRow()
228 inline SCSIZE CalcOffset( SCSIZE nC, SCSIZE nR) const in CalcOffset()
280 void PutError( sal_uInt16 nErrorCode, SCSIZE nC, SCSIZE nR ) in PutError()
301 sal_uInt16 GetErrorIfNotString( SCSIZE nC, SCSIZE nR) const in GetErrorIfNotString()
342 sal_Bool IsString( SCSIZE nC, SCSIZE nR ) const in IsString()
353 sal_Bool IsEmpty( SCSIZE nC, SCSIZE nR ) const in IsEmpty()
360 sal_Bool IsEmptyPath( SCSIZE nC, SCSIZE nR ) const in IsEmptyPath()
375 sal_Bool IsValue( SCSIZE nC, SCSIZE nR ) const in IsValue()
387 sal_Bool IsValueOrEmpty( SCSIZE nC, SCSIZE nR ) const in IsValueOrEmpty()
400 sal_Bool IsBoolean( SCSIZE nC, SCSIZE nR ) const in IsBoolean()