LibreOffice Module writerfilter (master) 1
Classes | Namespaces | Enumerations
SdtHelper.hxx File Reference
#include <vector>
#include <optional>
#include <unordered_map>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/xml/dom/XDocument.hpp>
#include <rtl/ustrbuf.hxx>
#include <tools/ref.hxx>
Include dependency graph for SdtHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  writerfilter::dmapper::SdtHelper
 Helper to create form controls from w:sdt tokens. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::awt
 
namespace  writerfilter
 
namespace  writerfilter::dmapper
 

Enumerations

enum class  writerfilter::dmapper::SdtControlType {
  writerfilter::dmapper::datePicker ,
  writerfilter::dmapper::dropDown ,
  writerfilter::dmapper::plainText ,
  writerfilter::dmapper::richText ,
  writerfilter::dmapper::checkBox ,
  writerfilter::dmapper::picture ,
  writerfilter::dmapper::comboBox ,
  writerfilter::dmapper::unsupported ,
  writerfilter::dmapper::unknown
}