Lines Matching refs:mnOffX
369 mnOffX = 0; in ImplInit()
543 mnCurMaxWidth = mnLastOffX-mnOffX- in ImplCalcWidth()
588 long x = mnOffX; in ImplFormat()
612 long nTmp = mnOffX + mnLastOffX - pItem->maRect.Right(); in ImplFormat()
613 pItem->maRect.Right() = mnOffX + mnLastOffX - pItem->maRect.Left(); in ImplFormat()
637 long nWinWidth = mnLastOffX-mnOffX-TABBAR_OFFSET_X-ADDNEWPAGE_AREAWIDTH; in ImplGetLastFirstPos()
1070 Rectangle aClipRect( Point( mnOffX, 0 ), Point( mnLastOffX, GetOutputHeightPixel() - 1 ) ); in Paint()
1082 DrawLine( Point( mnOffX, 0 ), Point( aOutputSize.Width(), 0 ) ); in Paint()
1087 DrawLine( Point( mnOffX, mnOffY ), Point( aOutputSize.Width()-1, mnOffY ) ); in Paint()
1356 mnOffX = nSizerWidth; in Resize()
1361 mnOffX = nButtonWidth; in Resize()
1930 … while ( (mbMirrored ? (pItem->maRect.Left() < mnOffX) : (pItem->maRect.Right() > nWidth)) || in SetCurPageId()
2521 else if ( (rPos.X() <= mnOffX) || in ShowDropPos()
2522 (!mnOffX && (rPos.X() <= TABBAR_DRAG_SCROLLOFF)) ) in ShowDropPos()
2561 Rectangle aRect( mnOffX, 0, mnLastOffX, maWinSize.Height() ); in ShowDropPos()
2731 …return Rectangle( Point( mnOffX, mnOffY ), Size( mnLastOffX-mnOffX+1, GetSizePixel().Height()-mnOf… in GetPageArea()