Kaydet (Commit) effb5781 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: document what RTFParserState's LO/HI/DBCH does

Change-Id: Iee70bfdecafb28a56440e5a4bf6d7ace54ea6436
üst 31c11dfe
...@@ -255,7 +255,7 @@ public: ...@@ -255,7 +255,7 @@ public:
RTFDrawingObject aDrawingObject; RTFDrawingObject aDrawingObject;
RTFFrame aFrame; RTFFrame aFrame;
/// CJK or CTL? /// Maps to OOXML's ascii, cs or eastAsia.
enum { LOCH, HICH, DBCH } eRunType; enum { LOCH, HICH, DBCH } eRunType;
/// ltrch or rtlch /// ltrch or rtlch
bool isRightToLeft; bool isRightToLeft;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment