Searched refs:OOXMLShapeValue (Results 1 – 3 of 3) sorted by relevance
663 OOXMLShapeValue::OOXMLShapeValue(uno::Reference<XShape> rShape) in OOXMLShapeValue() function in writerfilter::ooxml::OOXMLShapeValue668 OOXMLShapeValue::~OOXMLShapeValue() in ~OOXMLShapeValue()672 uno::Any OOXMLShapeValue::getAny() const in getAny()677 string OOXMLShapeValue::toString() const in toString()682 OOXMLValue * OOXMLShapeValue::clone() const in clone()684 return new OOXMLShapeValue(mrShape); in clone()
220 class OOXMLShapeValue : public OOXMLValue class225 explicit OOXMLShapeValue(uno::Reference<XShape> rShape);226 virtual ~OOXMLShapeValue();
1924 pValue(new OOXMLShapeValue(xShape)); in sendShape()
Completed in 37 milliseconds