Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx556 long nSysJobSize = -1; in ImplTestSalJobSetup() local
581 nSysJobSize = DocumentPropertiesW( 0, hPrn, in ImplTestSalJobSetup()
587 nSysJobSize = DocumentPropertiesA( 0, hPrn, in ImplTestSalJobSetup()
592 if( nSysJobSize < 0 ) in ImplTestSalJobSetup()
597 BYTE *pBuffer = (BYTE*)_alloca( nSysJobSize ); in ImplTestSalJobSetup()
629 … (long)(pSetupData->mnDriverDataLen - pSetupDriverData->mnDriverOffset) == nSysJobSize && in ImplTestSalJobSetup()
675 LONG nSysJobSize = -1; in ImplUpdateSalJobSetup() local
684 nSysJobSize = DocumentPropertiesW( hWnd, hPrn, in ImplUpdateSalJobSetup()
689 nSysJobSize = DocumentPropertiesA( hWnd, hPrn, in ImplUpdateSalJobSetup()
692 if ( nSysJobSize < 0 ) in ImplUpdateSalJobSetup()
[all …]

Completed in 49 milliseconds