Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1006 SwRect aAlignedPxRect( aOrgPxRect ); in SwAlignRect() local
1010 aAlignedPxRect.Top( aAlignedPxRect.Top() + 1 ); in SwAlignRect()
1016 aAlignedPxRect.Bottom( aAlignedPxRect.Bottom() - 1 ); in SwAlignRect()
1022 aAlignedPxRect.Left( aAlignedPxRect.Left() + 1 ); in SwAlignRect()
1028 aAlignedPxRect.Right( aAlignedPxRect.Right() - 1 ); in SwAlignRect()
1038 if ( aAlignedPxRect.Width() < 0 ) in SwAlignRect()
1040 aAlignedPxRect.Width(0); in SwAlignRect()
1042 if ( aAlignedPxRect.Height() < 0 ) in SwAlignRect()
1044 aAlignedPxRect.Height(0); in SwAlignRect()
1051 if ( aAlignedPxRect.Width() == 0 ) in SwAlignRect()
[all …]