Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/dialog/
H A Dpagectrl.cxx258 Size aBmpSiz = aRect.GetSize(); in DrawPage() local
259 long nDeltaX = aBmpSiz.Width() / 15; in DrawPage()
260 long nDeltaY = aBmpSiz.Height() / 15; in DrawPage()
263 aBmpSiz.Width() -= nDeltaX * 2; in DrawPage()
264 aBmpSiz.Height() -= nDeltaY * 2; in DrawPage()
265 DrawBitmap( aBmpPnt, aBmpSiz, pImpl->aBitmap ); in DrawPage()

Completed in 9 milliseconds