Lines Matching refs:mnLeft
530 mnLeft = 0; in ImplListBoxWindow()
628 mnLeft = 0; in Clear()
1816 aRect.Left() -= mnLeft; in ImplPaint()
1852 Point aPtImg( mnBorder - mnLeft, nY + ( ( pEntry->mnHeight - aImgSz.Height() ) / 2 ) ); in DrawEntry()
1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry()
1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry()
1917 aTextRect.Left() = nMaxWidth + mnBorder - GetTextWidth( aStr ) - mnLeft; in DrawEntry()
2119 ScrollHorz( n - mnLeft ); in SetLeftIndent()
2130 if( ( mnMaxWidth - mnLeft + n ) > nWidth ) in ScrollHorz()
2135 if( mnLeft ) in ScrollHorz()
2138 nDiff = - ( ( mnLeft > nAbs ) ? nAbs : mnLeft ); in ScrollHorz()
2145 mnLeft = sal::static_int_cast<sal_uInt16>(mnLeft + nDiff); in ScrollHorz()