Lines Matching refs:Os2SalInfoPrinter
539 static void ImplFreeFormAndTrayList( Os2SalInfoPrinter* pOs2SalInfoPrinter ) in ImplFreeFormAndTrayList()
560 static void ImplGetFormAndTrayList( Os2SalInfoPrinter* pOs2SalInfoPrinter, const ImplJobSetup* pSet… in ImplGetFormAndTrayList()
690 static sal_Bool ImplGetCurrentSettings( Os2SalInfoPrinter* pOs2SalInfoPrinter, ImplJobSetup* pSetup… in ImplGetCurrentSettings()
1032 static sal_Bool ImplSalCreateInfoPrn( Os2SalInfoPrinter* pPrinter, PDRIVDATA pDriverData, in ImplSalCreateInfoPrn()
1068 static void ImplSalDestroyInfoPrn( Os2SalInfoPrinter* pPrinter ) in ImplSalDestroyInfoPrn()
1082 Os2SalInfoPrinter* pPrinter = new Os2SalInfoPrinter; in CreateInfoPrinter()
1159 Os2SalInfoPrinter::Os2SalInfoPrinter() in Os2SalInfoPrinter() function in Os2SalInfoPrinter
1175 Os2SalInfoPrinter::~Os2SalInfoPrinter() in ~Os2SalInfoPrinter()
1188 void Os2SalInfoPrinter::InitPaperFormats( const ImplJobSetup* pSetupData ) in InitPaperFormats()
1217 int Os2SalInfoPrinter::GetLandscapeAngle( const ImplJobSetup* pSetupData ) in GetLandscapeAngle()
1224 SalGraphics* Os2SalInfoPrinter::GetGraphics() in GetGraphics()
1237 void Os2SalInfoPrinter::ReleaseGraphics( SalGraphics* ) in ReleaseGraphics()
1244 sal_Bool Os2SalInfoPrinter::Setup( SalFrame* pFrame, ImplJobSetup* pSetupData ) in Setup()
1291 sal_Bool Os2SalInfoPrinter::SetPrinterData( ImplJobSetup* pSetupData ) in SetPrinterData()
1333 sal_Bool Os2SalInfoPrinter::SetData( ULONG nFlags, ImplJobSetup* pSetupData ) in SetData()
1471 ULONG Os2SalInfoPrinter::GetPaperBinCount( const ImplJobSetup* pJobSetup ) in GetPaperBinCount()
1490 XubString Os2SalInfoPrinter::GetPaperBinName( const ImplJobSetup* pJobSetup, in GetPaperBinName()
1510 ULONG Os2SalInfoPrinter::GetCapabilities( const ImplJobSetup*, USHORT nType ) in GetCapabilities()
1532 void Os2SalInfoPrinter::GetPageInfo( const ImplJobSetup*, in GetPageInfo()
1611 pPrinter->mpInfoPrinter = static_cast<Os2SalInfoPrinter*>(pInfoPrinter); in CreatePrinter()