gfx/src/beos/nsDeviceContextSpecB.h - Revision 1.8

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

gfx/src/beos/nsDeviceContextSpecB.h,1.8
.
Disk File
Skipping to line 43. 
#include "nsIDeviceContextSpec.h"
.
#include "nsIDeviceContextSpec.h"
#include "nsDeviceContextSpecB.h" 
.
#include "nsDeviceContextSpecB.h" 
#include "nsIPrintOptions.h"
.
#include "nsIPrintOptions.h"
#include "nsVoidArray.h"
.
#include "nsVoidArray.h"
#include "nsIDeviceContextSpecPS.h" 
.
#include "nsIDeviceContextSpecPS.h" 
 
.
#include "nsIPrintSettings.h" 
 
.
 
#include "nsPrintdBeOS.h" 
.
#include "nsPrintdBeOS.h" 
 
.
 
class nsDeviceContextSpecBeOS : public nsIDeviceContextSpec , 
.
class nsDeviceContextSpecBeOS : public nsIDeviceContextSpec , 
                                public nsIDeviceContextSpecPS 
.
                                public nsIDeviceContextSpecPS 
Skipping to line 69. 
 *        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 81. 
 */
.
 */
  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 );     
 
.