Searched refs:maDriverName (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 627 (pPrinter->maDriverName == pSetupData->maDriver) && in ImplTestSalJobSetup() 1393 if( pPrinter->maDriverName.Len() > 2048 || pPrinter->maDeviceName.Len() > 2048 ) in ImplCreateSalPrnIC() 1397 …rtl_copyMemory( pDriverName, pPrinter->maDriverName.GetBuffer(), pPrinter->maDriverName.Len()*size… in ImplCreateSalPrnIC() 1398 memset( pDriverName+pPrinter->maDriverName.Len(), 0, 32 ); in ImplCreateSalPrnIC() 1413 ByteString aDriver ( ImplSalGetWinAnsiString( pPrinter->maDriverName, TRUE ) ); in ImplCreateSalPrnIC() 1486 pPrinter->maDriverName = pQueueInfo->maDriver; in CreateInfoPrinter() 1990 …rtl_copyMemory( aDrvBuf, mpInfoPrinter->maDriverName.GetBuffer(), (mpInfoPrinter->maDriverName.Len… in StartJob() 2011 ByteString aDriver ( ImplSalGetWinAnsiString( mpInfoPrinter->maDriverName, TRUE ) ); in StartJob()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salprn.cxx | 109 ByteString maDriverName; // pszDriverName bis . member 133 maDriverName( rDriverName ), in ImplQueueSalSysData() 1041 devOpenStruc.pszDriverName = (char*)pPrinter->maDriverName.GetBuffer(); in ImplSalCreateInfoPrn() 1085 pPrinter->maDriverName = pSysQueueData->maDriverName; in CreateInfoPrinter() 1251 maDriverName.GetBuffer(), in Setup() 1655 aDevOpenStruc.pszDriverName = (PSZ)(mpInfoPrinter->maDriverName.GetBuffer()); in StartJob()
|
/aoo42x/main/vcl/inc/win/ |
H A D | salprn.h | 60 XubString maDriverName; // printer driver name member in WinSalInfoPrinter
|
/aoo42x/main/vcl/inc/os2/ |
H A D | salprn.h | 50 ByteString maDriverName; // pszDriverName nach . member in Os2SalInfoPrinter
|
Completed in 31 milliseconds