Lines Matching refs:nRow
89 SCROW nRow; member
128 sal_Bool Search( SCROW nRow, SCSIZE& nIndex ) const;
129 ScBaseCell* GetCell( SCROW nRow ) const;
130 void Insert( SCROW nRow, ScBaseCell* pCell );
131 void Insert( SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell );
132 void Append( SCROW nRow, ScBaseCell* pCell );
133 void Delete( SCROW nRow );
138 void SwapCell( SCROW nRow, ScColumn& rCol);
156 sal_Bool HasDataAt(SCROW nRow) const;
157 sal_Bool HasVisibleDataAt(SCROW nRow) const;
238 sal_Bool SetString( SCROW nRow, SCTAB nTab, const String& rString,
242 void SetValue( SCROW nRow, const double& rVal);
243 void SetError( SCROW nRow, const sal_uInt16 nError);
245 void GetString( SCROW nRow, String& rString ) const;
246 void GetInputString( SCROW nRow, String& rString ) const;
247 double GetValue( SCROW nRow ) const;
248 void GetFormula( SCROW nRow, String& rFormula,
250 CellType GetCellType( SCROW nRow ) const;
254 sal_uInt16 GetErrCode( SCROW nRow ) const;
256 sal_Bool HasStringData( SCROW nRow ) const;
257 sal_Bool HasValueData( SCROW nRow ) const;
262 ScPostIt* GetNote( SCROW nRow );
264 void TakeNote( SCROW nRow, ScPostIt* pNote );
266 ScPostIt* ReleaseNote( SCROW nRow );
268 void DeleteNote( SCROW nRow );
300 const SfxPoolItem* GetAttr( SCROW nRow, sal_uInt16 nWhich ) const;
301 const ScPatternAttr* GetPattern( SCROW nRow ) const;
302 const ScPatternAttr* GetPatternRange( SCROW& rStartRow, SCROW& rEndRow, SCROW nRow ) const;
305 sal_uLong GetNumberFormat( SCROW nRow ) const;
315 void ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr );
316 void ApplyPattern( SCROW nRow, const ScPatternAttr& rPatAttr );
318 void SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr, sal_Bool bPutToPool = sal_False );
324 void ApplyStyle( SCROW nRow, const ScStyleSheet& rStyle );
330 const ScStyleSheet* GetStyle( SCROW nRow ) const;
338 SCsROW SearchStyle( SCsROW nRow, const ScStyleSheet* pSearchStyle,
355 long GetNeededSize( SCROW nRow, OutputDevice* pDev,
378 SCsROW GetNextUnprotected( SCROW nRow, sal_Bool bUp ) const;
381 sal_Bool GetDataEntries(SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
387 sal_Bool GetNextSpellingCell(SCROW& nRow, sal_Bool bInSel, const ScMarkData& rData) const;
391 void StartListening( SvtListener& rLst, SCROW nRow );
392 void EndListening( SvtListener& rLst, SCROW nRow );