Lines Matching refs:m_shapeList

127     , m_shapeList()  in State()
137 std::vector<Shape> m_shapeList; member
348 for (size_t i=m_state->m_shapeList.size(); i>0;) { in sendPictures()
349 auto const &shape=m_state->m_shapeList[--i]; in sendPictures()
398 if (id<0 || id>=static_cast<int>(m_state->m_shapeList.size())) { in sendText()
402 auto const &shape=m_state->m_shapeList[size_t(id)]; in sendText()
463 return !m_state->m_shapeList.empty(); in readPictures()
572 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
577 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
586 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
602 m_state->m_shapeList.back().m_justify=MWAWParagraph::JustificationCenter; in readShape()
606 m_state->m_shapeList.back().m_justify=MWAWParagraph::JustificationRight; in readShape()
620 m_state->m_shapeList.back().m_interline=1.5; in readShape()
624 m_state->m_shapeList.back().m_interline=2; in readShape()
643 m_state->m_shapeList.back().m_font=font; in readShape()
653 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
654 m_state->m_shapeList.back().m_shape=MWAWGraphicShape::line(box[0],box[1]); in readShape()
656 m_state->m_shapeList.back().m_box=m_state->m_shapeList.back().m_shape.getBdBox(); in readShape()
661 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
662 m_state->m_shapeList.back().m_shape=MWAWGraphicShape::rectangle(box); in readShape()
666 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
667 m_state->m_shapeList.back().m_shape=MWAWGraphicShape::rectangle(box, MWAWVec2f(5,5)); in readShape()
675 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
676 m_state->m_shapeList.back().m_shape=MWAWGraphicShape::circle(box); in readShape()
710 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, realBox)); in readShape()
711 …m_state->m_shapeList.back().m_shape = MWAWGraphicShape::pie(realBox, box, MWAWVec2f(float(angle[0]… in readShape()
720 m_state->m_shapeList.push_back(SuperPaintParserInternal::Shape(shapeType, box)); in readShape()
721 m_state->m_shapeList.back().m_shape.m_type=MWAWGraphicShape::Polygon; in readShape()
728 if (m_state->m_shapeList.empty() || m_state->m_shapeList.back().m_type!=shapeType) { in readShape()
744 auto &shape=m_state->m_shapeList.back(); in readShape()
792 m_state->m_shapeList.pop_back(); in readShape()
801 m_state->m_shapeList.pop_back(); in readShape()