Searched refs:pDriverName (Results 1 – 2 of 2) sorted by relevance
206 pInfo->maDriver = ImplSalGetUniString( pGetInfo2->pDriverName ); in getPrinterQueueInfoOldStyle()362 pInfo->maDriver.EqualsAscii( pGetInfo2->pDriverName ) ) in getPrinterQueueStateOldStyle()410 if( pWinInfo2->pDriverName ) in GetPrinterQueueState()411 … pInfo->maDriver = String( reinterpret_cast< const sal_Unicode* >(pWinInfo2->pDriverName) ); in GetPrinterQueueState()1395 sal_Unicode pDriverName[ 4096 ]; in ImplCreateSalPrnIC() local1397 …rtl_copyMemory( pDriverName, pPrinter->maDriverName.GetBuffer(), pPrinter->maDriverName.Len()*size… in ImplCreateSalPrnIC()1398 memset( pDriverName+pPrinter->maDriverName.Len(), 0, 32 ); in ImplCreateSalPrnIC()1401 hDC = ImplCreateICW_WithCatch( reinterpret_cast< LPWSTR >(pDriverName), in ImplCreateSalPrnIC()
220 PSZ pDriverName; in GetPrinterQueueInfo() local222 if ( (pDriverName = strchr( pPrqInfo->pszDriverName, '.' )) != 0 ) in GetPrinterQueueInfo()224 *pDriverName = 0; in GetPrinterQueueInfo()225 pDeviceName = pDriverName + 1; in GetPrinterQueueInfo()
Completed in 34 milliseconds