Home
last modified time | relevance | path

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

/AOO41X/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()
88 writerfilter::Reference<BinaryObj>::Pointer_t OOXMLPropertyImpl::getBinary() in getBinary()
98 writerfilter::Reference<Stream>::Pointer_t OOXMLPropertyImpl::getStream() in getStream()
108 writerfilter::Reference<Properties>::Pointer_t OOXMLPropertyImpl::getProps() in getProps()
118 string OOXMLPropertyImpl::getName() const in getName()
[all …]
H A DOOXMLFastContextHandler.cxx508 OOXMLPropertyImpl::Pointer_t pProperty in mark()
509 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in mark()
541 (new OOXMLPropertyImpl(NS_sprm::LN_PTableDepth, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
548 (new OOXMLPropertyImpl(NS_sprm::LN_PFInTable, pVal, OOXMLPropertyImpl::SPRM)); in sendTableDepth()
867 (new OOXMLPropertyImpl(rId, pValue, OOXMLPropertyImpl::SPRM)); in propagateCharacterPropertiesAsSet()
968 (new OOXMLPropertyImpl(rId, pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesWithId()
1112 pProp(new OOXMLPropertyImpl(mId, getValue(), in sendPropertyToParent()
1113 OOXMLPropertyImpl::SPRM)); in sendPropertyToParent()
1146 (new OOXMLPropertyImpl(getId(), pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesToParent()
1183 OOXMLPropertyImpl::Pointer_t pProperty in newProperty()
[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()