LibreOffice Module sw (master) 1
|
#include "htmlreqifreader.hxx"
#include <comphelper/scopeguard.hxx>
#include <filter/msfilter/rtfutil.hxx>
#include <rtl/strbuf.hxx>
#include <sot/storage.hxx>
#include <svtools/parrtf.hxx>
#include <svtools/rtfkeywd.hxx>
#include <svtools/rtftoken.h>
#include <tools/stream.hxx>
#include <filter/msfilter/msdffimp.hxx>
#include <vcl/cvtgrf.hxx>
#include <ndole.hxx>
#include <sal/log.hxx>
#include <vcl/FilterConfigItem.hxx>
#include <vcl/wmf.hxx>
#include <comphelper/propertyvalue.hxx>
#include <fmtfsize.hxx>
#include <frmfmt.hxx>
Go to the source code of this file.
Namespaces | |
namespace | SwReqIfReader |
Functions | |
bool | SwReqIfReader::ExtractOleFromRtf (SvStream &rRtf, SvStream &rOle, bool &bOwnFormat) |
Extracts an OLE2 container binary from an RTF fragment. More... | |
bool | SwReqIfReader::WrapOleInRtf (SvStream &rOle2, SvStream &rRtf, SwOLENode &rOLENode, const SwFrameFormat &rFormat) |
Wraps an OLE2 container binary in an RTF fragment. More... | |
bool | SwReqIfReader::WrapGraphicInRtf (const Graphic &rGraphic, const SwFrameFormat &rFormat, SvStream &rRtf) |
Wraps an image in an RTF fragment. More... | |