LibreOffice Module xmloff (master) 1
|
#include <xmlexp.hxx>
Public Member Functions | |
SvXMLElementExport (SvXMLExport &rExp, sal_uInt16 nPrefix, const char *pName, bool bIgnWSOutside, bool bIgnWSInside) | |
SvXMLElementExport (SvXMLExport &rExp, sal_uInt16 nPrefix, const OUString &rName, bool bIgnWSOutside, bool bIgnWSInside) | |
SvXMLElementExport (SvXMLExport &rExp, sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, bool bIgnWSOutside, bool bIgnWSInside) | |
SvXMLElementExport (SvXMLExport &rExp, const OUString &rQName, bool bIgnWSOutside, bool bIgnWSInside) | |
SvXMLElementExport (SvXMLExport &rExp, bool bDoSomething, sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, bool bIgnWSOutside, bool bIgnWSInside) | |
~SvXMLElementExport () | |
Private Member Functions | |
SAL_DLLPRIVATE void | StartElement (const sal_uInt16 nPrefix, const OUString &rName, const bool bIgnoreWhitespaceOutside) |
Private Attributes | |
SvXMLExport & | mrExport |
OUString | maElementName |
const bool | mbIgnoreWhitespaceInside:1 |
const bool | mbDoSomething:1 |
Definition at line 631 of file xmlexp.hxx.
SvXMLElementExport::SvXMLElementExport | ( | SvXMLExport & | rExp, |
sal_uInt16 | nPrefix, | ||
const char * | pName, | ||
bool | bIgnWSOutside, | ||
bool | bIgnWSInside | ||
) |
Definition at line 2392 of file xmlexp.cxx.
References StartElement().
SvXMLElementExport::SvXMLElementExport | ( | SvXMLExport & | rExp, |
sal_uInt16 | nPrefix, | ||
const OUString & | rName, | ||
bool | bIgnWSOutside, | ||
bool | bIgnWSInside | ||
) |
Definition at line 2406 of file xmlexp.cxx.
References StartElement().
SvXMLElementExport::SvXMLElementExport | ( | SvXMLExport & | rExp, |
sal_uInt16 | nPrefix, | ||
enum ::xmloff::token::XMLTokenEnum | eName, | ||
bool | bIgnWSOutside, | ||
bool | bIgnWSInside | ||
) |
SvXMLElementExport::SvXMLElementExport | ( | SvXMLExport & | rExp, |
const OUString & | rQName, | ||
bool | bIgnWSOutside, | ||
bool | bIgnWSInside | ||
) |
Definition at line 2447 of file xmlexp.cxx.
References maElementName, and SvXMLExport::StartElement().
SvXMLElementExport::SvXMLElementExport | ( | SvXMLExport & | rExp, |
bool | bDoSomething, | ||
sal_uInt16 | nPrefix, | ||
enum ::xmloff::token::XMLTokenEnum | eName, | ||
bool | bIgnWSOutside, | ||
bool | bIgnWSInside | ||
) |
SvXMLElementExport::~SvXMLElementExport | ( | ) |
Definition at line 2460 of file xmlexp.cxx.
References SvXMLExport::EndElement(), maElementName, mbDoSomething, mbIgnoreWhitespaceInside, and mrExport.
|
private |
Definition at line 2383 of file xmlexp.cxx.
References SvXMLExport::GetNamespaceMap(), SvXMLNamespaceMap::GetQNameByKey(), maElementName, mrExport, and SvXMLExport::StartElement().
Referenced by SvXMLElementExport().
|
private |
Definition at line 634 of file xmlexp.hxx.
Referenced by StartElement(), SvXMLElementExport(), and ~SvXMLElementExport().
|
private |
Definition at line 636 of file xmlexp.hxx.
Referenced by ~SvXMLElementExport().
|
private |
Definition at line 635 of file xmlexp.hxx.
Referenced by ~SvXMLElementExport().
|
private |
Definition at line 633 of file xmlexp.hxx.
Referenced by StartElement(), and ~SvXMLElementExport().