layout/base/public/nsIPrintPreviewContext.h - Revision 3.1

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

layout/base/public/nsIPrintPreviewContext.h,3.1
.
Disk File
Skipping to line 25. 
#define nsIPrintPreviewContext_h___
.
#define nsIPrintPreviewContext_h___
 
.
 
#include "nsISupports.h"
.
#include "nsISupports.h"
#include "nscore.h"
.
#include "nscore.h"
 
.
 
 
.
class nsIPrintSettings;
 
.
 
#define NS_IPRINTPREVIEWCONTEXT_IID   \
.
#define NS_IPRINTPREVIEWCONTEXT_IID   \
{ 0xdfd92dd, 0x19ff, 0x4e62, \
.
{ 0xdfd92dd, 0x19ff, 0x4e62, \
  { 0x83, 0x16, 0x8e, 0x44, 0x3, 0x1a, 0x19, 0x62 } }
.
  { 0x83, 0x16, 0x8e, 0x44, 0x3, 0x1a, 0x19, 0x62 } }
 
.
 
Skipping to line 37. 
// An interface for presentation printing contexts 
.
// An interface for presentation printing contexts 
class nsIPrintPreviewContext : public nsISupports {
.
class nsIPrintPreviewContext : public nsISupports {
 
.
 
public:
.
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPRINTPREVIEWCONTEXT_IID)
.
  NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPRINTPREVIEWCONTEXT_IID)
 
.
 
 
.
 
 
.
  // Set and Get nsIPrintSettings
 
.
  NS_IMETHOD SetPrintSettings(nsIPrintSettings* aPS) = 0;
 
.
  NS_IMETHOD GetPrintSettings(nsIPrintSettings** aPS) = 0;
 
.
 
};
.
};
 
.
 
 
.
 
// Factory method to create a "paginated" presentation context for
.
// Factory method to create a "paginated" presentation context for