renamed getSupportsValue to getISupportsValue
git-svn-id: svn://10.0.0.236/trunk@1572 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b8c778ab5e
commit
27702b7e88
@ -207,7 +207,7 @@ void nsHTMLValue::SetStringValue(const nsString& aValue)
|
||||
mValue.mString = aValue.ToNewString();
|
||||
}
|
||||
|
||||
void nsHTMLValue::SetSupportsValue(nsISupports* aValue)
|
||||
void nsHTMLValue::SetISupportsValue(nsISupports* aValue)
|
||||
{
|
||||
Reset();
|
||||
mUnit = eHTMLUnit_ISupports;
|
||||
|
||||
@ -65,7 +65,7 @@ public:
|
||||
void SetPixelValue(PRInt32 aValue);
|
||||
void SetPercentValue(float aValue);
|
||||
void SetStringValue(const nsString& aValue);
|
||||
void SetSupportsValue(nsISupports* aValue);
|
||||
void SetISupportsValue(nsISupports* aValue);
|
||||
void SetColorValue(nscolor aValue);
|
||||
void SetEmptyValue(void);
|
||||
|
||||
|
||||
@ -207,7 +207,7 @@ void nsHTMLValue::SetStringValue(const nsString& aValue)
|
||||
mValue.mString = aValue.ToNewString();
|
||||
}
|
||||
|
||||
void nsHTMLValue::SetSupportsValue(nsISupports* aValue)
|
||||
void nsHTMLValue::SetISupportsValue(nsISupports* aValue)
|
||||
{
|
||||
Reset();
|
||||
mUnit = eHTMLUnit_ISupports;
|
||||
|
||||
@ -65,7 +65,7 @@ public:
|
||||
void SetPixelValue(PRInt32 aValue);
|
||||
void SetPercentValue(float aValue);
|
||||
void SetStringValue(const nsString& aValue);
|
||||
void SetSupportsValue(nsISupports* aValue);
|
||||
void SetISupportsValue(nsISupports* aValue);
|
||||
void SetColorValue(nscolor aValue);
|
||||
void SetEmptyValue(void);
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ public:
|
||||
void SetPixelValue(PRInt32 aValue);
|
||||
void SetPercentValue(float aValue);
|
||||
void SetStringValue(const nsString& aValue);
|
||||
void SetSupportsValue(nsISupports* aValue);
|
||||
void SetISupportsValue(nsISupports* aValue);
|
||||
void SetColorValue(nscolor aValue);
|
||||
void SetEmptyValue(void);
|
||||
|
||||
|
||||
@ -207,7 +207,7 @@ void nsHTMLValue::SetStringValue(const nsString& aValue)
|
||||
mValue.mString = aValue.ToNewString();
|
||||
}
|
||||
|
||||
void nsHTMLValue::SetSupportsValue(nsISupports* aValue)
|
||||
void nsHTMLValue::SetISupportsValue(nsISupports* aValue)
|
||||
{
|
||||
Reset();
|
||||
mUnit = eHTMLUnit_ISupports;
|
||||
|
||||
@ -207,7 +207,7 @@ void nsHTMLValue::SetStringValue(const nsString& aValue)
|
||||
mValue.mString = aValue.ToNewString();
|
||||
}
|
||||
|
||||
void nsHTMLValue::SetSupportsValue(nsISupports* aValue)
|
||||
void nsHTMLValue::SetISupportsValue(nsISupports* aValue)
|
||||
{
|
||||
Reset();
|
||||
mUnit = eHTMLUnit_ISupports;
|
||||
|
||||
@ -65,7 +65,7 @@ public:
|
||||
void SetPixelValue(PRInt32 aValue);
|
||||
void SetPercentValue(float aValue);
|
||||
void SetStringValue(const nsString& aValue);
|
||||
void SetSupportsValue(nsISupports* aValue);
|
||||
void SetISupportsValue(nsISupports* aValue);
|
||||
void SetColorValue(nscolor aValue);
|
||||
void SetEmptyValue(void);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user