Home
last modified time | relevance | path

Searched refs:nStartPosY (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput.cxx2353 long nStartPosY = nPosY; in DrawClipMarks() local
2366 nStartPosY -= nLayoutSign * (long) ( pDoc->GetRowHeight(nOverY,nTab) * nPPTY ); in DrawClipMarks()
2382 aCellRect = Rectangle( Point( nStartPosX, nStartPosY ), Size( nOutWidth, nOutHeight ) ); in DrawClipMarks()
H A Dviewdata.cxx1811 SCsROW nStartPosY = GetPosY(eVWhich); in GetPosFromPixel() local
1813 rPosY = nStartPosY; in GetPosFromPixel()
1856 if ( rPosY == nStartPosY && nClickY > 0 ) in GetPosFromPixel()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx558 sal_Bool CreateLines( sal_uInt32 nPara, sal_uInt32 nStartPosY );
559 void CreateAndInsertEmptyLine( ParaPortion* pParaPortion, sal_uInt32 nStartPosY );
H A Dimpedit3.cxx593 sal_Bool ImpEditEngine::CreateLines( sal_uInt32 nPara, sal_uInt32 nStartPosY ) in CreateLines() argument
615 CreateAndInsertEmptyLine( pParaPortion, nStartPosY ); in CreateLines()
831 long nTextY = nStartPosY + GetEditCursor( pParaPortion, pLine->GetStart() ).Top(); in CreateLines()
1582 CreateAndInsertEmptyLine( pParaPortion, nStartPosY ); in CreateLines()

Completed in 70 milliseconds