Lines Matching refs:SCROW

129 	SCROW			nFixPosY;
132 SCROW nCurY;
134 SCROW nOldCurY;
136 SCROW nPosY[2];
189 SCROW nRefStartY;
192 SCROW nRefEndY;
195 SCROW nFillStartY;
197 SCROW nFillEndY;
199 SCROW nEditRow;
202 SCROW nEditEndRow;
279 SCROW GetPosY( ScVSplitPos eWhich ) const { return pThisTab->nPosY[eWhich]; } in GetPosY()
281 SCROW GetCurY() const { return pThisTab->nCurY; } in GetCurY()
284 SCROW GetOldCurY() const;
290 SCROW GetFixPosY() const { return pThisTab->nFixPosY; } in GetFixPosY()
294 void SetPosY( ScVSplitPos eWhich, SCROW nNewPosY );
296 void SetCurY( SCROW nNewCurY ) { pThisTab->nCurY = nNewCurY; } in SetCurY()
297 void SetOldCursor( SCCOL nNewX, SCROW nNewY );
304 void SetFixPosY( SCROW nPos ) { pThisTab->nFixPosY = nPos; } in SetFixPosY()
328 ScMarkType GetSimpleArea( SCCOL& rStartCol, SCROW& rStartRow, SCTAB& rStartTab,
329 SCCOL& rEndCol, SCROW& rEndRow, SCTAB& rEndTab ) const;
340 void SetFillMode( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow );
341 void SetDragMode( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
343 void GetFillData( SCCOL& rStartCol, SCROW& rStartRow,
344 SCCOL& rEndCol, SCROW& rEndRow );
351 sal_Bool GetMergeSizePixel( SCCOL nX, SCROW nY, long& rSizeXPix, long& rSizeYPix );
362 SCROW GetRefStartY() const { return nRefStartY; } in GetRefStartY()
365 SCROW GetRefEndY() const { return nRefEndY; } in GetRefEndY()
371 void SetRefStart( SCCOL nNewX, SCROW nNewY, SCTAB nNewZ ) in SetRefStart()
373 void SetRefEnd( SCCOL nNewX, SCROW nNewY, SCTAB nNewZ ) in SetRefEnd()
383 inline void GetMoveCursor( SCCOL& rCurX, SCROW& rCurY );
407 Window* pWin, SCCOL nNewX, SCROW nNewY );
408 void GetEditView( ScSplitPos eWhich, EditView*& rViewPtr, SCCOL& rCol, SCROW& rRow );
419 SCROW GetEditViewRow() const { return nEditRow; } in GetEditViewRow()
421 SCROW GetEditStartRow() const { return nEditRow; } // never editing above the cell in GetEditStartRow()
423 SCROW GetEditEndRow() const { return nEditEndRow; } in GetEditEndRow()
425 Rectangle GetEditArea( ScSplitPos eWhich, SCCOL nPosX, SCROW nPosY, Window* pWin,
431 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScSplitPos eWhich,
433 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScHSplitPos eWhich ) const;
434 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScVSplitPos eWhich ) const;
437SCROW CellsAtY( SCsROW nPosY, SCsROW nDir, ScVSplitPos eWhichY, sal_uInt16 nScrSizeX = SC_SIZE_N…
440 SCROW VisibleCellsY( ScVSplitPos eWhichY ) const;
442 SCROW PrevCellsY( ScVSplitPos eWhichY ) const;
448 void SetScreen( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
488 SCROW & rPosY, SCROW nEndRow, double nPPTY,
497 SCROW & rPosY, SCROW nStartRow, double nPPTY,
512 inline void ScViewData::GetMoveCursor( SCCOL& rCurX, SCROW& rCurY ) in GetMoveCursor()