LibreOffice Module writerfilter (master) 1
Classes | Namespaces | Typedefs | Enumerations
rtfsprm.hxx File Reference
#include <string>
#include <utility>
#include <vector>
#include <map>
#include <tools/ref.hxx>
#include "rtfvalue.hxx"
Include dependency graph for rtfsprm.hxx:
This graph shows which files directly or indirectly include this file:

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
}