LibreOffice Module xmloff (master) 1
|
#include <sal/config.h>
#include <xmloff/dllapi.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <map>
#include <memory>
#include <salhelper/simplereferenceobject.hxx>
Go to the source code of this file.
Classes | |
class | XMLTextImportHelper |
Namespaces | |
namespace | xmloff |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
#file | |
namespace | com::sun::star::text |
namespace | com::sun::star::frame |
namespace | com::sun::star::container |
namespace | com::sun::star::beans |
namespace | com::sun::star::xml |
namespace | com::sun::star::xml::sax |
namespace | com::sun::star::util |
namespace | rtl |
Macros | |
#define | XML_TEXT_RENAME_TYPE_FRAME 10 |
#define | XML_TEXT_RENAME_TYPE_TABLE 20 |
Enumerations | |
enum | XMLTextType { Body , Cell , Shape , TextBox , HeaderFooter , Section , Footnote , ChangedRegion } |
enum | VarType { VarTypeSimple , VarTypeUserField , VarTypeSequence } |
variable type (for XMLSetVarFieldImportContext) More... | |
#define XML_TEXT_RENAME_TYPE_FRAME 10 |
Definition at line 91 of file txtimp.hxx.
#define XML_TEXT_RENAME_TYPE_TABLE 20 |
Definition at line 92 of file txtimp.hxx.
enum VarType |
variable type (for XMLSetVarFieldImportContext)
Enumerator | |
---|---|
VarTypeSimple | |
VarTypeUserField | |
VarTypeSequence |
Definition at line 81 of file txtimp.hxx.
enum XMLTextType |
Enumerator | |
---|---|
Body | |
Cell | |
Shape | |
TextBox | |
HeaderFooter | |
Section | |
Footnote | |
ChangedRegion |
Definition at line 68 of file txtimp.hxx.