Searched refs:pPrnList (Results 1 – 1 of 1) sorted by relevance
388 ImplPrnQueueList* pPrnList = pSVData->maGDIData.mpPrinterQueueList; in ImplDeletePrnQueueList() local390 if ( pPrnList ) in ImplDeletePrnQueueList()392 delete pPrnList; in ImplDeletePrnQueueList()568 ImplPrnQueueList* pPrnList = pSVData->maGDIData.mpPrinterQueueList; in ImplGetQueueInfo() local569 if ( pPrnList && pPrnList->m_aQueueInfos.size() ) in ImplGetQueueInfo()572 ImplPrnQueueData* pInfo = pPrnList->Get( rPrinterName ); in ImplGetQueueInfo()580 return pPrnList->m_aQueueInfos[i].mpSalQueueInfo; in ImplGetQueueInfo()589 return pPrnList->m_aQueueInfos[i].mpSalQueueInfo; in ImplGetQueueInfo()594 pInfo = pPrnList->Get( GetDefaultPrinterName() ); in ImplGetQueueInfo()599 return pPrnList->m_aQueueInfos[0].mpSalQueueInfo; in ImplGetQueueInfo()[all …]
Completed in 14 milliseconds