LibreOffice Module xmloff (master) 1
Classes | Namespaces | Macros | Enumerations
txtimp.hxx File Reference
#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>
Include dependency graph for txtimp.hxx:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ XML_TEXT_RENAME_TYPE_FRAME

#define XML_TEXT_RENAME_TYPE_FRAME   10

Definition at line 91 of file txtimp.hxx.

◆ XML_TEXT_RENAME_TYPE_TABLE

#define XML_TEXT_RENAME_TYPE_TABLE   20

Definition at line 92 of file txtimp.hxx.

Enumeration Type Documentation

◆ VarType

enum VarType

variable type (for XMLSetVarFieldImportContext)

Enumerator
VarTypeSimple 
VarTypeUserField 
VarTypeSequence 

Definition at line 81 of file txtimp.hxx.

◆ XMLTextType

Enumerator
Body 
Cell 
Shape 
TextBox 
HeaderFooter 
Section 
Footnote 
ChangedRegion 

Definition at line 68 of file txtimp.hxx.