Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1270 const long nYOff = FRound( ( rRect.Right() - rRect.Left() ) * fTan ); in ImplCalcHatchValues() local
1278 rPt2 = Point( rRect.Right(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1279 rEndPt1 = Point( rRect.Left(), rRect.Bottom() + nYOff ); in ImplCalcHatchValues()
1285 rPt2 = Point( rRect.Left(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1286 rEndPt1 = Point( rRect.Right(), rRect.Bottom() + nYOff ); in ImplCalcHatchValues()
H A Dpdfwriter_impl.cxx10550 sal_Int32 nYOff = aLogicPgSz.Height() - aObjRect.Bottom(); in drawPolyPolygon() local
10551 aLocalPath.Move( -nXOff, nYOff ); in drawPolyPolygon()
/trunk/main/vcl/source/window/
H A Darrange.cxx595 long nYOff = (m_aManagedArea.GetHeight() - 2*nOuterBorder - aLabelSize.Height()) / 2; in resize() local
597 m_aManagedArea.Top() + nOuterBorder + nYOff ); in resize()
604 nYOff = (m_aManagedArea.GetHeight() - 2*nOuterBorder - aElementSize.Height()) / 2; in resize()
605 aPos.Y() = m_aManagedArea.Top() + nOuterBorder + nYOff; in resize()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx855 long nYOff = nTextY + nTextExtraYOffset; in CreateLines() local
860 nYOff = nMaxPolygonX-nYOff; in CreateLines()
863 pTextRanges = GetTextRanger()->GetTextRanges( Range( nYOff, nYOff + nYDiff ) ); in CreateLines()

Completed in 98 milliseconds