Lines Matching refs:maOutRect
90 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()
921 maOutRect.nBottom = maOutRect.nTop + nHeight - 1; in Paint()
925 maOutRect = aDecoView.DrawFrame( maOutRect, FRAME_HIGHLIGHT_IN ); in Paint()
929 DrawRect( maOutRect ); in Paint()