Lines Matching refs:LPWSTR
400 …LPWSTR pPrnName = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pInfo->maPrinterName.GetBuffer… in GetPrinterQueueState()
446 static sal_Bool(WINAPI*pGetDefaultPrinter)(LPWSTR,LPDWORD) = NULL; in GetDefaultPrinter()
459 pGetDefaultPrinter = (sal_Bool(WINAPI*)(LPWSTR,LPDWORD)) pFunc; in GetDefaultPrinter()
468 LPWSTR pStr = (LPWSTR)rtl_allocateMemory(nChars*sizeof(WCHAR)); in GetDefaultPrinter()
511 nCaps, (LPWSTR)pOutput, pDevMode ); in ImplDeviceCaps()
565 …LPWSTR pPrinterNameW = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pPrinter->maDeviceName.Ge… in ImplTestSalJobSetup()
659 …LPWSTR pPrinterNameW = reinterpret_cast<LPWSTR>(const_cast<sal_Unicode*>(pPrinter->maDeviceName.Ge… in ImplUpdateSalJobSetup()
1358 static HDC ImplCreateICW_WithCatch( LPWSTR pDriver, in ImplCreateICW_WithCatch()
1401 hDC = ImplCreateICW_WithCatch( reinterpret_cast< LPWSTR >(pDriverName), in ImplCreateSalPrnIC()
2116 aInfo.lpszDocName = (LPWSTR)rJobName.GetBuffer(); in StartJob()
2121 …aInfo.lpszOutput = (LPWSTR)( (pFileName && pFileName->Len()) ? pFileName->GetBuffer() : aOutFileNa… in StartJob()