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

Add DocxAttributeOutput::WriteDMLTextFrame that can export a textframe in DML

Change-Id: I9600d4fffc4cde7046b43729f95d5a96aa1cdf38
üst 2e32184b
......@@ -381,6 +381,8 @@ private:
/// Writes text frame in VML format.
void WriteVMLTextFrame(sw::Frame* pParentFrame);
/// Writes text frame in DML format.
void WriteDMLTextFrame(sw::Frame* pParentFrame);
void InitTableHelper( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner );
void StartTable( ww8::WW8TableNodeInfoInner::Pointer_t pTableTextNodeInfoInner );
......@@ -732,6 +734,7 @@ private:
std::vector<sw::Frame> m_aParentFrames;
bool m_bTextFrameSyntax;
bool m_bDMLTextFrameSyntax;
OStringBuffer m_aTextFrameStyle;
// close of hyperlink needed
bool m_closeHyperlinkInThisRun;
......
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