Lines Matching refs:nRow

307 	void		PutCell( SCCOL nCol, SCROW nRow, ScBaseCell* pCell );
308 void PutCell(SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell);
310 sal_Bool SetString( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString,
312 void SetValue( SCCOL nCol, SCROW nRow, const double& rVal );
313 void SetError( SCCOL nCol, SCROW nRow, sal_uInt16 nError);
318 void GetString( SCCOL nCol, SCROW nRow, String& rString );
320 void GetInputString( SCCOL nCol, SCROW nRow, String& rString );
327 double GetValue( SCCOL nCol, SCROW nRow );
328 void GetFormula( SCCOL nCol, SCROW nRow, String& rFormula,
337 CellType GetCellType( SCCOL nCol, SCROW nRow ) const;
344 ScBaseCell* GetCell( SCCOL nCol, SCROW nRow ) const;
350 ScPostIt* GetNote( SCCOL nCol, SCROW nRow );
352 void TakeNote( SCCOL nCol, SCROW nRow, ScPostIt*& rpNote );
354 ScPostIt* ReleaseNote( SCCOL nCol, SCROW nRow );
356 void DeleteNote( SCCOL nCol, SCROW nRow );
448 sal_Bool HasData( SCCOL nCol, SCROW nRow );
449 sal_Bool HasStringData( SCCOL nCol, SCROW nRow );
450 sal_Bool HasValueData( SCCOL nCol, SCROW nRow );
520 void GetBorderLines( SCCOL nCol, SCROW nRow,
530 const SfxPoolItem* GetAttr( SCCOL nCol, SCROW nRow, sal_uInt16 nWhich ) const;
531 const ScPatternAttr* GetPattern( SCCOL nCol, SCROW nRow ) const;
540 sal_uLong GetNumberFormat( SCCOL nCol, SCROW nRow ) const;
554 void ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr );
555 void ApplyPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr );
564 …void SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool = sal_Fa…
568 void ApplyStyle( SCCOL nCol, SCROW nRow, const ScStyleSheet& rStyle );
574 const ScStyleSheet* GetStyle( SCCOL nCol, SCROW nRow ) const;
628 long GetNeededSize( SCCOL nCol, SCROW nRow,
635 void SetRowHeight( SCROW nRow, sal_uInt16 nNewHeight );
652 …SC_DLLPUBLIC sal_uInt16 GetRowHeight( SCROW nRow, SCROW* pStartRow = NULL, SCROW* pEndRow = NULL, …
656 sal_uLong GetRowOffset( SCROW nRow ) const;
669 sal_uInt16 GetOriginalHeight( SCROW nRow ) const;
673 SCROW GetHiddenRowCount( SCROW nRow );
676 void ShowRow(SCROW nRow, bool bShow);
677 void DBShowRow(SCROW nRow, bool bShow);
683 void SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags );
696 sal_uInt8 GetRowFlags( SCROW nRow ) const;
712 bool HasRowPageBreak(SCROW nRow) const;
714 bool HasRowManualBreak(SCROW nRow) const;
727 SCROW GetNextManualBreak(SCROW nRow) const;
730 void RemoveRowBreak(SCROW nRow, bool bPage, bool bManual);
732 void SetRowBreak(SCROW nRow, bool bPage, bool bManual);
737 bool RowHidden(SCROW nRow, SCROW* pFirstRow = NULL, SCROW* pLastRow = NULL) const;
738 bool RowHidden(SCROW nRow, SCROW& rLastRow) const;
754 bool RowFiltered(SCROW nRow, SCROW* pFirstRow = NULL, SCROW* pLastRow = NULL) const;
771 sal_Bool ValidQuery(SCROW nRow, const ScQueryParam& rQueryParam,
780 sal_Bool GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
816 sal_Bool ValidNextPos( SCCOL nCol, SCROW nRow, const ScMarkData& rMark,
821 void GetAutoFormatAttr(SCCOL nCol, SCROW nRow, sal_uInt16 nIndex, ScAutoFormatData& rData);
822 …void GetAutoFormatFrame(SCCOL nCol, SCROW nRow, sal_uInt16 nFlags, sal_uInt16 nIndex, ScAutoForma…
823 sal_Bool SearchCell(const SvxSearchItem& rSearchItem, SCCOL nCol, SCROW nRow,
858 void GetUpperCellString(SCCOL nCol, SCROW nRow, String& rStr);
862 sal_Bool IsEmptyLine(SCROW nRow, SCCOL nStartCol, SCCOL nEndCol);
899 …void MaybeAddExtraColumn(SCCOL& rCol, SCROW nRow, OutputDevice* pDev, double nPPTX, double …
919 ScBaseCell* reset(SCROW nRow);