Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx515 static void ImplFormatInputList( PDJP_ITEM pDJP, PQUERYTUPLE pTuple ) in ImplFormatInputList() argument
521 pDJP->cb = sizeof (DJP_ITEM); in ImplFormatInputList()
522 pDJP->ulProperty = pTuple->ulProperty; in ImplFormatInputList()
523 pDJP->lType = pTuple->lType; in ImplFormatInputList()
524 pDJP->ulNumReturned = 0; in ImplFormatInputList()
525 pDJP->ulValue = DJP_NONE; in ImplFormatInputList()
531 pDJP++; in ImplFormatInputList()
603 PDJP_ITEM pDJP = (PDJP_ITEM)pBuffer; in ImplGetFormAndTrayList() local
604 ImplFormatInputList( pDJP, pQuerySize->aTuples ); in ImplGetFormAndTrayList()
621 if ( pDJP->ulProperty == DJP_SJ_ORIENTATION ) in ImplGetFormAndTrayList()
[all …]