Lines Matching refs:nSpace
362 long nSpace; in Format() local
391 nSpace = mnSpacing; in Format()
412 nNoneSpace = nSpace; in Format()
438 mnCols = (sal_uInt16)((aWinSize.Width()-nScrBarWidth+nSpace) / (mnUserItemWidth+nSpace)); in Format()
461 mnVisLines = (nCalcHeight-nNoneSpace+nSpace) / (mnUserItemHeight+nSpace); in Format()
478 long nColSpace = (mnCols-1)*nSpace; in Format()
479 long nLineSpace = ((mnVisLines-1)*nSpace)+nNoneSpace; in Format()
608 if ( y+(mnVisLines*(nItemHeight+nSpace)) < aWinSize.Height() ) in Format()
637 y += nItemHeight+nSpace; in Format()
640 x += nItemWidth+nSpace; in Format()
665 aSize.Height() = ((nItemHeight+nSpace)*mnVisLines)-2-nSpace; in Format()
2623 long nSpace; in CalcWindowSizePixel() local
2641 nSpace = mnSpacing; in CalcWindowSizePixel()
2646 nSpace = 0; in CalcWindowSizePixel()
2657 aSize.Height() += nTxtHeight + n + nSpace; in CalcWindowSizePixel()