Home
last modified time | relevance | path

Searched refs:m_pictureId (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DNisusWrtText.cxx66 , m_pictureId(0) in Font()
86 int m_pictureId; member
106 if (font.m_pictureId) o << "pictId=" << font.m_pictureId << ","; in operator <<()
859 font.m_pictureId = static_cast<int>(input->readLong(2)); in readFonts()
861 if (font.m_pictureId) { in readFonts()
1680 if (font.m_pictureId <= 0) in sendText()
1786 if (actFont.m_pictureId <= 0) { in sendText()
1796 m_mainParser->sendPicture(actFont.m_pictureId, pictPos); in sendText()
H A DBeagleWksDBParser.cxx72 , m_pictureId(-1) in Cell()
83 return m_content.empty() && (m_type!=Picture || m_pictureId<=0); in empty()
94 int m_pictureId; member
165 cell.m_pictureId=int(0.1+content.m_value); in updateWithContent()
1576 else if (field.m_type==BeagleWksDBParserInternal::Cell::Picture && field.m_pictureId>=0) { in sendDatabase()
1581 sendPicture(field.m_pictureId, position, false); in sendDatabase()
H A DPowerPoint7Graph.cxx72 , m_pictureId(-1) in Frame()
100 int m_pictureId; member
1282 done=m_mainParser->readOutlineTextProps9Atom(level+1,endPos,frame.m_pictureId,sId); in readRect()
2720 if (frame.m_pictureId>=0) { in sendFrame()
2721 if (m_state->m_idToPictureMap.find(frame.m_pictureId)==m_state->m_idToPictureMap.end()) { in sendFrame()
2722 … MWAW_DEBUG_MSG(("PowerPoint7Graph::sendFrame: can not find the picture %d\n", frame.m_pictureId)); in sendFrame()
2728 … listener->insertPicture(pos, m_state->m_idToPictureMap.find(frame.m_pictureId)->second.m_object); in sendFrame()
H A DPowerPoint3Parser.cxx271 , m_pictureId(-1) in Frame()
295 int m_pictureId; member
2314 frame.m_pictureId=int(input->readULong(2)); in readFramesList()
2315 f << "pict[id]=" << frame.m_pictureId << ","; in readFramesList()
3690 if (frame.m_pictureId>=0) { in sendFrame()
3691 if (m_state->m_pictIdToZoneIdMap.find(frame.m_pictureId)==m_state->m_pictIdToZoneIdMap.end()) { in sendFrame()
3692 …MWAW_DEBUG_MSG(("PowerPoint3Parser::sendFrame: can not find the picture %d\n", frame.m_pictureId)); in sendFrame()
3695 int zId=m_state->m_pictIdToZoneIdMap.find(frame.m_pictureId)->second; in sendFrame()
3697 …SG(("PowerPoint3Parser::sendFrame: can not find the picture %d in Z%d\n", frame.m_pictureId, zId)); in sendFrame()
H A DPowerPoint1Parser.cxx153 , m_pictureId(-1) in Frame()
168 int m_pictureId; member
953 frame.m_pictureId=val; in readFramesList()
968 if (frame.m_type==1 && val && frame.m_pictureId<0) { in readFramesList()
2576 if (frame.m_type==1 && frame.m_pictureId>=0) in sendFrame()
2577 sendPicture(pos, MWAWGraphicStyle::emptyStyle(), frame.m_pictureId); in sendFrame()