Lines Matching refs:mnBorder
531 mnBorder = 1; in ImplListBoxWindow()
594 mnMaxTxtHeight = mnTextHeight + mnBorder; in ImplCalcMetrics()
686 aMetrics.nEntryHeight = aTextRect.GetHeight() + mnBorder; in ImplUpdateEntryMetrics()
695 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics()
731 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics()
846 long nY = mnBorder; in GetEntryPosForPoint()
1324 nSelect = (sal_uInt16) ( ( aPt.Y() + mnBorder ) / mnMaxHeight ) + (sal_uInt16) mnTop; in Tracking()
1852 Point aPtImg( mnBorder - mnLeft, nY + ( ( pEntry->mnHeight - aImgSz.Height() ) / 2 ) ); in DrawEntry()
1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry()
1896 GetOutputSizePixel().Width() - 2*mnBorder ); in DrawEntry()
1899 nMaxWidth = GetOutputSizePixel().Width() - 2*mnBorder; in DrawEntry()
1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry()
1917 aTextRect.Left() = nMaxWidth + mnBorder - GetTextWidth( aStr ) - mnLeft; in DrawEntry()
2165 aSz.Width() = mnMaxWidth + 2*mnBorder; in CalcSize()