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.cxx2353 SwRect aUpperAligned( aUpper ); in PaintLines() local
2354 ::SwAlignRect( aUpperAligned, pGlobalShell ); in PaintLines()
2457 aPaintStart.X() = aUpperAligned.Left(); in PaintLines()
2459 aPaintStart.X() = aUpperAligned._Right(); in PaintLines()
2461 aPaintStart.Y() = aUpperAligned.Top(); in PaintLines()
2463 aPaintStart.Y() = aUpperAligned._Bottom(); in PaintLines()
2466 aPaintEnd.X() = aUpperAligned.Left(); in PaintLines()
2468 aPaintEnd.X() = aUpperAligned._Right(); in PaintLines()
2470 aPaintEnd.Y() = aUpperAligned.Top(); in PaintLines()
2472 aPaintEnd.Y() = aUpperAligned._Bottom(); in PaintLines()

Completed in 46 milliseconds