Lines Matching refs:nOff2

778     sal_uInt16 nOff2 = 0;  in ImplDrawItem()  local
789 nOff2 = 2; in ImplDrawItem()
862 …DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); // diagonally indented top-lef… in ImplDrawItem()
865 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
866 Point( aRect.Left()-nOff2, nLeftBottom-1 ) ); in ImplDrawItem()
868 …DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), // top line starting 2px from … in ImplDrawItem()
869 … Point( aRect.Right()+nOff2-3, aRect.Top()-nOff2 ) ); // ending 3px from right border in ImplDrawItem()
874 DrawLine( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ), in ImplDrawItem()
875 Point( aRect.Right()+nOff2-2, nRightBottom-1 ) ); in ImplDrawItem()
878 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+3-nOff2 ), in ImplDrawItem()
879 Point( aRect.Right()+nOff2-1, nRightBottom-1 ) ); in ImplDrawItem()
885 DrawPixel( Point( aRect.Left()+1-nOff2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
886 DrawPixel( Point( aRect.Right()+nOff2-2, aRect.Top()+1-nOff2 ) ); in ImplDrawItem()
889 DrawLine( Point( aRect.Left()-nOff2, aRect.Top()+2-nOff2 ), in ImplDrawItem()
890 Point( aRect.Left()-nOff2, nLeftBottom-1 ) ); in ImplDrawItem()
892 DrawLine( Point( aRect.Left()+2-nOff2, aRect.Top()-nOff2 ), in ImplDrawItem()
893 Point( aRect.Right()-3, aRect.Top()-nOff2 ) ); in ImplDrawItem()
896 DrawLine( Point( aRect.Right()+nOff2-1, aRect.Top()+2-nOff2 ), in ImplDrawItem()
897 Point( aRect.Right()+nOff2-1, nRightBottom-1 ) ); in ImplDrawItem()