Searched refs:aCharSz (Results 1 – 1 of 1) sorted by relevance
695 Size aCharSz; in CalcSize() local696 aCharSz.Width() = mpTextWindow->GetTextWidth( sampleText ); in CalcSize()697 aCharSz.Height() = mpTextWindow->GetTextHeight(); in CalcSize()700 aSz.Height() = nLines*aCharSz.Height(); in CalcSize()705 aSz.Width() = nColumns*aCharSz.Width(); in CalcSize()721 Size aCharSz( mpTextWindow->GetTextWidth( sampleText ), mpTextWindow->GetTextHeight() ); in GetMaxVisColumnsAndLines() local722 rnCols = (sal_uInt16) (aOutSz.Width()/aCharSz.Width()); in GetMaxVisColumnsAndLines()723 rnLines = (sal_uInt16) (aOutSz.Height()/aCharSz.Height()); in GetMaxVisColumnsAndLines()
Completed in 41 milliseconds