Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Djobset.cxx75 mnPaperHeight = 0; in ImplJobSetup()
93 mnPaperHeight = rJobSetup.mnPaperHeight; in ImplJobSetup()
281 (pData1->mnPaperHeight == pData2->mnPaperHeight) && in operator ==()
345 pJobData->mnPaperHeight = (long)SVBT32ToUInt32( pOldJobData->nPaperHeight ); in operator >>()
417 UInt32ToSVBT32( (sal_uLong)(pJobData->mnPaperHeight), aOldJobData.nPaperHeight ); in operator <<()
H A Dprint.cxx93 if ( !pConstData->mnPaperWidth || !pConstData->mnPaperHeight ) in ImplUpdateJobSetupPaper()
100 pData->mnPaperHeight = aInfo.getHeight(); 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()
1143 sal_Int64 nDY = pSetupData->mnPaperHeight - rPaperInfo.getHeight(); in ImplFindPaperFormatForUserSize()
1154 nDY = pSetupData->mnPaperHeight - rPaperInfo.getWidth(); in ImplFindPaperFormatForUserSize()
1186 pSetupData->mnPaperHeight = aInfo.getHeight(); in SetPaper()
1230 maJobSetup.ImplGetConstData()->mnPaperHeight != aPageSize.Height()); in SetPaperSizeUser()
1251 pSetupData->mnPaperHeight = aPageSize.Height(); in SetPaperSizeUser()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx76 long mnPaperHeight; member
647 pInfo->mnPaperHeight = pElm->hcInfo.cy; in ImplGetFormAndTrayList()
652 pInfo->mnPaperHeight = pElm->hcInfo.cx; in ImplGetFormAndTrayList()
656 i, pInfo->mnPaperWidth, pInfo->mnPaperHeight); in ImplGetFormAndTrayList()
768 pSetupData->mnPaperHeight = pElm->hcInfo.cy*100; in ImplGetCurrentSettings()
1205 mpFormArray[i]->mnPaperHeight * 100); in InitPaperFormats()
1209 mpFormArray[i]->mnPaperHeight * 100); in InitPaperFormats()
1405 long nPaperHeight = pSetupData->mnPaperHeight / 100; in SetData()
1411 pFormInfo->mnPaperWidth, pFormInfo->mnPaperHeight ) ) in SetData()
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx84 pJobSetup->mnPaperHeight = 0; in copyJobDataToJobSetup()
94 pJobSetup->mnPaperHeight= height; in copyJobDataToJobSetup()
99 pJobSetup->mnPaperHeight= width; in copyJobDataToJobSetup()
576 nHeight = pJobSetup->mnPaperHeight; in SetData()
580 nWidth = pJobSetup->mnPaperHeight; in SetData()
588 TenMuToPt( pJobSetup->mnPaperHeight ) ); in SetData()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx136 pJobSetup->mnPaperHeight = 0; in copyJobDataToJobSetup()
146 pJobSetup->mnPaperHeight= height; in copyJobDataToJobSetup()
151 pJobSetup->mnPaperHeight= width; in copyJobDataToJobSetup()
678 nHeight = pJobSetup->mnPaperHeight; in SetData()
682 nWidth = pJobSetup->mnPaperHeight; in SetData()
690 TenMuToPt( pJobSetup->mnPaperHeight ) ); in SetData()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx213 io_pSetupData->mnPaperHeight = PtTo10Mu( height ); in SetPrinterData()
218 io_pSetupData->mnPaperHeight = 0; in SetPrinterData()
277 if( io_pSetupData->mnPaperWidth && io_pSetupData->mnPaperHeight ) in SetData()
280 height = io_pSetupData->mnPaperHeight; in SetData()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx850 pSetupData->mnPaperHeight = CHOOSE_DEVMODE(dmPaperLength)*10; in ImplDevModeToJobSetup()
875 pSetupData->mnPaperHeight = pPaperSizes[ i ].y*10; in ImplDevModeToJobSetup()
1286 PaperInfo aInfo(pSetupData->mnPaperWidth, pSetupData->mnPaperHeight); in ImplJobSetupToDevMode()
1302 PaperInfo aRotatedInfo(pSetupData->mnPaperHeight, pSetupData->mnPaperWidth); in ImplJobSetupToDevMode()
1322 CHOOSE_DEVMODE(dmPaperLength) = (short)(pSetupData->mnPaperHeight/10); in ImplJobSetupToDevMode()
/trunk/main/vcl/inc/
H A Djobset.h60 long mnPaperHeight; // paper height (100th mm) member

Completed in 80 milliseconds