Home
last modified time | relevance | path

Searched refs:getDrawingName (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DApplePictParser.hxx148 static std::string getDrawingName(DrawingMethod method) in getDrawingName() function in ApplePictParser
H A DApplePictParser.cxx1348 f << "Entries(Rectangle)[" << getDrawingName(drawingMethod) << "]:same"; in readZone()
1364 f << "Entries(RoundRect)[" << getDrawingName(drawingMethod) << "]:same"; in readZone()
1380 f << "Entries(Circle)[" << getDrawingName(drawingMethod) << "]:same"; in readZone()
1398 f << "Entries(Pie)[" << getDrawingName(drawingMethod) << "]:same"; in readZone()
1417 f << "Entries(Polygon)[" << getDrawingName(drawingMethod) << "]:same"; in readZone()
1436 f << "Entries(Region)[" << getDrawingName(drawingMethod) << "]:same"; in readZone()
1633 f << "Entries(Rectangle)[" << getDrawingName(method) << "]:"; in readAndDrawRectangle()
1651 f << "Entries(RoundRect)[" << getDrawingName(method) << "]:"; in readAndDrawRoundRectangle()
1669 f << "Entries(Circle)[" << getDrawingName(method) << "]:"; in readAndDrawCircle()
1687 f << "Entries(Pie)[" << getDrawingName(method) << "]:"; in readAndDrawPie()
[all …]
/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DPageSpan.hxx115 librevenge::RVNGString getDrawingName() const in getDrawingName() function in PageSpan
H A DPageSpan.cxx217 propList.insert("draw:style-name", getDrawingName()); in writeMasterPages()
H A DOdgGenerator.cxx433 pDrawPageOpenElement->addAttribute("draw:style-name", mpImpl->mpCurrentPageSpan->getDrawingName()); in startPage()
H A DOdpGenerator.cxx596 pDrawPageOpenElement->addAttribute("draw:style-name", mpImpl->mpCurrentPageSpan->getDrawingName()); in startSlide()