1998-11-16 20:11:12 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
|
|
*
|
1999-11-06 06:40:37 +03:00
|
|
|
* The contents of this file are subject to the Netscape Public
|
|
|
|
* License Version 1.1 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.mozilla.org/NPL/
|
1998-11-16 20:11:12 +03:00
|
|
|
*
|
1999-11-06 06:40:37 +03:00
|
|
|
* Software distributed under the License is distributed on an "AS
|
|
|
|
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
* implied. See the License for the specific language governing
|
|
|
|
* rights and limitations under the License.
|
1998-11-16 20:11:12 +03:00
|
|
|
*
|
|
|
|
* The Original Code is Mozilla Communicator client code.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is Netscape Communications
|
1999-11-06 06:40:37 +03:00
|
|
|
* Corporation. Portions created by Netscape are
|
|
|
|
* Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
* Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s):
|
1998-11-16 20:11:12 +03:00
|
|
|
*/
|
|
|
|
#ifndef nsBlockFrame_h___
|
|
|
|
#define nsBlockFrame_h___
|
|
|
|
|
|
|
|
#include "nsHTMLContainerFrame.h"
|
1999-11-03 03:42:12 +03:00
|
|
|
#include "nsHTMLParts.h"
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
class nsBlockReflowState;
|
|
|
|
class nsBulletFrame;
|
|
|
|
class nsLineBox;
|
|
|
|
class nsTextRun;
|
1999-04-20 04:27:43 +04:00
|
|
|
class nsFirstLineFrame;
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-11-18 09:13:58 +03:00
|
|
|
/**
|
|
|
|
* Child list name indices
|
|
|
|
* @see #GetAdditionalChildListName()
|
|
|
|
*/
|
|
|
|
#define NS_BLOCK_FRAME_FLOATER_LIST_INDEX 0
|
|
|
|
#define NS_BLOCK_FRAME_BULLET_LIST_INDEX 1
|
|
|
|
#define NS_BLOCK_FRAME_LAST_LIST_INDEX NS_BLOCK_FRAME_BULLET_LIST_INDEX
|
|
|
|
|
1999-02-19 01:22:55 +03:00
|
|
|
/**
|
1999-11-03 03:42:12 +03:00
|
|
|
* Additional frame-state bits. There are more of these bits
|
|
|
|
* defined in nsHTMLParts.h (XXX: note: this should be cleaned up)
|
1999-02-19 01:22:55 +03:00
|
|
|
*/
|
1999-04-20 04:27:43 +04:00
|
|
|
#define NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET 0x80000000
|
|
|
|
#define NS_BLOCK_IS_HTML_PARAGRAPH 0x40000000
|
1999-11-03 03:42:12 +03:00
|
|
|
#define NS_BLOCK_HAS_FIRST_LETTER_STYLE 0x20000000
|
1999-02-19 01:22:55 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
#define nsBlockFrameSuper nsHTMLContainerFrame
|
1998-12-05 19:02:08 +03:00
|
|
|
|
1999-03-27 04:21:21 +03:00
|
|
|
#define NS_BLOCK_FRAME_CID \
|
|
|
|
{ 0xa6cf90df, 0x15b3, 0x11d2,{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32}}
|
|
|
|
|
|
|
|
extern const nsIID kBlockFrameCID;
|
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
// Base class for block and inline frames
|
1999-02-09 20:31:33 +03:00
|
|
|
class nsBlockFrame : public nsBlockFrameSuper
|
1998-11-16 20:11:12 +03:00
|
|
|
{
|
|
|
|
public:
|
1999-10-08 08:32:46 +04:00
|
|
|
friend nsresult NS_NewBlockFrame(nsIFrame** aNewFrame, PRUint32 aFlags);
|
1999-02-09 20:31:33 +03:00
|
|
|
|
1998-11-16 20:11:12 +03:00
|
|
|
// nsISupports
|
|
|
|
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
|
|
|
|
|
|
|
// nsIFrame
|
1999-02-25 08:31:15 +03:00
|
|
|
NS_IMETHOD Init(nsIPresContext& aPresContext,
|
|
|
|
nsIContent* aContent,
|
|
|
|
nsIFrame* aParent,
|
|
|
|
nsIStyleContext* aContext,
|
|
|
|
nsIFrame* aPrevInFlow);
|
1998-11-16 20:11:12 +03:00
|
|
|
NS_IMETHOD SetInitialChildList(nsIPresContext& aPresContext,
|
|
|
|
nsIAtom* aListName,
|
|
|
|
nsIFrame* aChildList);
|
1999-02-02 20:31:09 +03:00
|
|
|
NS_IMETHOD AppendFrames(nsIPresContext& aPresContext,
|
|
|
|
nsIPresShell& aPresShell,
|
|
|
|
nsIAtom* aListName,
|
|
|
|
nsIFrame* aFrameList);
|
|
|
|
NS_IMETHOD InsertFrames(nsIPresContext& aPresContext,
|
|
|
|
nsIPresShell& aPresShell,
|
|
|
|
nsIAtom* aListName,
|
|
|
|
nsIFrame* aPrevFrame,
|
|
|
|
nsIFrame* aFrameList);
|
|
|
|
NS_IMETHOD RemoveFrame(nsIPresContext& aPresContext,
|
|
|
|
nsIPresShell& aPresShell,
|
|
|
|
nsIAtom* aListName,
|
|
|
|
nsIFrame* aOldFrame);
|
1999-02-10 05:25:01 +03:00
|
|
|
NS_IMETHOD FirstChild(nsIAtom* aListName, nsIFrame** aFirstChild) const;
|
1999-02-09 20:31:33 +03:00
|
|
|
NS_IMETHOD GetAdditionalChildListName(PRInt32 aIndex,
|
1999-02-10 05:25:01 +03:00
|
|
|
nsIAtom** aListName) const;
|
1999-07-22 06:24:52 +04:00
|
|
|
NS_IMETHOD Destroy(nsIPresContext& aPresContext);
|
1998-11-16 20:11:12 +03:00
|
|
|
NS_IMETHOD IsSplittable(nsSplittableType& aIsSplittable) const;
|
1999-02-09 20:31:33 +03:00
|
|
|
NS_IMETHOD IsPercentageBase(PRBool& aBase) const;
|
1998-11-16 20:11:12 +03:00
|
|
|
NS_IMETHOD Paint(nsIPresContext& aPresContext,
|
|
|
|
nsIRenderingContext& aRenderingContext,
|
1998-12-18 18:54:23 +03:00
|
|
|
const nsRect& aDirtyRect,
|
|
|
|
nsFramePaintLayer aWhichLayer);
|
1999-02-12 20:45:58 +03:00
|
|
|
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
|
1999-09-01 05:02:16 +04:00
|
|
|
#ifdef DEBUG
|
1999-11-02 01:12:45 +03:00
|
|
|
NS_IMETHOD List(nsIPresContext* aPresContext, FILE* out, PRInt32 aIndent) const;
|
|
|
|
NS_IMETHOD GetFrameName(nsString& aResult) const;
|
1999-08-31 07:09:40 +04:00
|
|
|
NS_IMETHOD SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const;
|
1998-11-16 20:11:12 +03:00
|
|
|
NS_IMETHOD VerifyTree() const;
|
1999-11-02 01:12:45 +03:00
|
|
|
#endif
|
1999-10-26 08:44:41 +04:00
|
|
|
NS_IMETHOD GetFrameForPoint(nsIPresContext* aPresContext, const nsPoint& aPoint, nsIFrame** aFrame);
|
1999-04-14 01:29:08 +04:00
|
|
|
NS_IMETHOD HandleEvent(nsIPresContext& aPresContext,
|
|
|
|
nsGUIEvent* aEvent,
|
|
|
|
nsEventStatus& aEventStatus);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
|
|
|
// nsIHTMLReflow
|
|
|
|
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
|
|
|
nsHTMLReflowMetrics& aDesiredSize,
|
|
|
|
const nsHTMLReflowState& aReflowState,
|
|
|
|
nsReflowStatus& aStatus);
|
|
|
|
|
1999-02-23 22:18:12 +03:00
|
|
|
NS_IMETHOD AttributeChanged(nsIPresContext* aPresContext,
|
|
|
|
nsIContent* aChild,
|
1999-10-16 03:16:45 +04:00
|
|
|
PRInt32 aNameSpaceID,
|
1999-02-23 22:18:12 +03:00
|
|
|
nsIAtom* aAttribute,
|
|
|
|
PRInt32 aHint);
|
|
|
|
|
1998-11-16 20:11:12 +03:00
|
|
|
#ifdef DO_SELECTION
|
|
|
|
NS_IMETHOD HandleEvent(nsIPresContext& aPresContext,
|
|
|
|
nsGUIEvent* aEvent,
|
|
|
|
nsEventStatus& aEventStatus);
|
|
|
|
|
|
|
|
NS_IMETHOD HandleDrag(nsIPresContext& aPresContext,
|
|
|
|
nsGUIEvent* aEvent,
|
|
|
|
nsEventStatus& aEventStatus);
|
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsIFrame * FindHitFrame(nsBlockFrame * aBlockFrame,
|
1998-11-16 20:11:12 +03:00
|
|
|
const nscoord aX, const nscoord aY,
|
|
|
|
const nsPoint & aPoint);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
1999-01-16 01:53:39 +03:00
|
|
|
virtual void DeleteChildsNextInFlow(nsIPresContext& aPresContext,
|
|
|
|
nsIFrame* aNextInFlow);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-03-27 04:21:21 +03:00
|
|
|
nsIFrame* GetTopBlockChild();
|
|
|
|
|
1999-09-15 04:28:10 +04:00
|
|
|
nsresult UpdateSpaceManager(nsIPresContext* aPresContext,
|
|
|
|
nsISpaceManager* aSpaceManager);
|
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
protected:
|
1999-02-09 20:31:33 +03:00
|
|
|
nsBlockFrame();
|
|
|
|
virtual ~nsBlockFrame();
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-04-28 02:11:05 +04:00
|
|
|
nsIStyleContext* GetFirstLetterStyle(nsIPresContext* aPresContext);
|
|
|
|
|
1998-11-16 20:11:12 +03:00
|
|
|
void SetFlags(PRUint32 aFlags) {
|
1999-11-03 03:42:12 +03:00
|
|
|
mState &= ~NS_BLOCK_FLAGS_MASK;
|
|
|
|
mState |= aFlags;
|
1998-11-16 20:11:12 +03:00
|
|
|
}
|
|
|
|
|
1999-02-19 01:22:55 +03:00
|
|
|
PRBool HaveOutsideBullet() const {
|
|
|
|
return 0 != (mState & NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET);
|
|
|
|
}
|
|
|
|
|
1999-09-16 23:56:36 +04:00
|
|
|
void SlideLine(nsBlockReflowState& aState,
|
1999-04-03 22:59:01 +04:00
|
|
|
nsLineBox* aLine, nscoord aDY);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-10-26 08:44:41 +04:00
|
|
|
PRBool DrainOverflowLines(nsIPresContext* aPresContext);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
virtual PRIntn GetSkipSides() const;
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-03-05 07:21:32 +03:00
|
|
|
virtual void ComputeFinalSize(const nsHTMLReflowState& aReflowState,
|
|
|
|
nsBlockReflowState& aState,
|
1998-12-05 19:02:08 +03:00
|
|
|
nsHTMLReflowMetrics& aMetrics);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-04-20 04:27:43 +04:00
|
|
|
nsresult AddFrames(nsIPresContext* aPresContext,
|
|
|
|
nsIFrame* aFrameList,
|
|
|
|
nsIFrame* aPrevSibling);
|
|
|
|
|
1999-08-31 07:09:40 +04:00
|
|
|
void FixParentAndView(nsIPresContext* aPresContext, nsIFrame* aFrame);
|
|
|
|
|
|
|
|
nsresult DoRemoveFrame(nsIPresContext* aPresContext,
|
|
|
|
nsIFrame* aDeletedFrame);
|
|
|
|
|
1999-04-20 04:27:43 +04:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsresult PrepareInitialReflow(nsBlockReflowState& aState);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsresult PrepareStyleChangedReflow(nsBlockReflowState& aState);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsresult PrepareChildIncrementalReflow(nsBlockReflowState& aState);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsresult PrepareResizeReflow(nsBlockReflowState& aState);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsresult ReflowDirtyLines(nsBlockReflowState& aState);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-04-03 22:59:01 +04:00
|
|
|
void RecoverStateFrom(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
1999-07-14 19:16:56 +04:00
|
|
|
nscoord aDeltaY,
|
|
|
|
nsRect* aDamageRect);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
//----------------------------------------
|
|
|
|
// Methods for line reflow
|
1999-02-09 20:31:33 +03:00
|
|
|
// XXX nuke em
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsresult ReflowLine(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
1999-07-14 19:16:56 +04:00
|
|
|
PRBool* aKeepReflowGoing,
|
1999-08-01 20:50:52 +04:00
|
|
|
PRBool aDamageDirtyArea = PR_FALSE);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
nsresult PlaceLine(nsBlockReflowState& aState,
|
1999-08-28 01:45:37 +04:00
|
|
|
nsLineLayout& aLineLayout,
|
1998-12-05 19:02:08 +03:00
|
|
|
nsLineBox* aLine,
|
1999-02-12 20:45:58 +03:00
|
|
|
PRBool* aKeepReflowGoing);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
// XXX blech
|
|
|
|
void PostPlaceLine(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
const nsSize& aMaxElementSize);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-17 21:52:10 +03:00
|
|
|
void ComputeLineMaxElementSize(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
nsSize* aMaxElementSize);
|
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
// XXX where to go
|
|
|
|
PRBool ShouldJustifyLine(nsBlockReflowState& aState, nsLineBox* aLine);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-08 01:28:23 +03:00
|
|
|
void DeleteLine(nsBlockReflowState& aState, nsLineBox* aLine);
|
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
//----------------------------------------
|
|
|
|
// Methods for individual frame reflow
|
|
|
|
|
1999-03-27 04:21:21 +03:00
|
|
|
PRBool ShouldApplyTopMargin(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine);
|
1998-12-05 19:02:08 +03:00
|
|
|
|
|
|
|
nsresult ReflowBlockFrame(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
1999-02-12 20:45:58 +03:00
|
|
|
PRBool* aKeepGoing);
|
1998-12-05 19:02:08 +03:00
|
|
|
|
1999-03-21 04:15:12 +03:00
|
|
|
nsresult ReflowInlineFrames(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
PRBool* aKeepLineGoing);
|
|
|
|
|
1999-08-28 01:45:37 +04:00
|
|
|
nsresult DoReflowInlineFrames(nsBlockReflowState& aState,
|
|
|
|
nsLineLayout& aLineLayout,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
PRBool* aKeepReflowGoing,
|
|
|
|
PRUint8* aLineReflowStatus);
|
|
|
|
|
|
|
|
nsresult DoReflowInlineFramesAuto(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
PRBool* aKeepReflowGoing,
|
|
|
|
PRUint8* aLineReflowStatus);
|
|
|
|
|
|
|
|
nsresult DoReflowInlineFramesMalloc(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
PRBool* aKeepReflowGoing,
|
|
|
|
PRUint8* aLineReflowStatus);
|
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
nsresult ReflowInlineFrame(nsBlockReflowState& aState,
|
1999-08-28 01:45:37 +04:00
|
|
|
nsLineLayout& aLineLayout,
|
1998-12-05 19:02:08 +03:00
|
|
|
nsLineBox* aLine,
|
|
|
|
nsIFrame* aFrame,
|
1999-03-21 04:15:12 +03:00
|
|
|
PRUint8* aLineReflowStatus);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-04-01 05:37:36 +04:00
|
|
|
nsresult ReflowFloater(nsBlockReflowState& aState,
|
|
|
|
nsPlaceholderFrame* aPlaceholder,
|
|
|
|
nsRect& aCombinedRect,
|
1999-07-14 21:26:20 +04:00
|
|
|
nsMargin& aMarginResult,
|
|
|
|
nsMargin& aComputedOffsetsResult);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
//----------------------------------------
|
|
|
|
// Methods for pushing/pulling lines/frames
|
|
|
|
|
|
|
|
virtual nsresult CreateContinuationFor(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
nsIFrame* aFrame,
|
|
|
|
PRBool& aMadeNewFrame);
|
|
|
|
|
|
|
|
nsresult SplitLine(nsBlockReflowState& aState,
|
1999-08-28 01:45:37 +04:00
|
|
|
nsLineLayout& aLineLayout,
|
1998-12-05 19:02:08 +03:00
|
|
|
nsLineBox* aLine,
|
|
|
|
nsIFrame* aFrame);
|
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
nsBlockFrame* FindFollowingBlockFrame(nsIFrame* aFrame);
|
1998-12-05 19:02:08 +03:00
|
|
|
|
|
|
|
nsresult PullFrame(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
|
|
|
nsIFrame*& aFrameResult);
|
|
|
|
|
|
|
|
nsresult PullFrame(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aToLine,
|
|
|
|
nsLineBox** aFromList,
|
|
|
|
PRBool aUpdateGeometricParent,
|
|
|
|
nsIFrame*& aFrameResult,
|
|
|
|
PRBool& aStopPulling);
|
|
|
|
|
|
|
|
void PushLines(nsBlockReflowState& aState);
|
|
|
|
|
|
|
|
//----------------------------------------
|
|
|
|
//XXX
|
1998-12-18 18:54:23 +03:00
|
|
|
virtual void PaintChildren(nsIPresContext& aPresContext,
|
|
|
|
nsIRenderingContext& aRenderingContext,
|
|
|
|
const nsRect& aDirtyRect,
|
|
|
|
nsFramePaintLayer aWhichLayer);
|
|
|
|
|
1998-11-16 20:11:12 +03:00
|
|
|
void PaintFloaters(nsIPresContext& aPresContext,
|
|
|
|
nsIRenderingContext& aRenderingContext,
|
1999-03-26 03:39:04 +03:00
|
|
|
const nsRect& aDirtyRect);
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-04-21 23:58:38 +04:00
|
|
|
nsLineBox* FindLineFor(nsIFrame* aFrame, nsLineBox** aPrevLineResult,
|
|
|
|
PRBool* aIsFloaterResult);
|
1998-12-05 19:02:08 +03:00
|
|
|
|
|
|
|
void PropogateReflowDamage(nsBlockReflowState& aState,
|
|
|
|
nsLineBox* aLine,
|
1999-09-15 04:28:10 +04:00
|
|
|
const nsRect& aOldCombinedArea,
|
1998-12-05 19:02:08 +03:00
|
|
|
nscoord aDeltaY);
|
|
|
|
|
1999-04-20 04:27:43 +04:00
|
|
|
nsresult ComputeTextRuns(nsIPresContext* aPresContext);
|
1998-12-05 19:02:08 +03:00
|
|
|
|
|
|
|
void BuildFloaterList();
|
|
|
|
|
1999-07-14 21:26:20 +04:00
|
|
|
//----------------------------------------
|
|
|
|
// List handling kludge
|
|
|
|
|
1999-02-23 22:18:12 +03:00
|
|
|
void RenumberLists();
|
1998-12-05 19:02:08 +03:00
|
|
|
|
1999-09-18 03:16:43 +04:00
|
|
|
PRBool RenumberListsIn(nsIFrame* aContainerFrame, PRInt32* aOrdinal);
|
|
|
|
|
|
|
|
PRBool RenumberListsInBlock(nsBlockFrame* aContainerFrame,
|
|
|
|
PRInt32* aOrdinal);
|
|
|
|
|
|
|
|
PRBool RenumberListsFor(nsIFrame* aKid, PRInt32* aOrdinal);
|
1999-07-14 21:26:20 +04:00
|
|
|
|
|
|
|
PRBool FrameStartsCounterScope(nsIFrame* aFrame);
|
|
|
|
|
1999-10-20 03:04:19 +04:00
|
|
|
nsresult UpdateBulletPosition(nsBlockReflowState& aState);
|
1999-03-05 07:21:32 +03:00
|
|
|
|
1999-02-19 01:22:55 +03:00
|
|
|
void ReflowBullet(nsBlockReflowState& aState,
|
|
|
|
nsHTMLReflowMetrics& aMetrics);
|
1998-12-05 19:02:08 +03:00
|
|
|
|
1999-07-14 21:26:20 +04:00
|
|
|
//----------------------------------------
|
|
|
|
|
1999-11-03 02:42:52 +03:00
|
|
|
nsLineBox* GetOverflowLines(nsIPresContext* aPresContext,
|
|
|
|
PRBool aRemoveProperty);
|
|
|
|
|
|
|
|
nsresult SetOverflowLines(nsIPresContext* aPresContext,
|
|
|
|
nsLineBox* aOverflowFrames);
|
|
|
|
|
1999-04-20 04:27:43 +04:00
|
|
|
nsIFrame* LastChild();
|
1998-12-05 19:02:08 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
#ifdef NS_DEBUG
|
1999-11-03 02:42:52 +03:00
|
|
|
PRBool IsChild(nsIPresContext* aPresContext, nsIFrame* aFrame);
|
1999-04-20 04:27:43 +04:00
|
|
|
void VerifyLines(PRBool aFinalCheckOK);
|
1999-11-03 02:42:52 +03:00
|
|
|
void VerifyOverflowSituation(nsIPresContext* aPresContext);
|
1999-03-23 01:41:09 +03:00
|
|
|
PRInt32 GetDepth() const;
|
1999-02-09 20:31:33 +03:00
|
|
|
#endif
|
|
|
|
|
|
|
|
nsLineBox* mLines;
|
|
|
|
|
1998-11-16 20:11:12 +03:00
|
|
|
// Text run information
|
|
|
|
nsTextRun* mTextRuns;
|
|
|
|
|
|
|
|
// List of all floaters in this block
|
1999-01-16 01:53:39 +03:00
|
|
|
nsFrameList mFloaters;
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1998-12-05 19:02:08 +03:00
|
|
|
// XXX_fix_me: subclass one more time!
|
|
|
|
// For list-item frames, this is the bullet frame.
|
|
|
|
nsBulletFrame* mBullet;
|
1998-11-16 20:11:12 +03:00
|
|
|
|
1999-02-09 20:31:33 +03:00
|
|
|
friend class nsBlockReflowState;
|
1998-11-16 20:11:12 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* nsBlockFrame_h___ */
|
|
|
|
|