Searched refs:nStartPosY (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | output.cxx | 2353 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 D | viewdata.cxx | 1811 SCsROW nStartPosY = GetPosY(eVWhich); in GetPosFromPixel() local 1813 rPosY = nStartPosY; in GetPosFromPixel() 1856 if ( rPosY == nStartPosY && nClickY > 0 ) in GetPosFromPixel()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.hxx | 558 sal_Bool CreateLines( sal_uInt32 nPara, sal_uInt32 nStartPosY ); 559 void CreateAndInsertEmptyLine( ParaPortion* pParaPortion, sal_uInt32 nStartPosY );
|
H A D | impedit3.cxx | 593 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 88 milliseconds