Home
last modified time | relevance | path

Searched refs:pElm (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx626 if ( (DJP_ORI_PORTRAIT == *pElm) || (DJP_ORI_REV_PORTRAIT == *pElm) ) in ImplGetFormAndTrayList()
646 pInfo->mnPaperWidth = pElm->hcInfo.cx; in ImplGetFormAndTrayList()
647 pInfo->mnPaperHeight = pElm->hcInfo.cy; in ImplGetFormAndTrayList()
651 pInfo->mnPaperWidth = pElm->hcInfo.cy; in ImplGetFormAndTrayList()
652 pInfo->mnPaperHeight = pElm->hcInfo.cx; in ImplGetFormAndTrayList()
658 pInfo->mnId = pElm->djppsFormID; in ImplGetFormAndTrayList()
673 ImplTrayInfo* pInfo = new ImplTrayInfo( pElm->szTrayname, pElm->szDisplayTrayname ); in ImplGetFormAndTrayList()
674 pInfo->mnId = pElm->djpttTrayID; in ImplGetFormAndTrayList()
755 if ( (DJP_ORI_PORTRAIT == *pElm) || (DJP_ORI_REV_PORTRAIT == *pElm) ) in ImplGetCurrentSettings()
767 pSetupData->mnPaperWidth = pElm->hcInfo.cx*100; in ImplGetCurrentSettings()
[all …]

Completed in 23 milliseconds