Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx90 Rectangle maOutRect; member in sd::PresLayoutPreview
858 const double fScaleX((double)maOutRect.getWidth() / (double)maPageSize.Width()); in Paint()
859 const double fScaleY((double)maOutRect.getHeight() / (double)maPageSize.Height()); in Paint()
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()
[all …]
/AOO41X/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()