Searched refs:OOXMLPropertyImpl (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/writerfilter/source/ooxml/ |
H A D | OOXMLPropertySetImpl.cxx | 56 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 D | OOXMLFastContextHandler.cxx | 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() 1146 (new OOXMLPropertyImpl(getId(), pValue, OOXMLPropertyImpl::SPRM)); in sendPropertiesToParent() 1184 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty() 1298 (new OOXMLPropertyImpl(rId, pVal, OOXMLPropertyImpl::ATTRIBUTE)); in newProperty() 1707 (new OOXMLPropertyImpl(NS_sprm::LN_PCell, pVal, OOXMLPropertyImpl::SPRM)); in endCell() 1764 (new OOXMLPropertyImpl(NS_sprm::LN_PRow, pVal, OOXMLPropertyImpl::SPRM)); in endRow() [all …]
|
H A D | OOXMLPropertySetImpl.hxx | 61 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 D | OOXMLDocumentImpl.cxx | 250 (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 89 milliseconds