2 more checkins to follow previous ones

This commit is contained in:
mjudge%netscape.com 1999-05-07 21:19:04 +00:00
parent 13fcb76227
commit 47ffef477b
4 changed files with 6 additions and 8 deletions

View File

@ -1592,9 +1592,8 @@ nsFrame::GetChildFrameContainingOffset(PRInt32 inContentOffset, PRInt32* outFram
}
NS_IMETHODIMP
nsFrame::PeekOffsetPeekOffset(nsSelectionAmount aAmount, nsDirection aDirection,
PRInt32 aStartOffset, nsIContent **aResultContent,
PRInt32 *aResultOffset, PRBool aEatingWS) const
nsFrame::PeekOffset(nsSelectionAmount aAmount, nsDirection aDirection, PRInt32 aStartOffset,
nsIContent **aResultContent, PRInt32 *aResultOffset, PRBool aEatingWS) const
{
/* //this will use the nsFrameTraversal as the default peek method.
//this should change to use geometry and also look to ALL the child lists

View File

@ -210,7 +210,7 @@ public:
NS_IMETHOD VerifyTree() const;
NS_IMETHOD SetSelected(nsIDOMRange *aRange,PRBool aSelected, PRBool aSpread);
NS_IMETHOD GetSelected(PRBool *aSelected) const;
NS_IMETHOD PeekOffsetPeekOffset(nsSelectionAmount aAmount, nsDirection aDirection, PRInt32 aStartOffset,
NS_IMETHOD PeekOffset(nsSelectionAmount aAmount, nsDirection aDirection, PRInt32 aStartOffset,
nsIContent **aResultContent, PRInt32 *aResultOffset, PRBool aEatingWS) const;
NS_IMETHOD GetOffsets(PRInt32 &aStart, PRInt32 &aEnd) const;

View File

@ -1592,9 +1592,8 @@ nsFrame::GetChildFrameContainingOffset(PRInt32 inContentOffset, PRInt32* outFram
}
NS_IMETHODIMP
nsFrame::PeekOffsetPeekOffset(nsSelectionAmount aAmount, nsDirection aDirection,
PRInt32 aStartOffset, nsIContent **aResultContent,
PRInt32 *aResultOffset, PRBool aEatingWS) const
nsFrame::PeekOffset(nsSelectionAmount aAmount, nsDirection aDirection, PRInt32 aStartOffset,
nsIContent **aResultContent, PRInt32 *aResultOffset, PRBool aEatingWS) const
{
/* //this will use the nsFrameTraversal as the default peek method.
//this should change to use geometry and also look to ALL the child lists

View File

@ -210,7 +210,7 @@ public:
NS_IMETHOD VerifyTree() const;
NS_IMETHOD SetSelected(nsIDOMRange *aRange,PRBool aSelected, PRBool aSpread);
NS_IMETHOD GetSelected(PRBool *aSelected) const;
NS_IMETHOD PeekOffsetPeekOffset(nsSelectionAmount aAmount, nsDirection aDirection, PRInt32 aStartOffset,
NS_IMETHOD PeekOffset(nsSelectionAmount aAmount, nsDirection aDirection, PRInt32 aStartOffset,
nsIContent **aResultContent, PRInt32 *aResultOffset, PRBool aEatingWS) const;
NS_IMETHOD GetOffsets(PRInt32 &aStart, PRInt32 &aEnd) const;