Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dunomodel.cxx1128 Rectangle OutputRect( aZeroPoint, aOutputSize ); in render() local
1133 OutputRect.Top() += 2000 - aPrtPageOffset.Y(); in render()
1134 if ((aPrtPaperSize.Height() - (aPrtPageOffset.Y() + OutputRect.Bottom())) < 2000) in render()
1135 OutputRect.Bottom() -= 2000 - (aPrtPaperSize.Height() - in render()
1136 (aPrtPageOffset.Y() + OutputRect.Bottom())); in render()
1140 OutputRect.Left() += 2500 - aPrtPageOffset.X(); in render()
1141 if ((aPrtPaperSize.Width() - (aPrtPageOffset.X() + OutputRect.Right())) < 1500) in render()
1142 OutputRect.Right() -= 1500 - (aPrtPaperSize.Width() - in render()
1143 (aPrtPageOffset.X() + OutputRect.Right())); in render()
1149 pView->Impl_Print( *pOut, *m_pPrintUIOptions, Rectangle( OutputRect ), Point() ); in render()
H A Dview.cxx1765 Rectangle OutputRect(aPoint, pPrinter->GetOutputSize()); in Execute() local
1766 Size OutputSize(pPrinter->LogicToPixel(Size(OutputRect.GetWidth(), in Execute()
1767 OutputRect.GetHeight()), aMap)); in Execute()

Completed in 31 milliseconds