Home
last modified time | relevance | path

Searched refs:aPrvSize (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx490 aPrvSize ( GetSizePixel().Width() - 6, GetSizePixel().Height() - 30 ), in ScAutoFmtPreview()
491 mnLabelColWidth ( (aPrvSize.Width() - 4) / 4 - 12 ), in ScAutoFmtPreview()
492 mnDataColWidth1 ( (aPrvSize.Width() - 4 - 2 * mnLabelColWidth) / 3 ), in ScAutoFmtPreview()
493 mnDataColWidth2 ( (aPrvSize.Width() - 4 - 2 * mnLabelColWidth) / 4 ), in ScAutoFmtPreview()
494 mnRowHeight ( (aPrvSize.Height() - 4) / 5 ), in ScAutoFmtPreview()
874 aPrvSize.Width() = maArray.GetWidth() + 4; in CalcCellArray()
875 aPrvSize.Height() = maArray.GetHeight() + 4; in CalcCellArray()
961 …Point aPos( (aWndSize.Width() - aPrvSize.Width()) / 2, (aWndSize.Height() - aPrvSize.Height()) / 2… in DoPaint()
/aoo4110/main/sw/source/ui/table/
H A Dtautofmt.cxx87 Size aPrvSize; member in AutoFmtPreview
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()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A Dautofmt.hxx143 Size aPrvSize; member in ScAutoFmtPreview

Completed in 32 milliseconds