38 #ifndef MWAW_PICT_OLECONTAINER
39 # define MWAW_PICT_OLECONTAINER
44 # include <libwpd/libwpd.h>
63 virtual bool getBinary(WPXBinaryData &res, std::string &s)
const {
95 if (diff)
return diff;
99 if (diff)
return (diff < 0) ? -1 : 1;
100 long diffL = (long)
m_data.size() - (long) aPict.
m_data.size();
101 if (diffL)
return (diff < 0) ? -1 : 1;