Searched refs:maOutRect (Results 1 – 2 of 2) sorted by relevance
90 Rectangle maOutRect; member in sd::PresLayoutPreview858 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 …]
247 Rectangle maOutRect; member in UserDrawEvent258 const Rectangle& GetRect() const { return maOutRect; } in GetRect()273 maOutRect( rOutRect ) in UserDrawEvent()