Lines Matching refs:nY

2394     long            nY;  in ImplFormat()  local
2565 nY = nTop; in ImplFormat()
2737 nY += nLineSize+TB_LINESPACING; in ImplFormat()
2739 nY += nLineSize; in ImplFormat()
2743 nY = nTop; in ImplFormat()
2769 it->maCalcRect.Top() = nY+(nLineSize-aCurrentItemSize.Height())/2; in ImplFormat()
2777 it->maCalcRect.Top() = nY; in ImplFormat()
2779 it->maCalcRect.Bottom() = nY+aCurrentItemSize.Height()-1; in ImplFormat()
2780 nY += aCurrentItemSize.Height(); in ImplFormat()
2814 rIt.maRect.Top() = nY; in ImplFormat()
2816 rIt.maRect.Bottom() = nY+nLineSize-1; in ImplFormat()
2822 rIt.maRect.Top() = nY+TB_MENUBUTTON_OFFSET; in ImplFormat()
2825 nY += rIt.maItemSize.Height(); in ImplFormat()
3060 void ToolBox::ImplDrawToolArrow( ToolBox* pBox, long nX, long nY, sal_Bool bBlack, sal_Bool bColTra… in ImplDrawToolArrow() argument
3081 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+n, nY+nSize-n ) ); in ImplDrawToolArrow()
3090 pBox->DrawRect( Rectangle( nX+n, nY+1+n, nX+n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3100 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+nSize-n, nY+n ) ); in ImplDrawToolArrow()
3109 pBox->DrawRect( Rectangle( nX+1+n, nY+n, nX+nSize-1-n, nY+n ) ); in ImplDrawToolArrow()
3119 pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+n, nX+nHalfSize-n, nY+nSize-n ) ); in ImplDrawToolArrow()
3128 … pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+1+n, nX+nHalfSize-n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3138 pBox->DrawRect( Rectangle( nX+n, nY+nHalfSize-n, nX+nSize-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
3147 … pBox->DrawRect( Rectangle( nX+1+n, nY+nHalfSize-n, nX+nSize-1-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
3155 void ToolBox::SetToolArrowClipregion( ToolBox* pBox, long nX, long nY, in SetToolArrowClipregion() argument
3172 p[0].X() = nX-1; p[0].Y() = nY-1; in SetToolArrowClipregion()
3173 p[1].X() = nX-1; p[1].Y() = nY+nSize+1; in SetToolArrowClipregion()
3174 p[2].X() = nX+1; p[2].Y() = nY+nSize+1; in SetToolArrowClipregion()
3175 p[3].X() = nX+nHalfSize+1; p[3].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3176 p[4].X() = nX+nHalfSize+1; p[4].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
3177 p[5].X() = nX+1; p[5].Y() = nY-1; in SetToolArrowClipregion()
3180 p[0].X() = nX-1; p[0].Y() = nY-1; in SetToolArrowClipregion()
3181 p[1].X() = nX-1; p[1].Y() = nY+1; in SetToolArrowClipregion()
3182 p[2].X() = nX+nHalfSize-1; p[2].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3183 p[3].X() = nX+nHalfSize+1; p[3].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3184 p[4].X() = nX+nSize+1; p[4].Y() = nY+1; in SetToolArrowClipregion()
3185 p[5].X() = nX+nSize+1; p[5].Y() = nY-1; in SetToolArrowClipregion()
3188 p[0].X() = nX+nHalfSize-1; p[0].Y() = nY-1; in SetToolArrowClipregion()
3189 p[1].X() = nX-1; p[1].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
3190 p[2].X() = nX-1; p[2].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3191 p[3].X() = nX+nHalfSize-1; p[3].Y() = nY+nSize+1; in SetToolArrowClipregion()
3192 p[4].X() = nX+nHalfSize+1; p[4].Y() = nY+nSize+1; in SetToolArrowClipregion()
3193 p[5].X() = nX+nHalfSize+1; p[5].Y() = nY-1; in SetToolArrowClipregion()
3196 p[0].X() = nX-1; p[0].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
3197 p[1].X() = nX-1; p[1].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3198 p[2].X() = nX+nSize+1; p[2].Y() = nY+nHalfSize+1; in SetToolArrowClipregion()
3199 p[3].X() = nX+nSize+1; p[3].Y() = nY+nHalfSize-1; in SetToolArrowClipregion()
3200 p[4].X() = nX+nHalfSize+1; p[4].Y() = nY-1; in SetToolArrowClipregion()
3201 p[5].X() = nX+nHalfSize-1; p[5].Y() = nY-1; in SetToolArrowClipregion()
3363 long nY = SMALLBUTTON_OFF_NORMAL_Y; in ImplDrawNext() local
3369 nY = SMALLBUTTON_OFF_PRESSED_Y; in ImplDrawNext()
3380 nY += (maNextToolRect.GetHeight()-6)/2-6; in ImplDrawNext()
3385 nY += (maNextToolRect.GetHeight()-6)/2-4; in ImplDrawNext()
3390 nY += maNextToolRect.Top(); in ImplDrawNext()
3393 ImplDrawToolArrow( this, nX, nY, sal_True, sal_False, bLeft, bTop, 10 ); in ImplDrawNext()