Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx90 Rectangle maOutRect; member in sd::PresLayoutPreview
861 aObjectTransform.translate(maOutRect.TopLeft().X(), maOutRect.TopLeft().Y()); in Paint()
903 maOutRect = Rectangle( Point(0,0), GetOutputSize() ); in Paint()
909 nWidth = maOutRect.GetWidth(); in Paint()
914 nHeight = maOutRect.GetHeight(); in Paint()
918 maOutRect.nLeft += (maOutRect.GetWidth() - nWidth) >> 1; in Paint()
919 maOutRect.nRight = maOutRect.nLeft + nWidth - 1; in Paint()
920 maOutRect.nTop += (maOutRect.GetHeight() - nHeight) >> 1; in Paint()
921 maOutRect.nBottom = maOutRect.nTop + nHeight - 1; in Paint()
925 maOutRect = aDecoView.DrawFrame( maOutRect, FRAME_HIGHLIGHT_IN ); in Paint()
[all …]
/trunk/main/vcl/inc/vcl/
H A Devent.hxx247 Rectangle maOutRect; member in UserDrawEvent
258 const Rectangle& GetRect() const { return maOutRect; } in GetRect()
273 maOutRect( rOutRect ) in UserDrawEvent()

Completed in 25 milliseconds