Lines Matching refs:nBorderWidth

92     nBorderWidth( nBorder ),  in SvxRectCtl()
132 aPtLT = Point( 0 + nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
133 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
134 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
136 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
138 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
140 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
141 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
146 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
147 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
148 aPtRT = Point( aSize.Width() - 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
150 aPtLM = Point( 0 + 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
152 aPtRM = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
154 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
155 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
156 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
431 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0) + aPtDiff, in Paint()
432 aPtRM + Point( 2 * nBorderWidth, 0 ) + aPtDiff ); in Paint()
435 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0), in Paint()
436 aPtRM + Point( 2 * nBorderWidth, 0 ) ); in Paint()