Lines Matching refs:nOff2

776 	sal_uInt16 nOff2 = 0;  in ImplDrawItem()  local
787 nOff2 = 2; in ImplDrawItem()
860 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-left p… in ImplDrawItem()
863 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
864 Point( aRect.Left()-nOff2, nLeftBottom-1 ) ); in ImplDrawItem()
866 …DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), // top line starting 2px from left bor… in ImplDrawItem()
867 Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
872 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
873 Point( aRect.Right()+nOff2-2, nRightBottom-1 ) ); in ImplDrawItem()
876 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
877 Point( aRect.Right()+nOff2-1, nRightBottom-1 ) ); in ImplDrawItem()
883 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
884 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
887 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
888 Point( aRect.Left()-nOff2, nLeftBottom-1 ) ); in ImplDrawItem()
890 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
891 Point( aRect.Right()-3, aRect.Top()-nOff2 ) ); in ImplDrawItem()
894 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+2-nOff2 ), in ImplDrawItem()
895 Point( aRect.Right()+nOff2-1, nRightBottom-1 ) ); in ImplDrawItem()