Home
last modified time | relevance | path

Searched refs:MWAWEmbeddedObject (Results 1 – 25 of 101) sorted by relevance

12345

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPictMac.hxx61 bool getBinary(MWAWEmbeddedObject &picture) const final in getBinary()
69 picture=MWAWEmbeddedObject(res, "image/pict"); in getBinary()
74 picture=MWAWEmbeddedObject(res, "image/pict"); in getBinary()
H A DCanvasGraph.hxx107 bool getBitmapBW(CanvasGraphInternal::Shape const &shape, MWAWEmbeddedObject &obj);
109 bool getBitmap(CanvasGraphInternal::Shape const &shape, MWAWEmbeddedObject &obj);
113 bool getPicture(CanvasGraphInternal::Shape const &shape, MWAWEmbeddedObject &obj);
H A DCanvas5Image.hxx107 bool getBitmap(int bitmapId, MWAWEmbeddedObject &object);
115 bool getQuickTime(int quicktimeId, MWAWEmbeddedObject &object);
119 …bool getTexture(std::shared_ptr<Canvas5ImageInternal::VKFLImage> image, MWAWEmbeddedObject &textur…
H A DCanvas5Structure.hxx84 bool readBitmap(Stream &stream, int version, MWAWEmbeddedObject &object, MWAWColor *avgColor=nullpt…
89 bool readBitmapDAD58Bim(Stream &stream, int version, MWAWEmbeddedObject &object);
H A Dlibmwaw_internal.hxx467 struct MWAWEmbeddedObject { struct
469 MWAWEmbeddedObject() in MWAWEmbeddedObject() function
475 MWAWEmbeddedObject(librevenge::RVNGBinaryData const &binaryData, in MWAWEmbeddedObject() argument
480 MWAWEmbeddedObject(MWAWEmbeddedObject const &)=default;
481 MWAWEmbeddedObject &operator=(MWAWEmbeddedObject const &)=default;
482 MWAWEmbeddedObject &operator=(MWAWEmbeddedObject &&)=default;
484 ~MWAWEmbeddedObject();
507 friend std::ostream &operator<<(std::ostream &o, MWAWEmbeddedObject const &pict); argument
509 int cmp(MWAWEmbeddedObject const &pict) const;
H A DMacDraft5StyleManager.hxx83 bool getBitmap(int bId, MWAWEmbeddedObject &picture) const;
90 …bool getPixmap(int pId, MWAWEmbeddedObject &picture, MWAWVec2i &pictSize, MWAWColor &avColor) cons…
H A DClarisWksStyleManager.cxx554 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
584 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
614 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
716 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(32,32),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
745 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
775 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
805 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
835 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
865 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(16,16),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
967 …m_wallpaperList.push_back(MWAWGraphicStyle::Pattern(MWAWVec2i(32,32),MWAWEmbeddedObject(data,mime)… in setDefaultWallPaperList()
[all …]
H A DPowerPoint7Graph.hxx108 bool readBitmap(int level, long endPos, MWAWEmbeddedObject &object, MWAWBox2i &box);
120 bool readMetaFile(int level, long endPos, MWAWEmbeddedObject &object);
H A Dlibmwaw_internal.cxx575 MWAWEmbeddedObject::~MWAWEmbeddedObject() in ~MWAWEmbeddedObject()
579 bool MWAWEmbeddedObject::addTo(librevenge::RVNGPropertyList &propList) const in addTo()
606 int MWAWEmbeddedObject::cmp(MWAWEmbeddedObject const &pict) const in cmp()
631 std::ostream &operator<<(std::ostream &o, MWAWEmbeddedObject const &pict) in operator <<()
H A DMWAWPictData.hxx68 bool getBinary(MWAWEmbeddedObject &picture) const override in getBinary()
74 picture=MWAWEmbeddedObject(data, "image/pict"); in getBinary()
H A DDrawTableParser.hxx106 bool getBitmap(MWAWBox2i const &box, MWAWEmbeddedObject &obj, long endPos);
H A DLightWayTxtGraph.cxx171 MWAWEmbeddedObject picture; in sendPICT()
208 m_parserState->m_textListener->insertPicture(pictPos, MWAWEmbeddedObject(data, "image/pict")); in sendJPEG()
H A DMWAWGraphicEncoder.cxx77 bool MWAWGraphicEncoder::getBinaryResult(MWAWEmbeddedObject &result) in getBinaryResult()
82 result=MWAWEmbeddedObject(data, "image/mwaw-odg"); in getBinaryResult()
H A DWordMakerParser.hxx103 bool readPicture(long len, MWAWEmbeddedObject &object, MWAWBox2f &bdbox, int &page);
H A DJazzWriterParser.hxx89 bool getPicture(unsigned pId, MWAWEmbeddedObject &obj);
H A DMWAWGraphicStyle.hxx360 Pattern(MWAWVec2i dim, MWAWEmbeddedObject const &picture, MWAWColor const &avColor) in Pattern()
387 bool getBinary(MWAWEmbeddedObject &picture) const;
437 MWAWEmbeddedObject m_picture;
H A DMWAWPict.hxx93 virtual bool getBinary(MWAWEmbeddedObject &) const in getBinary()
H A DMWAWSpreadsheetEncoder.cxx77 bool MWAWSpreadsheetEncoder::getBinaryResult(MWAWEmbeddedObject &object) in getBinaryResult()
82 object=MWAWEmbeddedObject(data, "image/mwaw-ods"); in getBinaryResult()
H A DApplePictParser.hxx145 bool readQuicktime(MWAWEmbeddedObject &object, MWAWBox2f &bdBox);
H A DPowerPoint1Parser.hxx107 bool readPicture(MWAWEntry const &entry, MWAWEmbeddedObject &picture);
H A DMWAWPictBitmap.hxx225 bool getBinary(MWAWEmbeddedObject &picture) const override in getBinary()
231 picture=MWAWEmbeddedObject(data, "image/pict"); in getBinary()
H A DMWAWListener.hxx179 virtual void insertPicture(MWAWPosition const &pos, MWAWEmbeddedObject const &picture,
H A DPowerPoint3Parser.hxx117 bool readPictureContent(MWAWEntry const &entry, MWAWEmbeddedObject &pict);
H A DMWAWGraphicEncoder.hxx63 bool getBinaryResult(MWAWEmbeddedObject &result);
H A DMsWksGraph.cxx133 virtual bool getBinaryData(MWAWInputStreamPtr, MWAWEmbeddedObject &picture) const in getBinaryData()
135 picture=MWAWEmbeddedObject(); in getBinaryData()
454 bool getBinaryData(MWAWInputStreamPtr ip, MWAWEmbeddedObject &picture) const final;
467 bool DataPict::getBinaryData(MWAWInputStreamPtr ip, MWAWEmbeddedObject &picture) const in getBinaryData()
469 picture=MWAWEmbeddedObject(); in getBinaryData()
552 picture=MWAWEmbeddedObject(); in getPictureData()
2349 MWAWEmbeddedObject picture; in sendGroup()
2438 MWAWEmbeddedObject picture; in sendGroupChild()
2869 MWAWEmbeddedObject picture; in send()
2899 MWAWEmbeddedObject picture; in send()
[all …]

12345