Lines Matching refs:nStartRow

220 	void		DoAutoOutline( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
288 void SetRepeatArea( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
319 …che( ScDPTableDataCache * pCache, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCROW nEndRow );
362 void InsertRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize );
363 void DeleteRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize,
366 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
367 void InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize );
368 void DeleteCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize,
400 void CopyData( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
419 sal_Bool GetPrintAreaHor( SCROW nStartRow, SCROW nEndRow,
431 SCCOL nStartCol, SCROW nStartRow, SCCOL& rEndCol, SCROW nEndRow );
439 SCSIZE GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow,
452 sal_Bool HasStringCells( SCCOL nStartCol, SCROW nStartRow,
507 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
510 void AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
512 …void GetAutoFormatData(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, ScAutoForm…
527 sal_Bool ExtendMerge( SCCOL nStartCol, SCROW nStartRow,
532 const ScPatternAttr* GetMostUsedPattern( SCCOL nCol, SCROW nStartRow, SCROW nEndRow ) const;
547 SCCOL nStartCol, SCROW nStartRow,
551 SCCOL nStartCol, SCROW nStartRow,
556 …void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScPa…
557 …void ApplyPooledPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, cons…
569 …void ApplyStyleArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScStyl…
586 …sal_Bool ApplyFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, sal_Int16 nF…
587 …sal_Bool RemoveFlags( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, sal_Int16 n…
622 sal_Bool SetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nExtra,
636 sal_Bool SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight,
646 void SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nNewHeight );
649 void SetManualHeight( SCROW nStartRow, SCROW nEndRow, sal_Bool bManual );
653 sal_uLong GetRowHeight( SCROW nStartRow, SCROW nEndRow ) const;
654 sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const;
684 void SetRowFlags( SCROW nStartRow, SCROW nEndRow, sal_uInt8 nNewFlags );
702 sal_Bool UpdateOutlineRow( SCROW nStartRow, SCROW nEndRow, sal_Bool bShow );
729 void RemoveRowPageBreaks(SCROW nStartRow, SCROW nEndRow);
739 bool HasHiddenRows(SCROW nStartRow, SCROW nEndRow) const;
742 void SetRowHidden(SCROW nStartRow, SCROW nEndRow, bool bHidden);
745 void CopyRowHidden(ScTable& rTable, SCROW nStartRow, SCROW nEndRow);
746 void CopyRowHeight(ScTable& rSrcTable, SCROW nStartRow, SCROW nEndRow, SCROW nSrcOffset);
747 SCROW FirstVisibleRow(SCROW nStartRow, SCROW nEndRow) const;
748 SCROW LastVisibleRow(SCROW nStartRow, SCROW nEndRow) const;
749 SCROW CountVisibleRows(SCROW nStartRow, SCROW nEndRow) const;
750 sal_uInt32 GetTotalRowHeight(SCROW nStartRow, SCROW nEndRow) const;
756 bool HasFilteredRows(SCROW nStartRow, SCROW nEndRow) const;
758 void CopyRowFiltered(ScTable& rTable, SCROW nStartRow, SCROW nEndRow);
759 void SetRowFiltered(SCROW nStartRow, SCROW nEndRow, bool bFiltered);
761 SCROW FirstNonFilteredRow(SCROW nStartRow, SCROW nEndRow) const;
762 SCROW LastNonFilteredRow(SCROW nStartRow, SCROW nEndRow) const;
763 SCROW CountNonFilteredRows(SCROW nStartRow, SCROW nEndRow) const;
782 sal_Bool HasColHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
783 sal_Bool HasRowHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
819 void AutoFormatArea(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,