|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/include/xulrunner-17.0.10/ |
Upload File : |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builddir/build/BUILD/xulrunner-17.0.10/mozilla-esr17/editor/idl/nsIEditorMailSupport.idl
*/
#ifndef __gen_nsIEditorMailSupport_h__
#define __gen_nsIEditorMailSupport_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsISupportsArray; /* forward declaration */
class nsIDOMNode; /* forward declaration */
/* starting interface: nsIEditorMailSupport */
#define NS_IEDITORMAILSUPPORT_IID_STR "fdf23301-4a94-11d3-9ce4-9960496c41bc"
#define NS_IEDITORMAILSUPPORT_IID \
{0xfdf23301, 0x4a94, 0x11d3, \
{ 0x9c, 0xe4, 0x99, 0x60, 0x49, 0x6c, 0x41, 0xbc }}
class NS_NO_VTABLE nsIEditorMailSupport : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IEDITORMAILSUPPORT_IID)
/* void pasteAsQuotation (in long aSelectionType); */
NS_IMETHOD PasteAsQuotation(int32_t aSelectionType) = 0;
/* nsIDOMNode insertAsQuotation (in AString aQuotedText); */
NS_IMETHOD InsertAsQuotation(const nsAString & aQuotedText, nsIDOMNode * *_retval) = 0;
/* void insertTextWithQuotations (in DOMString aStringToInsert); */
NS_IMETHOD InsertTextWithQuotations(const nsAString & aStringToInsert) = 0;
/* void pasteAsCitedQuotation (in AString aCitation, in long aSelectionType); */
NS_IMETHOD PasteAsCitedQuotation(const nsAString & aCitation, int32_t aSelectionType) = 0;
/* nsIDOMNode insertAsCitedQuotation (in AString aQuotedText, in AString aCitation, in boolean aInsertHTML); */
NS_IMETHOD InsertAsCitedQuotation(const nsAString & aQuotedText, const nsAString & aCitation, bool aInsertHTML, nsIDOMNode * *_retval) = 0;
/* void rewrap (in boolean aRespectNewlines); */
NS_IMETHOD Rewrap(bool aRespectNewlines) = 0;
/* void stripCites (); */
NS_IMETHOD StripCites(void) = 0;
/* nsISupportsArray getEmbeddedObjects (); */
NS_IMETHOD GetEmbeddedObjects(nsISupportsArray * *_retval) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIEditorMailSupport, NS_IEDITORMAILSUPPORT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIEDITORMAILSUPPORT \
NS_IMETHOD PasteAsQuotation(int32_t aSelectionType); \
NS_IMETHOD InsertAsQuotation(const nsAString & aQuotedText, nsIDOMNode * *_retval); \
NS_IMETHOD InsertTextWithQuotations(const nsAString & aStringToInsert); \
NS_IMETHOD PasteAsCitedQuotation(const nsAString & aCitation, int32_t aSelectionType); \
NS_IMETHOD InsertAsCitedQuotation(const nsAString & aQuotedText, const nsAString & aCitation, bool aInsertHTML, nsIDOMNode * *_retval); \
NS_IMETHOD Rewrap(bool aRespectNewlines); \
NS_IMETHOD StripCites(void); \
NS_IMETHOD GetEmbeddedObjects(nsISupportsArray * *_retval);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIEDITORMAILSUPPORT(_to) \
NS_IMETHOD PasteAsQuotation(int32_t aSelectionType) { return _to PasteAsQuotation(aSelectionType); } \
NS_IMETHOD InsertAsQuotation(const nsAString & aQuotedText, nsIDOMNode * *_retval) { return _to InsertAsQuotation(aQuotedText, _retval); } \
NS_IMETHOD InsertTextWithQuotations(const nsAString & aStringToInsert) { return _to InsertTextWithQuotations(aStringToInsert); } \
NS_IMETHOD PasteAsCitedQuotation(const nsAString & aCitation, int32_t aSelectionType) { return _to PasteAsCitedQuotation(aCitation, aSelectionType); } \
NS_IMETHOD InsertAsCitedQuotation(const nsAString & aQuotedText, const nsAString & aCitation, bool aInsertHTML, nsIDOMNode * *_retval) { return _to InsertAsCitedQuotation(aQuotedText, aCitation, aInsertHTML, _retval); } \
NS_IMETHOD Rewrap(bool aRespectNewlines) { return _to Rewrap(aRespectNewlines); } \
NS_IMETHOD StripCites(void) { return _to StripCites(); } \
NS_IMETHOD GetEmbeddedObjects(nsISupportsArray * *_retval) { return _to GetEmbeddedObjects(_retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIEDITORMAILSUPPORT(_to) \
NS_IMETHOD PasteAsQuotation(int32_t aSelectionType) { return !_to ? NS_ERROR_NULL_POINTER : _to->PasteAsQuotation(aSelectionType); } \
NS_IMETHOD InsertAsQuotation(const nsAString & aQuotedText, nsIDOMNode * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->InsertAsQuotation(aQuotedText, _retval); } \
NS_IMETHOD InsertTextWithQuotations(const nsAString & aStringToInsert) { return !_to ? NS_ERROR_NULL_POINTER : _to->InsertTextWithQuotations(aStringToInsert); } \
NS_IMETHOD PasteAsCitedQuotation(const nsAString & aCitation, int32_t aSelectionType) { return !_to ? NS_ERROR_NULL_POINTER : _to->PasteAsCitedQuotation(aCitation, aSelectionType); } \
NS_IMETHOD InsertAsCitedQuotation(const nsAString & aQuotedText, const nsAString & aCitation, bool aInsertHTML, nsIDOMNode * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->InsertAsCitedQuotation(aQuotedText, aCitation, aInsertHTML, _retval); } \
NS_IMETHOD Rewrap(bool aRespectNewlines) { return !_to ? NS_ERROR_NULL_POINTER : _to->Rewrap(aRespectNewlines); } \
NS_IMETHOD StripCites(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->StripCites(); } \
NS_IMETHOD GetEmbeddedObjects(nsISupportsArray * *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEmbeddedObjects(_retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsEditorMailSupport : public nsIEditorMailSupport
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIEDITORMAILSUPPORT
nsEditorMailSupport();
private:
~nsEditorMailSupport();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsEditorMailSupport, nsIEditorMailSupport)
nsEditorMailSupport::nsEditorMailSupport()
{
/* member initializers and constructor code */
}
nsEditorMailSupport::~nsEditorMailSupport()
{
/* destructor code */
}
/* void pasteAsQuotation (in long aSelectionType); */
NS_IMETHODIMP nsEditorMailSupport::PasteAsQuotation(int32_t aSelectionType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMNode insertAsQuotation (in AString aQuotedText); */
NS_IMETHODIMP nsEditorMailSupport::InsertAsQuotation(const nsAString & aQuotedText, nsIDOMNode * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void insertTextWithQuotations (in DOMString aStringToInsert); */
NS_IMETHODIMP nsEditorMailSupport::InsertTextWithQuotations(const nsAString & aStringToInsert)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void pasteAsCitedQuotation (in AString aCitation, in long aSelectionType); */
NS_IMETHODIMP nsEditorMailSupport::PasteAsCitedQuotation(const nsAString & aCitation, int32_t aSelectionType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsIDOMNode insertAsCitedQuotation (in AString aQuotedText, in AString aCitation, in boolean aInsertHTML); */
NS_IMETHODIMP nsEditorMailSupport::InsertAsCitedQuotation(const nsAString & aQuotedText, const nsAString & aCitation, bool aInsertHTML, nsIDOMNode * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void rewrap (in boolean aRespectNewlines); */
NS_IMETHODIMP nsEditorMailSupport::Rewrap(bool aRespectNewlines)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void stripCites (); */
NS_IMETHODIMP nsEditorMailSupport::StripCites()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* nsISupportsArray getEmbeddedObjects (); */
NS_IMETHODIMP nsEditorMailSupport::GetEmbeddedObjects(nsISupportsArray * *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIEditorMailSupport_h__ */