Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2910 Size aLogicPaper = pEngine->GetPaperSize(); in DrawEdit() local
2911 if ( aLogicPaper.Width() > USHRT_MAX ) in DrawEdit()
2913 aLogicPaper.Width() = USHRT_MAX; in DrawEdit()
2914 pEngine->SetPaperSize(aLogicPaper); in DrawEdit()
3651 Size aLogicPaper = pEngine->GetPaperSize(); in DrawRotated() local
3652 if ( aLogicPaper.Width() > USHRT_MAX ) in DrawRotated()
3654 aLogicPaper.Width() = USHRT_MAX; in DrawRotated()
3655 pEngine->SetPaperSize(aLogicPaper); in DrawRotated()

Completed in 40 milliseconds