Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2342 SwRect aUpperAligned( aUpper ); in PaintLines() local
2343 ::SwAlignRect( aUpperAligned, pGlobalShell ); in PaintLines()
2446 aPaintStart.X() = aUpperAligned.Left(); in PaintLines()
2448 aPaintStart.X() = aUpperAligned._Right(); in PaintLines()
2450 aPaintStart.Y() = aUpperAligned.Top(); in PaintLines()
2452 aPaintStart.Y() = aUpperAligned._Bottom(); in PaintLines()
2455 aPaintEnd.X() = aUpperAligned.Left(); in PaintLines()
2457 aPaintEnd.X() = aUpperAligned._Right(); in PaintLines()
2459 aPaintEnd.Y() = aUpperAligned.Top(); in PaintLines()
2461 aPaintEnd.Y() = aUpperAligned._Bottom(); in PaintLines()