gfx/src/qt/nsDeviceContextSpecQT.h - Revision 1.8

There were 3 changes made.
Legend
   Added lines
   Changed lines
   Removed lines

gfx/src/qt/nsDeviceContextSpecQT.h,1.8
.
Disk File
Skipping to line 41. 
#define nsDeviceContextSpecQT_h___
.
#define nsDeviceContextSpecQT_h___
 
.
 
#include "nsIDeviceContextSpec.h"
.
#include "nsIDeviceContextSpec.h"
#include "nsDeviceContextSpecQT.h"
.
#include "nsDeviceContextSpecQT.h"
#include "nsIDeviceContextSpecPS.h"
.
#include "nsIDeviceContextSpecPS.h"
 
.
#include "nsIPrintSettings.h"
 
.
 
#include "../gtk/nsPrintdGTK.h"
.
#include "../gtk/nsPrintdGTK.h"
 
.
 
class nsDeviceContextSpecQT : public nsIDeviceContextSpec, 
.
class nsDeviceContextSpecQT : public nsIDeviceContextSpec, 
                              public nsIDeviceContextSpecPS
.
                              public nsIDeviceContextSpecPS
Skipping to line 67. 
 *        the aOldSpec, this will typically result in getting a device
.
 *        the aOldSpec, this will typically result in getting a device
 *        context spec for the default output device (i.e. default
.
 *        context spec for the default output device (i.e. default
 *        printer).
.
 *        printer).
 * @return error status
.
 * @return error status
 */
.
 */
    NS_IMETHOD Init(PRBool aQuiet);
.
    NS_IMETHOD Init(nsIPrintSettings* aPS, PRBool aQuiet);
  
.
  
  
.
  
/**
.
/**
 * Closes the printmanager if it is open.
.
 * Closes the printmanager if it is open.
 * @update   dc 2/13/98
.
 * @update   dc 2/13/98
Skipping to line 79. 
 */
.
 */
    NS_IMETHOD ClosePrintManager();
.
    NS_IMETHOD ClosePrintManager();
 
.
 
    NS_IMETHOD GetToPrinter(PRBool &aToPrinter);
.
    NS_IMETHOD GetToPrinter(PRBool &aToPrinter);
 
.
 
    NS_IMETHOD GetPrinter ( char **aPrinter );
.
    NS_IMETHOD GetPrinterName ( char **aPrinter );
 
.
 
    NS_IMETHOD GetFirstPageFirst(PRBool &aFpf);
.
    NS_IMETHOD GetFirstPageFirst(PRBool &aFpf);
 
.
 
    NS_IMETHOD GetGrayscale(PRBool &aGrayscale);
.
    NS_IMETHOD GetGrayscale(PRBool &aGrayscale);
 
.