Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx2262 SwRect aUpperAligned( aUpper ); in PaintLines() local
2263 ::SwAlignRect( aUpperAligned, pGlobalShell ); in PaintLines()
2366 aPaintStart.X() = aUpperAligned.Left(); in PaintLines()
2368 aPaintStart.X() = aUpperAligned._Right(); in PaintLines()
2370 aPaintStart.Y() = aUpperAligned.Top(); in PaintLines()
2372 aPaintStart.Y() = aUpperAligned._Bottom(); in PaintLines()
2375 aPaintEnd.X() = aUpperAligned.Left(); in PaintLines()
2377 aPaintEnd.X() = aUpperAligned._Right(); in PaintLines()
2379 aPaintEnd.Y() = aUpperAligned.Top(); in PaintLines()
2381 aPaintEnd.Y() = aUpperAligned._Bottom(); in PaintLines()

Completed in 43 milliseconds