gfx/src/xlib/nsDeviceContextSpecXlib.h - Revision 1.8

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

gfx/src/xlib/nsDeviceContextSpecXlib.h,1.8
.
Disk File
Skipping to line 39. 
 
.
 
#ifndef nsDeviceContextSpecXlib_h___
.
#ifndef nsDeviceContextSpecXlib_h___
#define nsDeviceContextSpecXlib_h___
.
#define nsDeviceContextSpecXlib_h___
 
.
 
#include "nsIDeviceContextSpec.h"
.
#include "nsIDeviceContextSpec.h"
#include "nsIPrintOptions.h"
.
#include "nsIPrintSettings.h"
#include "nsVoidArray.h"
.
#include "nsVoidArray.h"
#include "nsIDeviceContextSpecPS.h"
.
#include "nsIDeviceContextSpecPS.h"
#ifdef USE_XPRINT
.
#ifdef USE_XPRINT
#include "nsIDeviceContextSpecXPrint.h"
.
#include "nsIDeviceContextSpecXPrint.h"
#endif /* USE_XPRINT */
.
#endif /* USE_XPRINT */
Skipping to line 65. 
public:
.
public:
  nsDeviceContextSpecXlib();
.
  nsDeviceContextSpecXlib();
 
.
 
  NS_DECL_ISUPPORTS
.
  NS_DECL_ISUPPORTS
 
.
 
  NS_IMETHOD Init(PRBool        aQuiet);
.
  NS_IMETHOD Init(nsIPrintSettings* aPS, PRBool        aQuiet);
  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 GetCopies ( int &aCopies );
.
  NS_IMETHOD GetCopies ( int &aCopies );
  NS_IMETHOD GetFirstPageFirst(PRBool &aFpf);     
.
  NS_IMETHOD GetFirstPageFirst(PRBool &aFpf);     
  NS_IMETHOD GetGrayscale(PRBool &aGrayscale);   
.
  NS_IMETHOD GetGrayscale(PRBool &aGrayscale);   
  NS_IMETHOD GetSize(int &aSize); 
.
  NS_IMETHOD GetSize(int &aSize); 
  NS_IMETHOD GetTopMargin(float &value); 
.
  NS_IMETHOD GetTopMargin(float &value);