Searched refs:mnPaperWidth (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | jobset.cxx | 74 mnPaperWidth = 0; in ImplJobSetup() 92 mnPaperWidth = rJobSetup.mnPaperWidth; in ImplJobSetup() 280 (pData1->mnPaperWidth == pData2->mnPaperWidth) && in operator ==() 344 pJobData->mnPaperWidth = (long)SVBT32ToUInt32( pOldJobData->nPaperWidth ); in operator >>() 416 UInt32ToSVBT32( (sal_uLong)(pJobData->mnPaperWidth), aOldJobData.nPaperWidth ); in operator <<()
|
H A D | print.cxx | 93 if ( !pConstData->mnPaperWidth || !pConstData->mnPaperHeight ) in ImplUpdateJobSetupPaper() 99 pData->mnPaperWidth = aInfo.getWidth(); in ImplUpdateJobSetupPaper() 105 Paper ePaper = ImplGetPaperFormat( pConstData->mnPaperWidth, pConstData->mnPaperHeight ); in ImplUpdateJobSetupPaper() 1090 PaperInfo aInfo(pSetupData->mnPaperWidth, pSetupData->mnPaperHeight); in ImplFindPaperFormatForUserSize() 1115 PaperInfo aRotatedInfo(pSetupData->mnPaperHeight, pSetupData->mnPaperWidth); in ImplFindPaperFormatForUserSize() 1142 sal_Int64 nDX = pSetupData->mnPaperWidth - rPaperInfo.getWidth(); in ImplFindPaperFormatForUserSize() 1153 nDX = pSetupData->mnPaperWidth - rPaperInfo.getHeight(); in ImplFindPaperFormatForUserSize() 1185 pSetupData->mnPaperWidth = aInfo.getWidth(); in SetPaper() 1229 bool bNeedToChange(maJobSetup.ImplGetConstData()->mnPaperWidth != aPageSize.Width() || in SetPaperSizeUser() 1250 pSetupData->mnPaperWidth = aPageSize.Width(); in SetPaperSizeUser()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 75 long mnPaperWidth; member 646 pInfo->mnPaperWidth = pElm->hcInfo.cx; in ImplGetFormAndTrayList() 651 pInfo->mnPaperWidth = pElm->hcInfo.cy; in ImplGetFormAndTrayList() 656 i, pInfo->mnPaperWidth, pInfo->mnPaperHeight); in ImplGetFormAndTrayList() 767 pSetupData->mnPaperWidth = pElm->hcInfo.cx*100; in ImplGetCurrentSettings() 1204 PaperInfo aInfo( mpFormArray[i]->mnPaperWidth * 100, in InitPaperFormats() 1208 i, mpFormArray[i]->mnPaperWidth * 100, in InitPaperFormats() 1404 long nPaperWidth = pSetupData->mnPaperWidth / 100; in SetData() 1411 pFormInfo->mnPaperWidth, pFormInfo->mnPaperHeight ) ) in SetData()
|
/trunk/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 83 pJobSetup->mnPaperWidth = 0; in copyJobDataToJobSetup() 93 pJobSetup->mnPaperWidth = width; in copyJobDataToJobSetup() 98 pJobSetup->mnPaperWidth = height; in copyJobDataToJobSetup() 575 nWidth = pJobSetup->mnPaperWidth; in SetData() 581 nHeight = pJobSetup->mnPaperWidth; in SetData() 587 TenMuToPt( pJobSetup->mnPaperWidth ), in SetData()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 135 pJobSetup->mnPaperWidth = 0; in copyJobDataToJobSetup() 145 pJobSetup->mnPaperWidth = width; in copyJobDataToJobSetup() 150 pJobSetup->mnPaperWidth = height; in copyJobDataToJobSetup() 677 nWidth = pJobSetup->mnPaperWidth; in SetData() 683 nHeight = pJobSetup->mnPaperWidth; in SetData() 689 TenMuToPt( pJobSetup->mnPaperWidth ), in SetData()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 212 io_pSetupData->mnPaperWidth = PtTo10Mu( width ); in SetPrinterData() 217 io_pSetupData->mnPaperWidth = 0; in SetPrinterData() 277 if( io_pSetupData->mnPaperWidth && io_pSetupData->mnPaperHeight ) in SetData() 279 width = io_pSetupData->mnPaperWidth; in SetData()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 849 pSetupData->mnPaperWidth = CHOOSE_DEVMODE(dmPaperWidth)*10; in ImplDevModeToJobSetup() 874 pSetupData->mnPaperWidth = pPaperSizes[ i ].x*10; in ImplDevModeToJobSetup() 1286 PaperInfo aInfo(pSetupData->mnPaperWidth, pSetupData->mnPaperHeight); in ImplJobSetupToDevMode() 1302 PaperInfo aRotatedInfo(pSetupData->mnPaperHeight, pSetupData->mnPaperWidth); in ImplJobSetupToDevMode() 1321 CHOOSE_DEVMODE(dmPaperWidth) = (short)(pSetupData->mnPaperWidth/10); in ImplJobSetupToDevMode()
|
/trunk/main/vcl/inc/ |
H A D | jobset.h | 59 long mnPaperWidth; // paper width (100th mm) member
|
Completed in 64 milliseconds