|
LibreOffice Module writerfilter (master) 1
|
#include <string>#include <utility>#include <vector>#include <map>#include <tools/ref.hxx>#include "rtfvalue.hxx"Go to the source code of this file.
Classes | |
| class | writerfilter::rtftok::RTFSprmsImpl |
| The payload of RTFSprms which is only copied on write. More... | |
| class | writerfilter::rtftok::RTFSprms |
| A list of RTFSprm with a copy constructor that performs a deep copy. More... | |
| class | writerfilter::rtftok::RTFSprm |
| RTF keyword with a parameter. More... | |
Namespaces | |
| namespace | writerfilter |
| namespace | writerfilter::rtftok |
Typedefs | |
| using | writerfilter::rtftok::RTFSprmsImplBase = std::vector< std::pair< Id, RTFValue::Pointer_t > > |
Enumerations | |
| enum class | writerfilter::rtftok::RTFOverwrite { writerfilter::rtftok::YES , writerfilter::rtftok::NO_APPEND , writerfilter::rtftok::NO_IGNORE , writerfilter::rtftok::YES_PREPEND } |