Home
last modified time | relevance | path

Searched refs:OOXMLShapeValue (Results 1 – 3 of 3) sorted by relevance

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx663 OOXMLShapeValue::OOXMLShapeValue(uno::Reference<XShape> rShape) in OOXMLShapeValue() function in writerfilter::ooxml::OOXMLShapeValue
668 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()
H A DOOXMLPropertySetImpl.hxx220 class OOXMLShapeValue : public OOXMLValue class
225 explicit OOXMLShapeValue(uno::Reference<XShape> rShape);
226 virtual ~OOXMLShapeValue();
H A DOOXMLFastContextHandler.cxx1914 pValue(new OOXMLShapeValue(xShape)); in sendShape()

Completed in 33 milliseconds