This commit is contained in:
kipp%netscape.com 1999-03-05 04:22:29 +00:00
Родитель f506e2d301
Коммит 7053df8bcc
4 изменённых файлов: 0 добавлений и 42 удалений

Просмотреть файл

@ -55,26 +55,6 @@ nsBulletFrame::GetFrameName(nsString& aResult) const
return MakeFrameName("Bullet", aResult);
}
NS_IMETHODIMP
nsBulletFrame::List(FILE* out, PRInt32 aIndent) const
{
PRInt32 i;
for (i = aIndent; --i >= 0; ) fputs(" ", out);
fprintf(out, "Bullet(%d)@%p ", ContentIndexInContainer(this), this);
nsIView* view;
GetView(&view);
if (nsnull != view) {
fprintf(out, " [view=%p]", view);
}
out << mRect;
if (0 != mState) {
fprintf(out, " [state=%08x]", mState);
}
fputs("<>\n", out);
return NS_OK;
}
NS_METHOD
nsBulletFrame::Paint(nsIPresContext& aCX,
nsIRenderingContext& aRenderingContext,

Просмотреть файл

@ -38,7 +38,6 @@ public:
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
NS_IMETHOD GetFrameName(nsString& aResult) const;
NS_IMETHOD List(FILE* out, PRInt32 aIndent) const;
// nsIHTMLReflow
NS_IMETHOD Reflow(nsIPresContext& aPresContext,

Просмотреть файл

@ -55,26 +55,6 @@ nsBulletFrame::GetFrameName(nsString& aResult) const
return MakeFrameName("Bullet", aResult);
}
NS_IMETHODIMP
nsBulletFrame::List(FILE* out, PRInt32 aIndent) const
{
PRInt32 i;
for (i = aIndent; --i >= 0; ) fputs(" ", out);
fprintf(out, "Bullet(%d)@%p ", ContentIndexInContainer(this), this);
nsIView* view;
GetView(&view);
if (nsnull != view) {
fprintf(out, " [view=%p]", view);
}
out << mRect;
if (0 != mState) {
fprintf(out, " [state=%08x]", mState);
}
fputs("<>\n", out);
return NS_OK;
}
NS_METHOD
nsBulletFrame::Paint(nsIPresContext& aCX,
nsIRenderingContext& aRenderingContext,

Просмотреть файл

@ -38,7 +38,6 @@ public:
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
NS_IMETHOD GetFrameName(nsString& aResult) const;
NS_IMETHOD List(FILE* out, PRInt32 aIndent) const;
// nsIHTMLReflow
NS_IMETHOD Reflow(nsIPresContext& aPresContext,