Lines Matching refs:aPrvSize
87 Size aPrvSize; member in AutoFmtPreview
588 aPrvSize ( GetSizePixel().Width() - 6, GetSizePixel().Height() - 30 ), in IMPL_LINK_INLINE_END()
589 nLabelColWidth ( (aPrvSize.Width() - 4) / 4 - 12 ), in IMPL_LINK_INLINE_END()
590 nDataColWidth1 ( (aPrvSize.Width() - 4 - 2 * nLabelColWidth) / 3 ), in IMPL_LINK_INLINE_END()
591 nDataColWidth2 ( (aPrvSize.Width() - 4 - 2 * nLabelColWidth) / 4 ), in IMPL_LINK_INLINE_END()
592 nRowHeight ( (aPrvSize.Height() - 4) / 5 ), in IMPL_LINK_INLINE_END()
943 aPrvSize.Width() = maArray.GetWidth() + 4; in CalcCellArray()
944 aPrvSize.Height() = maArray.GetHeight() + 4; in CalcCellArray()
1018 aVD.SetOutputSizePixel ( aPrvSize ); in DoPaint()
1025 thePreview = aVD.GetBitmap( Point(0,0), aPrvSize ); in DoPaint()
1036 aCenterPos = Point( (theWndSize.Width() - aPrvSize.Width() ) / 2, in DoPaint()
1037 (theWndSize.Height() - aPrvSize.Height()) / 2 ); in DoPaint()