Searched refs:aPaperSz (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/workben/ |
H A D | edittest.cxx | 301 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 …]
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 785 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()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1308 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()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 982 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()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 916 Size aPaperSz( pEditEngine->pImpEditEngine->GetPaperSize() ); in Scroll() local
|
Completed in 58 milliseconds