LibreOffice Module editeng (master) 1
|
#include <svl/itemset.hxx>
#include <svtools/parrtf.hxx>
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
#include <vcl/font.hxx>
#include <editeng/editengdllapi.h>
#include <optional>
#include <vector>
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | SvxRTFItemStackList |
class | EditNodeIdx |
class | EditPosition |
struct | SvxRTFStyleType |
class | SvxRTFParser |
struct | SvxRTFParser::PlainOrPardMap |
class | SvxRTFItemStackType |
Typedefs | |
typedef std::map< short, vcl::Font > | SvxRTFFontTbl |
typedef std::map< sal_uInt16, SvxRTFStyleType > | SvxRTFStyleTbl |
typedef std::map<short, vcl::Font> SvxRTFFontTbl |
Definition at line 74 of file svxrtf.hxx.
typedef std::map<sal_uInt16, SvxRTFStyleType> SvxRTFStyleTbl |
Definition at line 87 of file svxrtf.hxx.