layout/html/base/src/nsPageFrame.h - Revision 3.36

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

layout/html/base/src/nsPageFrame.h,3.36
.
Disk File
Skipping to line 36. 
 * ***** END LICENSE BLOCK ***** */
.
 * ***** END LICENSE BLOCK ***** */
#ifndef nsPageFrame_h___
.
#ifndef nsPageFrame_h___
#define nsPageFrame_h___
.
#define nsPageFrame_h___
 
.
 
#include "nsContainerFrame.h"
.
#include "nsContainerFrame.h"
#include "nsIPrintOptions.h"
.
#include "nsIPrintSettings.h"
 
.
 
class nsSharedPageData;
.
class nsSharedPageData;
 
.
 
// Page frame class used by the simple page sequence frame
.
// Page frame class used by the simple page sequence frame
class nsPageFrame : public nsContainerFrame {
.
class nsPageFrame : public nsContainerFrame {
Skipping to line 127. 
                        nscoord              aAscent,
.
                        nscoord              aAscent,
                        nscoord              aHeight);
.
                        nscoord              aHeight);
 
.
 
  void ProcessSpecialCodes(const nsString& aStr, nsString& aNewStr);
.
  void ProcessSpecialCodes(const nsString& aStr, nsString& aNewStr);
 
.
 
  nsCOMPtr<nsIPrintOptions> mPrintOptions;
.
  nsCOMPtr<nsIPrintSettings> mPrintOptions;
  PRInt32     mPageNum;
.
  PRInt32     mPageNum;
  PRInt32     mTotNumPages;
.
  PRInt32     mTotNumPages;
  nsMargin    mMargin;
.
  nsMargin    mMargin;
 
.
 
  PRPackedBool mSupressHF;
.
  PRPackedBool mSupressHF;