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.cxx1016 aAlignedPxRect.Top( aAlignedPxRect.Top() + 1 ); in SwAlignRect()
1022 aAlignedPxRect.Bottom( aAlignedPxRect.Bottom() - 1 ); in SwAlignRect()
1028 aAlignedPxRect.Left( aAlignedPxRect.Left() + 1 ); in SwAlignRect()
1034 aAlignedPxRect.Right( aAlignedPxRect.Right() - 1 ); in SwAlignRect()
1044 if ( aAlignedPxRect.Width() < 0 ) in SwAlignRect()
1046 aAlignedPxRect.Width(0); in SwAlignRect()
1048 if ( aAlignedPxRect.Height() < 0 ) in SwAlignRect()
1050 aAlignedPxRect.Height(0); in SwAlignRect()
1057 if ( aAlignedPxRect.Width() == 0 ) in SwAlignRect()
1059 aAlignedPxRect.Width(1); in SwAlignRect()
[all …]

Completed in 38 milliseconds