Lines Matching refs:ImplDeviceCaps

498 static DWORD ImplDeviceCaps( WinSalInfoPrinter* pPrinter, WORD nCaps,  in ImplDeviceCaps()  function
822 sal_uLong nCount = ImplDeviceCaps( pPrinter, DC_BINS, NULL, pSetupData ); in ImplDevModeToJobSetup()
827 ImplDeviceCaps( pPrinter, DC_BINS, (BYTE*)pBins, pSetupData ); in ImplDevModeToJobSetup()
854 sal_uLong nPaperCount = ImplDeviceCaps( pPrinter, DC_PAPERS, NULL, pSetupData ); in ImplDevModeToJobSetup()
856 sal_uLong nPaperSizeCount = ImplDeviceCaps( pPrinter, DC_PAPERSIZE, NULL, pSetupData ); in ImplDevModeToJobSetup()
861 ImplDeviceCaps( pPrinter, DC_PAPERS, (BYTE*)pPapers, pSetupData ); in ImplDevModeToJobSetup()
866 ImplDeviceCaps( pPrinter, DC_PAPERSIZE, (BYTE*)pPaperSizes, pSetupData ); in ImplDevModeToJobSetup()
1091 sal_uLong nCount = ImplDeviceCaps( pPrinter, DC_BINS, NULL, pSetupData ); in ImplJobSetupToDevMode()
1096 ImplDeviceCaps( pPrinter, DC_BINS, (BYTE*)pBins, pSetupData ); in ImplJobSetupToDevMode()
1269 sal_uLong nPaperCount = ImplDeviceCaps( pPrinter, DC_PAPERS, NULL, pSetupData ); in ImplJobSetupToDevMode()
1271 sal_uLong nPaperSizeCount = ImplDeviceCaps( pPrinter, DC_PAPERSIZE, NULL, pSetupData ); in ImplJobSetupToDevMode()
1273 DWORD nLandscapeAngle = ImplDeviceCaps( pPrinter, DC_ORIENTATION, NULL, pSetupData ); in ImplJobSetupToDevMode()
1277 ImplDeviceCaps( pPrinter, DC_PAPERS, (BYTE*)pPapers, pSetupData ); in ImplJobSetupToDevMode()
1282 ImplDeviceCaps( pPrinter, DC_PAPERSIZE, (BYTE*)pPaperSizes, pSetupData ); in ImplJobSetupToDevMode()
1547 DWORD nCount = ImplDeviceCaps( this, DC_PAPERSIZE, NULL, pSetupData ); in InitPaperFormats()
1555 ImplDeviceCaps( this, DC_PAPERSIZE, (BYTE*)pPaperSizes, pSetupData ); in InitPaperFormats()
1560 ImplDeviceCaps( this, DC_PAPERNAMES, (BYTE*)pNamesBuffer, pSetupData ); in InitPaperFormats()
1571 ImplDeviceCaps( this, DC_PAPERNAMES, (BYTE*)pNamesBuffer, pSetupData ); in InitPaperFormats()
1589 int nRet = ImplDeviceCaps( this, DC_ORIENTATION, NULL, pSetupData ); in GetLandscapeAngle()
1657 DWORD nRet = ImplDeviceCaps( this, DC_BINS, NULL, pSetupData ); in GetPaperBinCount()
1670 DWORD nBins = ImplDeviceCaps( this, DC_BINNAMES, NULL, pSetupData ); in GetPaperBinName()
1676 DWORD nRet = ImplDeviceCaps( this, DC_BINNAMES, (BYTE*)pBuffer, pSetupData ); in GetPaperBinName()
1684 DWORD nRet = ImplDeviceCaps( this, DC_BINNAMES, (BYTE*)pBuffer, pSetupData ); in GetPaperBinName()
1705 nRet = ImplDeviceCaps( this, DC_COPIES, NULL, pSetupData ); in GetCapabilities()
1712 nRet = ImplDeviceCaps( this, DC_COLLATE, NULL, pSetupData ); in GetCapabilities()
1715 nRet = ImplDeviceCaps( this, DC_COPIES, NULL, pSetupData ); in GetCapabilities()
1723 nRet = ImplDeviceCaps( this, DC_ORIENTATION, NULL, pSetupData ); in GetCapabilities()
1729 nRet = ImplDeviceCaps( this, DC_BINS, NULL, pSetupData ); in GetCapabilities()
1736 nRet = ImplDeviceCaps( this, DC_PAPERS, NULL, pSetupData ); in GetCapabilities()