Home
last modified time | relevance | path

Searched refs:OOXMLPropertyImpl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx56 OOXMLPropertyImpl::OOXMLPropertyImpl(Id id, OOXMLValue::Pointer_t pValue, in OOXMLPropertyImpl() function in writerfilter::ooxml::OOXMLPropertyImpl
57 OOXMLPropertyImpl::Type_t eType) in OOXMLPropertyImpl()
62 OOXMLPropertyImpl::OOXMLPropertyImpl(const OOXMLPropertyImpl & rSprm) in OOXMLPropertyImpl() function in writerfilter::ooxml::OOXMLPropertyImpl
67 OOXMLPropertyImpl::~OOXMLPropertyImpl() in ~OOXMLPropertyImpl()
71 sal_uInt32 OOXMLPropertyImpl::getId() const in getId()
76 Value::Pointer_t OOXMLPropertyImpl::getValue() in getValue()
118 string OOXMLPropertyImpl::getName() const in getName()
139 string OOXMLPropertyImpl::toString() const in toString()
154 Sprm::Kind OOXMLPropertyImpl::getKind() in getKind()
159 Sprm * OOXMLPropertyImpl::clone() in clone()
[all …]
H A DOOXMLFastContextHandler.cxx505 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in mark()
537 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
544 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
864 (new OOXMLPropertyImpl(rId, pValue, OOXMLPropertyImpl::SPRM)); in propagateCharacterPropertiesAsSet()
965 (new OOXMLPropertyImpl(rId, pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesWithId()
1143 (new OOXMLPropertyImpl(getId(), pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesToParent()
1181 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty()
1288 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty()
1697 (new OOXMLPropertyImpl(NS_sprm::LN_PCell, pVal, OOXMLPropertyImpl::SPRM)); in endCell()
1754 (new OOXMLPropertyImpl(NS_sprm::LN_PRow, pVal, OOXMLPropertyImpl::SPRM)); in endRow()
[all …]
H A DOOXMLPropertySetImpl.hxx61 class OOXMLPropertyImpl : public OOXMLProperty class
73 OOXMLPropertyImpl(Id id, OOXMLValue::Pointer_t pValue, Type_t eType);
74 OOXMLPropertyImpl(const OOXMLPropertyImpl & rSprm);
75 virtual ~OOXMLPropertyImpl();
H A DOOXMLDocumentImpl.cxx250 (new OOXMLPropertyImpl(NS_rtf::LN_payload, pPayloadValue, in getPicturePropSet()
251 OOXMLPropertyImpl::ATTRIBUTE)); in getPicturePropSet()
260 (new OOXMLPropertyImpl(NS_rtf::LN_blip, pBlipValue, in getPicturePropSet()
261 OOXMLPropertyImpl::ATTRIBUTE)); in getPicturePropSet()

Completed in 31 milliseconds