gfx/src/nsPrintOptionsImpl.h - Revision 1.15

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

gfx/src/nsPrintOptionsImpl.h,1.15
.
Disk File
Skipping to line 48. 
  void ReadInchesToTwipsPref(nsIPref * aPref, const char * aPrefId, nscoord&  
aTwips);
.
  void ReadInchesToTwipsPref(nsIPref * aPref, const char * aPrefId, nscoord&  
aTwips);
  void WriteInchesFromTwipsPref(nsIPref * aPref, const char * aPrefId, nscoord
 aTwips);
.
  void WriteInchesFromTwipsPref(nsIPref * aPref, const char * aPrefId, nscoord
 aTwips);
 
.
 
  nsresult ReadPrefString(nsIPref * aPref, const char * aPrefId, nsString& aSt
ring);
.
  nsresult ReadPrefString(nsIPref * aPref, const char * aPrefId, nsString& aSt
ring);
  nsresult WritePrefString(nsIPref * aPref, const char * aPrefId, nsString& aS
tring);
.
  nsresult WritePrefString(nsIPref * aPref, const char * aPrefId, nsString& aS
tring);
 
 
.
  nsresult ReadPrefDouble(nsIPref * aPref, const char * aPrefId, double& aVal)
;
 
 
.
  nsresult WritePrefDouble(nsIPref * aPref, const char * aPrefId, double aVal)
;
 
.
 
  typedef enum {
.
  typedef enum {
    eHeader,
.
    eHeader,
    eFooter
.
    eFooter
  } nsHeaderFooterEnum;
.
  } nsHeaderFooterEnum;
Skipping to line 71. 
  PRInt32       mEndPageNum;
.
  PRInt32       mEndPageNum;
  double        mScaling;
.
  double        mScaling;
  PRBool        mPrintBGColors;  // print background colors
.
  PRBool        mPrintBGColors;  // print background colors
  PRBool        mPrintBGImages;  // print background images
.
  PRBool        mPrintBGImages;  // print background images
 
.
 
 
.
  PRInt16       mPrintFrameTypeUsage;
  PRInt16       mPrintFrameType;
.
  PRInt16       mPrintFrameType;
  PRBool        mHowToEnableFrameUI;
.
  PRBool        mHowToEnableFrameUI;
  PRBool        mIsCancelled;
.
  PRBool        mIsCancelled;
  PRBool        mPrintSilent;
.
  PRBool        mPrintSilent;
  PRInt32       mPrintPageDelay;
.
  PRInt32       mPrintPageDelay;
Skipping to line 84. 
  nsString      mURL;
.
  nsString      mURL;
  nsString      mPageNumberFormat;
.
  nsString      mPageNumberFormat;
  nsString      mHeaderStrs[3];
.
  nsString      mHeaderStrs[3];
  nsString      mFooterStrs[3];
.
  nsString      mFooterStrs[3];
 
.
 
 
.
  nsIPrintSettings* mPrintSettingsObj; //weak ref, hold address only
 
.
 
 
.
  PRInt16       mPaperData;
 
.
  PRInt16       mPaperSizeType;
 
.
  double        mPaperWidth;
 
.
  double        mPaperHeight;
 
.
  PRInt16       mPaperSizeUnit;
 
.
 
 
.
  PRInt32       mPaperSize;    // this has been deprecated
  PRBool        mPrintReversed;
.
  PRBool        mPrintReversed;
  PRBool        mPrintInColor; // a false means grayscale
.
  PRBool        mPrintInColor; // a false means grayscale
  PRInt32       mPaperSize;    // see page size consts
.
 
  PRInt32       mOrientation;  // see orientation consts
.
  PRInt32       mOrientation;  // see orientation consts
  nsString      mPrintCommand;
.
  nsString      mPrintCommand;
  PRInt32       mNumCopies;
.
  PRInt32       mNumCopies;
  nsString      mPrinter;
.
  nsString      mPrinter;
  PRBool        mPrintToFile;
.
  PRBool        mPrintToFile;