Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx1005 Size theWndSize = GetSizePixel(); in DoPaint() local
1031 aVD.SetOutputSizePixel( theWndSize ); in DoPaint()
1034 aVD.DrawRect( Rectangle( Point(0,0), theWndSize ) ); in DoPaint()
1036 aCenterPos = Point( (theWndSize.Width() - aPrvSize.Width() ) / 2, in DoPaint()
1037 (theWndSize.Height() - aPrvSize.Height()) / 2 ); in DoPaint()
1043 DrawBitmap( Point(0,0), aVD.GetBitmap( Point(0,0), theWndSize ) ); in DoPaint()

Completed in 23 milliseconds