From f36ef008362f3e34c886c356de54506fa1c2d438 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 27 Apr 1999 22:07:22 +0000 Subject: [PATCH] Added letter and line frame git-svn-id: svn://10.0.0.236/trunk@29538 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsLayoutAtoms.h | 2 ++ mozilla/content/shared/src/nsLayoutAtoms.cpp | 6 ++++++ mozilla/layout/base/nsLayoutAtoms.cpp | 6 ++++++ mozilla/layout/base/nsLayoutAtoms.h | 2 ++ mozilla/layout/base/public/nsLayoutAtoms.h | 2 ++ mozilla/layout/base/src/nsLayoutAtoms.cpp | 6 ++++++ 6 files changed, 24 insertions(+) diff --git a/mozilla/content/shared/public/nsLayoutAtoms.h b/mozilla/content/shared/public/nsLayoutAtoms.h index f13bc47554e..e3560a3995a 100644 --- a/mozilla/content/shared/public/nsLayoutAtoms.h +++ b/mozilla/content/shared/public/nsLayoutAtoms.h @@ -68,6 +68,8 @@ public: static nsIAtom* areaFrame; static nsIAtom* blockFrame; static nsIAtom* inlineFrame; + static nsIAtom* letterFrame; + static nsIAtom* lineFrame; static nsIAtom* pageFrame; static nsIAtom* placeholderFrame; static nsIAtom* positionedInlineFrame; diff --git a/mozilla/content/shared/src/nsLayoutAtoms.cpp b/mozilla/content/shared/src/nsLayoutAtoms.cpp index 94af420a1ee..84abb46de22 100644 --- a/mozilla/content/shared/src/nsLayoutAtoms.cpp +++ b/mozilla/content/shared/src/nsLayoutAtoms.cpp @@ -54,6 +54,8 @@ nsIAtom* nsLayoutAtoms::pagePseudo; nsIAtom* nsLayoutAtoms::areaFrame; nsIAtom* nsLayoutAtoms::blockFrame; nsIAtom* nsLayoutAtoms::inlineFrame; +nsIAtom* nsLayoutAtoms::letterFrame; +nsIAtom* nsLayoutAtoms::lineFrame; nsIAtom* nsLayoutAtoms::pageFrame; nsIAtom* nsLayoutAtoms::placeholderFrame; nsIAtom* nsLayoutAtoms::positionedInlineFrame; @@ -102,6 +104,8 @@ void nsLayoutAtoms::AddrefAtoms() areaFrame = NS_NewAtom("AreaFrame"); blockFrame = NS_NewAtom("BlockFrame"); inlineFrame = NS_NewAtom("InlineFrame"); + letterFrame = NS_NewAtom("LetterFrame"); + lineFrame = NS_NewAtom("LineFrame"); pageFrame = NS_NewAtom("PageFrame"); placeholderFrame = NS_NewAtom("PlaceholderFrame"); positionedInlineFrame = NS_NewAtom("PositionedInlineFrame"); @@ -152,6 +156,8 @@ void nsLayoutAtoms::ReleaseAtoms() NS_RELEASE(areaFrame); NS_RELEASE(blockFrame); NS_RELEASE(inlineFrame); + NS_RELEASE(letterFrame); + NS_RELEASE(lineFrame); NS_RELEASE(pageFrame); NS_RELEASE(placeholderFrame); NS_RELEASE(positionedInlineFrame); diff --git a/mozilla/layout/base/nsLayoutAtoms.cpp b/mozilla/layout/base/nsLayoutAtoms.cpp index 94af420a1ee..84abb46de22 100644 --- a/mozilla/layout/base/nsLayoutAtoms.cpp +++ b/mozilla/layout/base/nsLayoutAtoms.cpp @@ -54,6 +54,8 @@ nsIAtom* nsLayoutAtoms::pagePseudo; nsIAtom* nsLayoutAtoms::areaFrame; nsIAtom* nsLayoutAtoms::blockFrame; nsIAtom* nsLayoutAtoms::inlineFrame; +nsIAtom* nsLayoutAtoms::letterFrame; +nsIAtom* nsLayoutAtoms::lineFrame; nsIAtom* nsLayoutAtoms::pageFrame; nsIAtom* nsLayoutAtoms::placeholderFrame; nsIAtom* nsLayoutAtoms::positionedInlineFrame; @@ -102,6 +104,8 @@ void nsLayoutAtoms::AddrefAtoms() areaFrame = NS_NewAtom("AreaFrame"); blockFrame = NS_NewAtom("BlockFrame"); inlineFrame = NS_NewAtom("InlineFrame"); + letterFrame = NS_NewAtom("LetterFrame"); + lineFrame = NS_NewAtom("LineFrame"); pageFrame = NS_NewAtom("PageFrame"); placeholderFrame = NS_NewAtom("PlaceholderFrame"); positionedInlineFrame = NS_NewAtom("PositionedInlineFrame"); @@ -152,6 +156,8 @@ void nsLayoutAtoms::ReleaseAtoms() NS_RELEASE(areaFrame); NS_RELEASE(blockFrame); NS_RELEASE(inlineFrame); + NS_RELEASE(letterFrame); + NS_RELEASE(lineFrame); NS_RELEASE(pageFrame); NS_RELEASE(placeholderFrame); NS_RELEASE(positionedInlineFrame); diff --git a/mozilla/layout/base/nsLayoutAtoms.h b/mozilla/layout/base/nsLayoutAtoms.h index f13bc47554e..e3560a3995a 100644 --- a/mozilla/layout/base/nsLayoutAtoms.h +++ b/mozilla/layout/base/nsLayoutAtoms.h @@ -68,6 +68,8 @@ public: static nsIAtom* areaFrame; static nsIAtom* blockFrame; static nsIAtom* inlineFrame; + static nsIAtom* letterFrame; + static nsIAtom* lineFrame; static nsIAtom* pageFrame; static nsIAtom* placeholderFrame; static nsIAtom* positionedInlineFrame; diff --git a/mozilla/layout/base/public/nsLayoutAtoms.h b/mozilla/layout/base/public/nsLayoutAtoms.h index f13bc47554e..e3560a3995a 100644 --- a/mozilla/layout/base/public/nsLayoutAtoms.h +++ b/mozilla/layout/base/public/nsLayoutAtoms.h @@ -68,6 +68,8 @@ public: static nsIAtom* areaFrame; static nsIAtom* blockFrame; static nsIAtom* inlineFrame; + static nsIAtom* letterFrame; + static nsIAtom* lineFrame; static nsIAtom* pageFrame; static nsIAtom* placeholderFrame; static nsIAtom* positionedInlineFrame; diff --git a/mozilla/layout/base/src/nsLayoutAtoms.cpp b/mozilla/layout/base/src/nsLayoutAtoms.cpp index 94af420a1ee..84abb46de22 100644 --- a/mozilla/layout/base/src/nsLayoutAtoms.cpp +++ b/mozilla/layout/base/src/nsLayoutAtoms.cpp @@ -54,6 +54,8 @@ nsIAtom* nsLayoutAtoms::pagePseudo; nsIAtom* nsLayoutAtoms::areaFrame; nsIAtom* nsLayoutAtoms::blockFrame; nsIAtom* nsLayoutAtoms::inlineFrame; +nsIAtom* nsLayoutAtoms::letterFrame; +nsIAtom* nsLayoutAtoms::lineFrame; nsIAtom* nsLayoutAtoms::pageFrame; nsIAtom* nsLayoutAtoms::placeholderFrame; nsIAtom* nsLayoutAtoms::positionedInlineFrame; @@ -102,6 +104,8 @@ void nsLayoutAtoms::AddrefAtoms() areaFrame = NS_NewAtom("AreaFrame"); blockFrame = NS_NewAtom("BlockFrame"); inlineFrame = NS_NewAtom("InlineFrame"); + letterFrame = NS_NewAtom("LetterFrame"); + lineFrame = NS_NewAtom("LineFrame"); pageFrame = NS_NewAtom("PageFrame"); placeholderFrame = NS_NewAtom("PlaceholderFrame"); positionedInlineFrame = NS_NewAtom("PositionedInlineFrame"); @@ -152,6 +156,8 @@ void nsLayoutAtoms::ReleaseAtoms() NS_RELEASE(areaFrame); NS_RELEASE(blockFrame); NS_RELEASE(inlineFrame); + NS_RELEASE(letterFrame); + NS_RELEASE(lineFrame); NS_RELEASE(pageFrame); NS_RELEASE(placeholderFrame); NS_RELEASE(positionedInlineFrame);