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

sw: rework RTF export of text frames

Export these as new-style frames. Not counting future possibilities,
this commit finally fixes the following problems:

- borders: spacing to contents wasn't exported at all
- wrap: top/bottom and left/right spacing exported even in case they do
  not equal

Change-Id: I058e00e677e20bc9501b8de320f941f256e8b6f1
üst da16b278
...@@ -552,6 +552,11 @@ private: ...@@ -552,6 +552,11 @@ private:
unsigned int m_nPostitFieldsMaxId; unsigned int m_nPostitFieldsMaxId;
/// Set by FormatFrameSize(), read by Format*Orientation().
const SwFmtFrmSize* m_pFmtFrmSize;
std::vector< std::pair<OString, OString> > m_aFlyProperties;
public: public:
RtfAttributeOutput( RtfExport &rExport ); RtfAttributeOutput( RtfExport &rExport );
......
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