Home
last modified time | relevance | path

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

/trunk/main/svx/workben/
H A Dedittest.cxx301 Size aPaperSz( GetOutputSize() ); in Resize() local
304 pEditView->SetOutputArea( Rectangle( Point( 0,0 ), aPaperSz ) ); in Resize()
305 pEditView->SetVisArea( Rectangle( Point( 0,0 ), aPaperSz ) ); in Resize()
1432 Size aPaperSz( 10000,8000 ); in EditViewWindow() local
1433 pEditEngine->SetPaperSize( aPaperSz ); in EditViewWindow()
1523 Size aPaperSz( GetOutputSize() ); in Resize() local
1524 pEditView->SetOutputArea( Rectangle( Point(0,0), aPaperSz ) ); in Resize()
1525 pEditEngine->SetPaperSize( Size( aPaperSz.Width()*1, aPaperSz.Height()*1 ) ); in Resize()
1661 Size aPaperSz( aOutSz.Width() / 2, 0 ); in KeyInput() local
1662 pEditView->SetOutputArea( Rectangle( Point(), aPaperSz ) ); in KeyInput()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx785 Size aPaperSz = pOutDev->GetOutputSize(); in PrintSource() local
786 aPaperSz.Width() -= (LMARGPRN + RMARGPRN); in PrintSource()
787 aPaperSz.Height() -= (TMARGPRN + BMARGPRN); in PrintSource()
790 sal_uInt16 nLinespPage = (sal_uInt16) (aPaperSz.Height() / nLineHeight); in PrintSource()
791 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pOutDev->GetTextWidth( 'X' )); in PrintSource()
811 if ( aPos.Y() > ( aPaperSz.Height() + TMARGPRN - nLineHeight/2 ) ) in PrintSource()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1308 Size aPaperSz = pPrinter->GetOutputSize(); in Print() local
1309 aPaperSz.Width() -= (LMARGPRN+RMARGPRN); in Print()
1310 aPaperSz.Height() -= (TMARGPRN+BMARGPRN); in Print()
1316 double nPaperSzWidth = aPaperSz.Width(); in Print()
1317 double nPaperSzHeight = aPaperSz.Height(); in Print()
1336 (aPaperSz.Width() / 2) - (aOutputSz.Width() / 2), in Print()
1337 (aPaperSz.Height()/ 2) - (aOutputSz.Height() / 2)); in Print()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx982 Size aPaperSz = pPrinter->GetOutputSize(); in FormatAndPrint() local
983 aPaperSz.Width() -= (LMARGPRN+RMARGPRN); in FormatAndPrint()
984 aPaperSz.Height() -= (TMARGPRN+BMARGPRN); in FormatAndPrint()
987 sal_uInt16 nLinespPage = (sal_uInt16) (aPaperSz.Height()/nLineHeight); in FormatAndPrint()
988 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pPrinter->GetTextWidth( 'X' ) ); in FormatAndPrint()
1006 if ( aPos.Y() > ( aPaperSz.Height()+TMARGPRN ) ) in FormatAndPrint()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx916 Size aPaperSz( pEditEngine->pImpEditEngine->GetPaperSize() ); in Scroll() local

Completed in 53 milliseconds